This application gets ZeroMQ messages frmo EDDN and forwards them into a local networks. The forwarder receives a single data stream from EDDN, even if multiple applications uses the EDDN messages. The local applications just connect to the local port of the forwarder.
The application is started with the command ./start.sh. Local applications connect to tcp://localhost:9501 instead of tcp://eddn.edcd.io:9500.
The application can be startet at boot via crontab:
@reboot cd /home/angus/00_work/projects/ED/eddn_forwarder; /usr/bin/bash ./start.sh