This Python library provides a convenient way to interact with the NETPIE IoT platform using both MQTT and REST API. NETPIE is an Internet of Things (IoT) platform that offers tools and services for connecting and managing IoT devices.
The library encapsulates functionalities to publish messages, manage device shadows, subscribe to topics, and more. It aims to simplify the process of integrating NETPIE's features into your IoT projects.
- Connect and disconnect from the NETPIE MQTT broker
- Publish messages and device shadows using MQTT
- Subscribe to topics and handle incoming MQTT messages
- Retrieve device status and shadow data using NETPIE's REST API
- Publish private and device messages using REST API
You can see all the API documentation here.