I&#39;ve taken up the task creating a map of tor routers. I have a test image up at <a href="http://socialistsushi.com/tor.png">http://socialistsushi.com/tor.png</a><br><br>So far I have a mapserver and data on tor routers in a postgis database, so I can produce images like the one above. Now that I&#39;ve figured that out, I&#39;d like some comments on how I plan to proceed.
<br><br>Basically, my idea at this point is to query a directory server once a day, and check for running nodes. I&#39;ll add new nodes as they appear, and mark ones that are no longer running. I plan to also track if they are stable, and an exit node.
<br><br>This way I&#39;ll be able to produce maps showing all nodes, all running exit nodes, and other combinations.<br><br>Is there a better way of tracking routers?<br>What else should I track?<br>Other comments?<br><br>
I&#39;m not using google maps so I can keep javascript out. I&#39;m using UMN MapServer (<a href="http://mapserver.gis.umn.edu/">http://mapserver.gis.umn.edu/</a>) for those who are interested in such things. I may do a nicer UI (javascript-enabled) for those who aren&#39;t worried about such things.
<br><br>Thanks<br>--B<br>