Skip to content

Quick API in Python for Thingsboard communication

Notifications You must be signed in to change notification settings

daviibf/Thingsboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thingsboard

Quick API in Python for Thingsboard communication

Thingsboard is a platform for managing data flow in IoT environments. However, it can also be used for general data stream that is acquired via JSON/REST-REQUEST.

The ideia of this repo is to make available some simple commands in python, Rest API based, for those who are struggling to use tb-rest-client(link). With this simple functions, you're gonna be able to understand easily the JSON format and how the rest api flow works behind the scenes.

The ideia of the example_api.py is being able to create a list of devices automatically via command line from a devices_names.csv file.

A great reference to see what can be done simply via Rest API can be checked in Thingsboard's Swagger.

About

Quick API in Python for Thingsboard communication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages