gotthardp / lorawan-server

Compact server for private LoRaWAN networks
https://gotthardp.github.io/lorawan-server
MIT License
955 stars 328 forks source link

access the lorawan gateway GPS position #391

Closed pdl86 closed 6 years ago

pdl86 commented 6 years ago

Hello

is there a way to access the GPS coordinate of the lorawan gateways ? ( from the lorawan server) may be via a specific handler , tied to gaetway ( vs devices) ?

thanks in advance regards Philippe

gotthardp commented 6 years ago

There is a REST API, so you can send a HTTP GET request to retrieve a JSON that includes all gateway data, including the position. This is what you want? Or you want to get it in the handler data, so your backend application can use the values?

gotthardp commented 6 years ago

Closing an inactive issue.