OpenCyphal-Garage / yukon-old

An open suite of tools for observing, debugging, and interacting with a UAVCAN v1 bus.
http://uavcan.org
MIT License
31 stars 10 forks source link

Transport frame logging #13

Open pavel-kirienko opened 5 years ago

pavel-kirienko commented 5 years ago

The log format was first discussed here:

There is a Serial transport in PyUAVCAN which is intended to be used for file format serialization/deserialization: https://pyuavcan.readthedocs.io/en/latest/.apidoc_generated/pyuavcan.transport.serial.html#pyuavcan.transport.serial.SerialTransport

At this point, PyUAVCAN does not yet have API for low-level frame monitoring, but it should be trivial to implement. I intend to get to that as soon as the core functionality is implemented and documented.

pavel-kirienko commented 4 years ago

Related: