Skip to content

Commit

Permalink
Update readme to reflect new and actual message types (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Feb 15, 2025
1 parent f27147a commit c6e901d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,6 @@ Message Flags/Types:
- `0x01`: New | The extra data includes the first byte as an ASCII value of 4 or 6, followed by the caller IP in bytes.
- `0x02`: DATA
- `0x04`: Close
- `0x05`: Ping | The extra data is a `ping` or `pong` response to a ping.
- `0x08`: Ping | The extra data is a `ping` or `pong` response to a ping.
- `0x16`: Pause the remote reader
- `0x32`: Resume the remote reader

0 comments on commit c6e901d

Please sign in to comment.