Differences

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

Link to this comparison view

Next revision
Previous revision
plugins:example_twisted_telnet_1 [2011/11/12 19:21] – created 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>