Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.
homa Guru Joined: 05/11/2021 Location: GermanyPosts: 496
Posted: 05:23pm 12 Jul 2023
Copy link to clipboard
Print this post
Hello Webmite fans, Is there a way to detect when a terminal session is initiated to the Webmite via Telnet port 23, in order to then display current data in a running programme? For example, from an output update routine. Because now the screen remains blank and only when the programme sends output via print will it be displayed. Simply calling up the output every few seconds/minutes on suspicion is possible, but somehow not nice if I only look at the web site via Telnet once every few days ... These are supposed to be technician data that I do not want to output via the website. Matthias
matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10636
Posted: 06:15pm 12 Jul 2023
Copy link to clipboard
Print this post
The way the output works is that is only sends to connected devices. So if you have a serial console, usb console and telnet console all configured and nothing is connected the output simply disappears without a problem.
Just output the data and if/when you connect you will see it.
homa Guru Joined: 05/11/2021 Location: GermanyPosts: 496