Description
I see here https://wiki.tox.chat/users/nodes#faq ,
for adding my node into the list of TOX-nodes,
I need send some email with some data to someone...
And my node cann't be added there, if I just open the port...
Hm...
Thelefore, you can make this node-list better.
- Just take list of IP-addresses for active peers.
- Check port 33445 (or declared domain_name:PORT, if DDNS or ONION-domain) - for them all.
- Add nodes to the list, if port is open.
- Ping them all regularry and sort this, by uptime.
Then you will got the nodes list, like the list on this service for monitoring the active torrent trackers: https://newtrackon.com/
This is open-source. Source code - here: https://github.com/CorralPeltzer/newTrackon
Also, maybe there is possible to create those lists for each node,
and check the status for all nodes regularry,
and return the list of active nodes, sorted by uptime - as JSON,
and as response to some packet at port 33445 for the current node.
For example, http://blah-blah:33445/nodes
can return something, like:
IP, PORT, KEY, UPTIME(milliseconds, or OFFLINE)
Also, this tests not working for TCP and UDP ports: https://nodes.tox.chat/test
for https://github.com/isotoxin/isotoxin/releases
even if ports has status opened,
and maybe this is a problem on your side,
because connection to the network is good for that isotoxin.
So, something need to fix.
Best Regards.