Zbigniew Zasieczny
Zbigniew Zasieczny
I do not want to highjack this thread but the very basic use case for the groupAray function is to get e.g. multiple values for the same timestamp - sounds...
@gioblu I did some planning to support v6 but the current level of complexity needs changing a simple port to a more python-specific implementation with a cleaner code and better...
As for Aug 2017 only serial strategy is implemented. However since PJON-python in the current version wraps C++ client compiled from PJON sources (the client is maintained in a sub-project...
Hi @drtrigon ! At this time PJON-python uses internally a wrapper on PJON-piper which in turn is a command-line client built from PJON sources. PJON-python uses unnamed pipes to send...
Hi @gioblu Actually I have not seen PJON-cython before. Using cython is indeed a neat idea for using PJON source code from python. An already implemented UDP strategy in PJON-cython...
Hi @dontsovcmc, there is no "receive packet" function - there is receive_handler instead which is called each time the pjon_cli receives a valid packet. The handler method is registered with...