Skip to content

Instantly share code, notes, and snippets.

@notthetup
Last active February 7, 2019 08:43
Show Gist options
  • Save notthetup/ce7879fb254d0c337245746bd4faafe0 to your computer and use it in GitHub Desktop.
Save notthetup/ce7879fb254d0c337245746bd4faafe0 to your computer and use it in GitHub Desktop.
ser2net conf for pushing GPS NMEA strings over TCP
TRACEFILE:trace1:/var/log/ser2net.log
2947:raw:0:/dev/ttyACM0: 115200 8DATABITS NONE 1STOPBIT NOBREAK max-connections=5 tr=trace1
@notthetup
Copy link
Author

Installing..

sudo apt-get install autotools dh-autoreconf
wget https://github.com/cminyard/ser2net/archive/v3.5.tar.gz
sudo tar -zxvf v3.5.tar.gz
cd ser2net-3.5/
autoreconf -i
./config
./configure
make
make install
sudo make install
sudo cp /usr/local/sbin/ser2net /usr/sbin/ser2net
sudo cp ser2net.conf /etc/ser2net.conf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment