Meili SDK#
The meili-sdk Python package provides tools to interact with the Meili FMS API, making it easier to integrate your robots with Meili FMS.
Check the Python Package Index page for the meili-sdk for more details.
Installation#
Install the package using pip:
pip install meili-sdkFeatures#
- WebSocket client for real-time communication with Meili FMS
- MQTT client for real-time communication with Meili FMS
- Convenient functions and classes for robot integration
Note Both the WebSocket and MQTT clients have the same functionalities and use the same callback functions, but they use different communication protocols. MQTT is more lightweight, but WebSocket might be more robust.