Install the package
Optional: image upload
Dependencies
Device credentials
Downloadkeys.json from the device dashboard and place it next to your script.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Install the Firmngin Python SDK and prepare device credentials
pip install firmngin
pip install git+https://github.com/firmngin/firmngin-sdk-python.git
pip install firmngin[http]
| Package | Required | Purpose |
|---|---|---|
aiomqtt | Yes | MQTT client |
cryptography | Yes | TLS + AES-GCM E2EE |
httpx | No ([http] extra) | Image upload |
keys.json from the device dashboard and place it next to your script.
from firmngin import ClientConfig
config = ClientConfig.from_file("keys.json")