Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-02 | pjon: show "communication relations", and nits | Gerhard Sittig | |
Do track the RX and TX information, including their bus IDs. Present bus numbers as dotted quads. Emit another summary annotation for completed frames which presents receiver, transmitter, payload, and ACK details at even higher zoom levels. Rename the last remaining "init CRC" instance for consistency. | |||
2020-07-02 | pjon: use underscore in input/output names for stacked decoders | Gerhard Sittig | |
Rename 'pjon-link' to 'pjon_link' for consistency with other decoders. | |||
2020-06-24 | pjon: introduce decoder for PJON frame inspection | Gerhard Sittig | |
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. |