]> sigrok.org Git - libsigrokdecode.git/commit
pjon: introduce decoder for PJON frame inspection
authorGerhard Sittig <redacted>
Sat, 20 Jun 2020 07:31:18 +0000 (09:31 +0200)
committerGerhard Sittig <redacted>
Wed, 24 Jun 2020 17:11:32 +0000 (19:11 +0200)
commit65a1134ade0ca1cd1f2789819a239cee3ca90b21
tree1fcb6b60d1c01e18b2d4ee9a06e94ccb287b12b1
parentdb18ba49bcbe38a9a67297207d821bf0e1e9dc4c
pjon: introduce decoder for PJON frame inspection

Introduce a protocol decoder which accepts 'pjon-link' Python input and
interprets PJON frames. The implementation is assumed to be operational
but most of the protocol's flexibility (optionally present and variable
width fields) has not yet been tested due to lack of example captures.
During development of the PJON decoder only the PJDL link layer decoder
was available, other link layers were not tested.
decoders/pjon/__init__.py [new file with mode: 0644]
decoders/pjon/pd.py [new file with mode: 0644]