[Interop-dev] NetJSON + geographic coordinates
Henning Rogge
(spam-protected)
Tue May 8 15:29:16 CEST 2018
Hi,
I don't think this should be a part of the network graph...
we could easily use the same "node-id" values and just post it with a
different netjson command.
something like this:
{
"type": "GeoPosition",
"nodes": [
{
"id": "172.16.40.24",
"geometry": {
"type": "Point",
"coordinates": [
13.7457753718,
43.2589744573
]
},
},
}
On Tue, May 8, 2018 at 2:59 PM nemesis <(spam-protected)> wrote:
> Many people have asked for a way to show geographic coordinates in
> NetJSON.
> I'm proposing a simple solution based on GeoJSON that should work well,
> you can find it here:
> https://github.com/netjson/netjson/issues/62
> Note: I've been working a lot on NetJSON implementations in OpenWISP
> (monitoring and configuration in particular) and I have not had a lot of
> time to write here nor update the spec but the work is moving forward.
> I'm at the meshup event in Berlin right now and I've been told by Axel
> Neumann that Bmx7 now has a netjson plugin.
> Cheers
> Federico
> _______________________________________________
> Interop-dev mailing list
> (spam-protected)
> https://lists.funkfeuer.at/mailman/listinfo/interop-dev
More information about the Interop-dev
mailing list