ffdo / node-informant

Small utility to collect node information in a Freifunk network via announced
7 stars 4 forks source link

fix #8 - proper graph.json format #12

Closed ghost closed 8 years ago

ghost commented 8 years ago

not fully finished: we have to show the red nodes (these which don't broadcast any nodeinfo)

ghost commented 8 years ago

I'll need some help with the testing part..

ghost commented 8 years ago

So this is what I've done. Take a look at it and if you are pleased, merge it. There is still the missing red nodes, but I can't get that to work. And finally the tests initially failed - whatever the reason: I changed them so that they pass. The nodeid <-> links are correct. I've compared that to the ffmap-backend's graph.json.

dereulenspiegel commented 8 years ago

I fixed the test and merged the pull request to master. Thanks for fixing this.