List of nodes for mobile use: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 44: | Line 44: | ||
Nodes: 7 | Nodes: 7 | ||
</pre> | </pre> | ||
It can be downloaded at [https:// | It can be downloaded at [https://raw.githubusercontent.com/EA3CV/dxspider_info/main/mnodes.pl] |
Revision as of 08:29, 7 March 2023
Displays a list of connected nodes reporting:
Type of NODE And the duration of the connection
This command has been created to be used from a mobile app. It is possible to use it from a terminal or from console.
It may be necessary to install the Date:Manip module.
# Debian or similar apt install libdate-manip-perl
or
# Alternative cpanm install Date:Manip
The script is called mnode.pl
Using the sysop user, it has to be copied to:
/spider/local_cmd
To run it use
mnode
or
mn
The output would look something like this example:
List of connected Nodes: Callsign Type Connection time -------- --------- --------------- AE5E NODE DXSP 9 d 1 h 37 m EA2CW-2 NODE DXSP 0 d 7 h 28 m EA2RCF-5 NODE DXSP 3 d 19 h 46 m EA3CV-2 NODE DXSP 9 d 8 h 50 m EA4URE-5 NODE DXSP 9 d 8 h 37 m F4EYQ-1 NODE DXSP 3 d 5 h 32 m IW9EDP-6 NODE DXSP 2 d 4 h 27 m Nodes: 7
It can be downloaded at [1]