Skip to content

Releases: jfjlaros/arduino-simple-rpc

Python client for the Arduino simpleRPC protocol version 2.4.1

08 Oct 17:42
Compare
Choose a tag to compare

Python client for the Arduino simpleRPC protocol version 2.4.0

31 May 17:42
16bf4fa
Compare
Choose a tag to compare

In this release:

  • Support for low thoughput networks (e.g., LoRa). See the documentation for more information.

Python client for the Arduino simpleRPC protocol version 2.3.0

11 Mar 19:01
ecdf777
Compare
Choose a tag to compare

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.
  • Added API documentation.

Python client for the Arduino simpleRPC protocol version 2.2.0

02 Jan 12:41
4ea9695
Compare
Choose a tag to compare

In this release:

  • Separated socket and serial implementations.

Python client for the Arduino simpleRPC protocol version 2.1.0

29 Nov 12:36
2bddeeb
Compare
Choose a tag to compare

In this release:

  • Support for ethernet devices.

Python client for the Arduino simpleRPC protocol version 2.0.1

13 Jun 19:34
Compare
Choose a tag to compare

In this release:

  • Minor fixes in the documentation.
  • More lenient CLI string parsing, quoting is no longer required.
  • Fixed deprecation warning.

Python client for the Arduino simpleRPC protocol version 2.0.0

07 Apr 18:15
Compare
Choose a tag to compare

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.

Python client for the Arduino simpleRPC protocol version 1.0.3

03 Mar 19:02
Compare
Choose a tag to compare

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.