In this release: - Support for low thoughput networks (e.g., LoRa). See the [documentation](https://arduino-simple-rpc.readthedocs.io/en/latest/usage.html#low-throughput-networks) for more information.
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. - Added [API documentation](https://arduino-simple-rpc.readthedocs.io/en/latest/api.html).
2.2.0
In this release:
- Separated socket and serial implementations.
2.1.0
In this release:
- Support for ethernet devices.
2.0.1
In this release:
- Minor fixes in the documentation. - More lenient CLI string parsing, quoting is no longer required. - Fixed deprecation warning.