TheThingsArchive / ttn

The Things Network Stack V2
https://www.thethingsnetwork.org
MIT License
462 stars 276 forks source link

Extract Data from theThingsNetwork or Lora Gateway and transfer to my own Server #555

Closed zaheentheawesome closed 7 years ago

zaheentheawesome commented 7 years ago

Can I have the method of extracting data from TheThingsNetwork and transfer them to my own server? Is it possible that I don't use the TTN and send data to my server directly from LoraWan Gateway?

Kindly help

Zaheen 7042747307

johanstokking commented 7 years ago

Yes, use MQTT or the HTTP integration.

You can also run the TTN open source components on your own server, see https://www.thethingsnetwork.org/article/setting-up-a-private-routing-environment

Finally, you can also implement your own LoRa(WAN) network server, starting here: https://github.com/Lora-net/packet_forwarder/blob/master/PROTOCOL.TXT

zaheentheawesome commented 7 years ago

Thanks for the information