dennis-tra / nebula

🌌 A network agnostic DHT crawler, monitor, and measurement tool that exposes timely information about DHT networks.
Apache License 2.0
294 stars 30 forks source link

Add CSV output option #28

Open dennis-tra opened 1 year ago

dennis-tra commented 1 year ago

If the --neighbors and, e.g., the --csv flag is given a neighbors adjacency list should be generated after the crawl. Format:

peer_id_1,neighbor_1
peer_id_1,neighbor_2
peer_id_1,neighbor_3
peer_id_1,neighbor_4
peer_id_1,neighbor_5
...
peer_id_2,neighbor_x
peer_id_2,neighbor_y
peer_id_2,neighbor_z
...