This is companion material to the Linux Journal article. This container will run all the necessary steps to build the hub.
docker build .
docker run -p 55556:5556 -p 55559:5559 -p 5514:514/udp -it
npm install wscat
wscat --connect 'ws://127.0.0.1:55556/index?subscribe=true&query=true'
pip install websocket-client
wsdump -r 'ws://127.0.0.1:55556/index?subscribe=true&query=true'
logger -d -n 127.0.0.1 -P 5514 -t test test