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

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

simple websocket-based message relay server tester

4 releases

new 0.0.4-alpha May 24, 2024
0.0.3-alpha May 13, 2024
0.0.2-alpha May 8, 2024
0.0.1-alpha May 7, 2024

#2042 in Network programming

Download history 177/week @ 2024-05-06 140/week @ 2024-05-13

317 downloads per month

MIT/Apache

42KB
844 lines

Test suite for sbd server 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:START, and on receiving, close any running sbd servers, start a new one on a random ephemeral port (plain text, not TLS), then print out CMD:START:<addr-list> where addr-list is a json representation of an array of addresses (ip:port) e.g. CMD:START:["127.0.0.1:44556", "[::1]:44557"].

Dependencies

~12–22MB
~394K SLoC