Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
plugins:example_twisted_telnet_1 [2012/01/10 19:49] mattbplugins:example_twisted_telnet_1 [2024/06/27 00:08] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +Example Twisted Telnet Server Plugin
  
 +This is an example plugin for developers that illustrates how a plugin can use the python [[http://twistedmatrix.com|twisted event framework]]. In this example the plugin creates a simple telnet server which can be used to remotely flash devices ON/OFF for a few seconds. Once enabled you can connect to the telnet server from the Terminal using:
 +
 +<code>telnet 127.0.0.1 9176</code>