MicroPython libraries on GitHub
Note This section only applies to the XBee Cellular Modem. See Which features apply to my device? for a list of the supported features.
On GitHub, we maintain modules and sample code for use on XBee devices with MicroPython. The code is available at github.com/digidotcom/xbee-micropython. The samples include:
- Secure Sockets Layer (SSL) and Transport Layer Security (TLS). See The ussl module.
- Amazon Web Services (AWS). These samples demonstrate how to connect to AWS IoT and publish and subscribe to topics using the umqtt.simple module. See Use AWS IoT from MicroPython.
- File Transfer Protocol (FTP). Micro File Transfer Protocol client.
- MQ Telemetry Transport (MQTT). MQTT client for publish/subscribe. See Publish to a topic.
- Digi Remote Manager. An HTTP client for Digi Remote Manager.