Skip to content

tcampos123/ttnPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

ttnPython

Python code to get data from ttn

Python libraries required

1-paho-mqtt 1.3.1:

pip install paho-mqtt

https://pypi.org/project/paho-mqtt/

2- json:

pip install json262

https://pypi.org/project/json262/

3- base64:

https://docs.python.org/3/library/base64.html

Comments

Data to be inserted in the python code of the ttn network application:

#Application EUI

#Application ID

#ACCESS KEYS

ttn_client.connect ->configure for server you are using

When running code, the output refers to the sensor data and the EUI of the device in ttn.

About

Python code to get data from ttn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages