Txbridge binary protocol: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

27 July 2025

  • curprev 18:2018:20, 27 July 2025Roffe talk contribs 5,737 bytes +5,737 Created page with "<span id="txbridge-protocol-documentation"></span> = txbridge Protocol Documentation = The txbridge uses a binary protocol to communicate with the host over a TCP/IP connection. <span id="binary-protocol-format"></span> == Binary protocol format == {| class="wikitable" |- ! Command (1 byte) ! Size (1 byte) ! Payload (n bytes) ! Checksum (1 byte) |- | 0xXX | 0xYY | 0xZZ, … | 0xAA |} * <code>cmd</code>: The command byte that specifies the action to be performed. * <c..."