- Notifications
You must be signed in to change notification settings - Fork7
Releases: jfjlaros/arduino-simple-rpc
Releases · jfjlaros/arduino-simple-rpc
Python client for the Arduino simpleRPC protocol version 2.4.1
In this release:
- Fixed type hinting bug#20.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Python client for the Arduino simpleRPC protocol version 2.4.0
In this release:
- Support for low thoughput networks (e.g., LoRa). See thedocumentation for more information.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Python client for the Arduino simpleRPC protocol version 2.3.0
In this release:
- Support for Python 3.6, 3.7, 3.8 and 3.9.
- Cleaned up CLI, device name is now a required parameter.
- AddedAPI documentation.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Python client for the Arduino simpleRPC protocol version 2.2.0
In this release:
- Separated socket and serial implementations.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Python client for the Arduino simpleRPC protocol version 2.1.0
In this release:
- Support for ethernet devices.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Python client for the Arduino simpleRPC protocol version 2.0.1
In this release:
- Minor fixes in the documentation.
- More lenient CLI string parsing, quoting is no longer required.
- Fixed deprecation warning.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Python client for the Arduino simpleRPC protocol version 2.0.0
In this release:
- Support for simpleRPC protocol version 3.0.0 (support for Tuples, Objects and Vectors).
- All strings are treated as bytes objects in the library.
- JSON encoding and decoding in the CLI for easy access to complex objects.
- Extensive tests.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Python client for the Arduino simpleRPC protocol version 1.0.3
In this release:
- User friendly API library.
- Command line interface (CLI) for method discovery and testing.
- Function and parameter names are defined on the Arduino.
- API documentation is defined on the Arduino.
- Support for disconnecting and reconnecting.
This project used to be part of the simpleRPC device library repository.Previous releases can be found there.
Assets2
Uh oh!
There was an error while loading.Please reload this page.