#holochain #p2p #holo #relay-server #networking

bin+lib sbd-o-bahn-client-tester

simple websocket-based message relay client tester

10 releases

0.0.10-alpha2 Mar 3, 2025
0.0.9-alpha2 Jan 14, 2025
0.0.8-alpha Nov 12, 2024
0.0.7-alpha Oct 22, 2024
0.0.4-alpha May 24, 2024

#2167 in Network programming

Download history 12/week @ 2024-11-18 6/week @ 2024-12-02 14/week @ 2024-12-09 98/week @ 2025-01-13 10/week @ 2025-01-20 1/week @ 2025-02-03 8/week @ 2025-02-24 137/week @ 2025-03-03

145 downloads per month

MIT/Apache

79KB
2K 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–27MB
~526K SLoC