Skip to content

snt/dump1090-forward

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dump1090 forwarder

Build

env GOOS=linux GOARCH=arm GOARM=7 go build

Install

Executable

Place compiled executable dump1090-forward to /home/pi/dump1090-forward.

Systemd

Make sure you are running dump1090-mutability in your system.

Create systemd unit file /etc/systemd/system/dump1090-forward :

[Unit]
Description=Read dump1090 port 30005 and forward it to another dump1090 port 30004
Requires=dump1090-mutability.service

[Service]
Type=simple
ExecStart=/home/pi/dump1090-forward
Restart=always
User=pi

[Install]
Alias=dump1090-forward

Reload and start:

sudo systemctl daemon-reload
sudo systemctl enable dump1090-forward
sudo systemctl start dump1090-forward

Check logs:

journalctl -u dump1090-forward.service

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages