8 releases
new 0.0.8-alpha | Nov 12, 2024 |
---|---|
0.0.7-alpha | Oct 22, 2024 |
0.0.6-alpha | Aug 12, 2024 |
0.0.5-alpha | Jun 17, 2024 |
0.0.4-alpha | May 24, 2024 |
#2330 in Network programming
254 downloads per month
75KB
1.5K
SLoC
Test suite for sbd client compliance.
The command supplied to the run function must:
- Print on stdout:
CMD/READY
when it is ready to receive commands. - Listen on stdin for:
CMD/CONNECT/id/<addr-list>
where id is a numeric identifier, addr-list is a slash separated list of addresses (ip:port) e.g.CMD/CONNECT/42/127.0.0.1:44556/[::1]:44557
.CMD/SEND/id/<pubkey>/<msg-hex>
where msg-hex is hex encoded bytes to be sent to the hex encoded pubkey.CMD/CLOSE/id/<pubkey>
close the connection and print a response close
- Write to stdout:
CMD/CONNECT/<pubkey>
where pubkey is a hex encoded pubkey of the client that was connected.CMD/RECV/id/<pubkey>/<msg-hex>
where msg-hex is hex encoded bytes received from the remote hex encoded pubkey peer.CMD/CLOSE/id/<pubkey>
if the connection closes (including when the listen close command was called).
Dependencies
~15–26MB
~500K SLoC