You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added the last update date and time on the plots.html page under telnet users & nodes online list. I ask @coulisse would he add my coding to webapp.py, dxtelnet.py and plots.html which I'm attaching in a zip file. Please check the code I am far from a professional Python programmer, although it works well. 😕
73s Dan S50U
The text was updated successfully, but these errors were encountered:
In the DXSpider version 560 onwards the 'WHO' command has been slightly modified.
The 'State' field has been added to allow sysops to diagnose some connection initialisation problems. Also the 'Type' field label has been changed for partner nodes running CCuster software to the 'NODE CCCL'. I have added some examples where I replaced IP's with xxxx within 'Link' field for security reasons only.
The output table will need to be reorganised.
Callsign Type State Started Name Ave RTT Link
S50CLX NODE DXSP indiffer 31-Jan-2025 0539Z Palk
GB7TLH-2 NODE DXSP normal 31-Jan-2025 0539Z 0.07 xxx.xx.xx.xxx
S50U USER EXT prompt 31-Jan-2025 1023Z Dan xx.xx.xx.xxx
ON0DXK-5 NODE CCCL normal 31-Jan-2025 0543Z Node 0.08 xxx.xxx.xxx.xxx
Maybe you could also parsing the DXSpider version like DXSpider v1.57 build 560 under users & nodes online line with the SH/VERSION command:
DXSpider v1.57 (build 560 git: mojo/d10e1590[r]) using perl v5.34.0 on Linux
Copyright (c) 1998-2025 Dirk Koopman G1TLH
It might not be a bad idea to skip the row containing telnet_user from the table.
Here is my work done. Find the corrected scripts in the zip file.
I added the last update date and time on the plots.html page under telnet users & nodes online list. I ask @coulisse would he add my coding to webapp.py, dxtelnet.py and plots.html which I'm attaching in a zip file. Please check the code I am far from a professional Python programmer, although it works well. 😕
73s Dan S50U
The text was updated successfully, but these errors were encountered: