ecwec / wx-dashboard

Dashboard for quick and easy access of APRS weather object data.
GNU General Public License v2.0
2 stars 1 forks source link

Data Logging from APRS-IS #7

Open bbene opened 9 years ago

bbene commented 9 years ago

What's needed

We need to determine how to handle a TCP socket connection to APRS-IS so that we can log packet data received on the network.

Requirements

  1. The process should be able to communicate with our application data so that we can look for packets from stations that are being tracked and then filter those out of the socket data and insert records into the database.
  2. It should be able to recover from network issues to avoid missing data.
  3. ???

    Notes

    • It would be much simpler if we could just poll the aprs.fi API, but doing so would be against their API terms.
    • To keep things flexible, we may end up creating something similar that connects directly to a TNC or even parses log data from a digipeater, so this will be one of many data providers.