Does this website, have access to all our IP’s of our nodes ? to workout the /24-subnet ? or how does that work??
How does it have the ability to ping a node’s ID ?
If this is API / json feeds… I’m interested to know where it is located?
Thanks,
Does this website, have access to all our IP’s of our nodes ? to workout the /24-subnet ? or how does that work??
How does it have the ability to ping a node’s ID ?
If this is API / json feeds… I’m interested to know where it is located?
Thanks,
My understanding is it is uploading some data to the network and grabbing the IPs the satellites provide for the uploads. Then stores these IPs in a database.
This is how it gets the IPs of the nodes in the network.
And then you can do geoloc, you can count the subnets, with Storj provided libs you can do ping I guess etc.
I don’t understand that code unfortunately ,
Well that sounds rather interesting …
They requests nodes with the satellite API key and then saves stat about nodes, they do not need to upload or download anything. Any customer may do so.
Their API examples provided in the README.md file.