TheThingsArchive / ttn

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

Does Python-App SDK for TTN module support HTTP Protocol #727

Closed AnilkumarKomanduru closed 6 years ago

AnilkumarKomanduru commented 6 years ago

Does Python-App SDK for TTN module support HTTP Protocol ?

Currently we are facing issues with MQTT Protocol while accessing TTN servers using TTN python Library

In corporate world due to the security issues they have given us the provision only for HTTP.

Now I would like to know, Does the Python-App SDK support for HTTP protocol also ?

htdvisser commented 6 years ago

No. The only way to get your data from TTN is to use the MQTT protocol or to use one or more of the available integrations.

Also note that the SDKs are supposed to run on servers (which should have unrestricted access to the internet). Those servers then expose the data to end users (which may be behind a corporate firewall).