Skip to content

Angusson/eddn_forwarder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EDDN forwarder

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.

Usage

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published