Skip to content

Releases: Halytskyi/PJON-gRPC

Release 4.0

24 Dec 02:21
Compare
Choose a tag to compare

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

15 Jan 06:59
Compare
Choose a tag to compare

Release 3.0

Features

  • For improve performance and stability was reverted changes to support one module per application. Using more 1 module can be done by running additional server. See examples
  • Starting from this release include compiled server for armv7
  • Updated video for new examples
  • Updated documentation

Release 2.0

09 Jan 06:55
Compare
Choose a tag to compare

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

18 Nov 16:14
Compare
Choose a tag to compare

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)