I'm working on a solution to parse and store various bits of APRS traffic from the APRSIS32.log file. It would be nice to have a option to send logs to a network server directly from within the application. I'm currently using the Unix tail and netcat utilities that have been ported to Windows to accomplish this task.
Currently the flow looks like:
APRSIS32 -> APRSIS32.log -> tail -> nc —-> remote server -> python script -> data store
What I'd like to see:
APRSIS32 —-> remote server -> python script -> data store





