PJON-python icon indicating copy to clipboard operation
PJON-python copied to clipboard

fallback to pure python implementation if used on a non-supported platform

Open Girgitt opened this issue 8 years ago • 0 comments

On Windows and Raspberry PI PJON-python uses C++ client compiled from PJON sources to maintain compatibility with PJON protocol.

The C++ client is compiled and provided with PJON-python for Win and RPI platforms.

For other platforms (e.g. Linux) PJON-python should use older python-only implementation but should warn the compatibility is provided up to PJON v5 only.

Girgitt avatar Aug 28 '17 07:08 Girgitt