-
Notifications
You must be signed in to change notification settings - Fork 51
Home
It's the second generation of the PyMata easy-to-use, application programming interface for Arduino Firmata. It uses the Python asyncio library at its core, for maximum concurrency performance.
This release includes three independent APIs, affording the design developer maximal design flexibility.
A pure asyncio method call API intended for those who wish to use asyncio directly. It exposes its underlying asyncio task/coroutine/futures model to the developer.
Click here to see sample code illustrating pymata_core in use..
This API is intended for those who wish to have all of the performance advantages of pymata_core, but do not wish to work directly with asyncio tasks, coroutines and futures. It is a proxy API for pymata_core, "hiding" the asyncio details from the application.
Click here to see sample code illustrating pymata3 in use.
Would you like to connect and control your Arduino over the Internet? The pymata_iot API allows you to easily accomplish this through a set of JSON messages. It is a ready to run, Autobahn WebSocket server application and Because it uses JSON messaging, it is totally language independent!
Click here to see a simple HTML/JavaScript web page example that communicates with pymata_iot..
Copyright (C) 2015-2020, Alan Yorinks, All rights reserved.