|
| | bridge_serial.cpp |
| | Implements the serial communication logic, including sending and receiving data.
|
| |
| | bridge_serial.hpp |
| | Declares the low-level serial communication helpers used to talk with lsh-bridge.
|
| |
| | bridge_sync.cpp |
| | Implements the controller-side bridge handshake state machine.
|
| |
| | bridge_sync.hpp |
| | Tracks whether lsh-bridge has completed the post-boot handshake.
|
| |
| | deserializer.cpp |
| | Implements the logic for deserializing and dispatching commands.
|
| |
| | deserializer.hpp |
| | Declares the function that deserializes and dispatches commands received from lsh-bridge.
|
| |
| | msgpack_serial_framing.cpp |
| | Implements the serial framing helpers used for MsgPack payloads exchanged with lsh-bridge.
|
| |
| | msgpack_serial_framing.hpp |
| | Declares the serial framing helpers used for MsgPack payloads exchanged with lsh-bridge.
|
| |
| | serializer.cpp |
| | Implements the data serialization logic for sending messages to lsh-bridge.
|
| |
| | serializer.hpp |
| | Declares functions for serializing data structures into JSON or MsgPack format.
|
| |