Releases: Halytskyi/PJON-gRPC
Releases · Halytskyi/PJON-gRPC
Release 4.0
Release 4.0
Features
- Updated code to work with PJON v13.0
- Changed delay in loop from 1 microsecond to 3 milliseconds which significantly decrease CPU usage (from 20% to 1%)
- Updated documentation
Release 3.0
Release 3.0
Features
Release 2.0
Release 2.0
Features
- Support 12.0 PJON version
- Rewritten logic for improve performance
- Configure application via config file
- Support working with 2 modules (via 2 USB/serial ports) at the same time
- Updated documentation
First release
The first release of gRPC server-client for PJON bus.
Features
- Receiving requests from client application (via gRPC, for example pjon_grpc_client.py) and making back response from devices which communicate with RPi via PJON
- Receiving messages from devices which sending them to RPi via PJON and forward these messages to client (via gRPC, for example pjon_grpc_clientserver.py)