New pages
Jump to navigation
Jump to search
- 18:20, 27 July 2025 Txbridge binary protocol (hist | edit) [5,828 bytes] Roffe (talk | contribs) (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...")