feat: basic implementation of standardized CB2RI communication API

Based on the N25B-A-14 article, this is a stub implementation of the RI2CB communication API. It implements the ping endpoint and provides a stub for the negotiation endpoint.

ref: N25B-168
This commit is contained in:
Twirre Meulenbelt
2025-10-09 13:54:34 +02:00
parent bc26c76437
commit c4530f0c3a
5 changed files with 287 additions and 104 deletions

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
pyzmq<16
pyaudio<=0.2.11