Implemented using the high efficiency Python asyncio library.
Choose From 3 Included APIs
pymata_core - a pure asyncio method call API.
pymata3 - a pymata_aio plugin implementing a method call API that acts as a proxy for pymata_core. It shields the user from the details of the asyncio library.
pymata_iot - a pymata_aio plugin API that implements a Websocket server, and uses JSON messaging for application communication.