smsearcy / mesh-info

Collect and view information about an AREDN mesh network.
GNU General Public License v3.0
5 stars 2 forks source link

Better info on node errors #17

Closed smsearcy closed 3 months ago

smsearcy commented 2 years ago

Currently, when unable to connect to a node the IP address is logged but no database entry is created, and thus any links to that node are not created (even though the new API provides a fair amount of data about the link).

A better solution would seem to be doing a reverse DNS lookup on the IP address, so that with a name and IP we should have enough information to create a minimal node entry and thus can populate the links from the "good" side of the link.

I have a branch (in GitLab?) where I have most of the reverse DNS code working. Need to polish that up and then incorporate it into the error processing.

smsearcy commented 2 years ago

This could work if the node is temporarily having problems (i.e. we have a record for the node), otherwise there won't be any coordinates for mapping.

smsearcy commented 3 months ago

Reviewing this issue, I think I've done everything I can for now so I'm closing it.