[aprssig] convert serial weather data to tcp socket

Andrew Rich vk4tec at hotmail.com
Wed Jul 28 08:41:00 EDT 2004


LINUX

You can use PERL, or if you want you cand redirect the data from the serial
port to an ethernet port

do a "man nc" for netcat

netcat is cool, it reidrects tcpip data semmlessly under linux

have used it heaps of times

you would do somethign like this

root> cat /dev/ttyS0 > nc -p 3000

Checking this is true ;-)






More information about the aprssig mailing list