Versions:
- v1.2 - changed to use a list instead of an array for the screen buffer. this means I changed from writing to the screen as 1-2-3-4-1-2-3-4, it writes now as 1-2-3-4-4-4-4-4-4, each time pushing the prior lines up one. anyway, it's what most people expect it should have been doing. also added some default text so you can quickly recognize the plugin.
- v1.1 - fixed config box - you can change the default port now. also fixed a rare crash instance, and another not so rare crash instance.
- v1.0 - initial release.
Some notes:
- To clear and reset the screen, send a Ctrl-A character (ASCII code '1')
- As mentioned, it listens on TCP port 4000.
- Hitting enter twice will close the telnet connection
Just drop the plugin in, switch to your display to it (it's blank by default), and have fun.
http://files.radicand.org/PertTelnet.zip
Example usage:
Windows:
- Code: Select all
`telnet localhost 4000`
Linux/etc:
- Code: Select all
tail -n1 -f /var/log/messages | telnet my.remote.pertelian.host 4000
Enjoy.

