mik3y / airdash

A standalone, alternative ADS-B (readsb) web frontend
MIT License
42 stars 2 forks source link

rtl_ais TCP server example doesn't work #14

Open mik3y opened 3 years ago

mik3y commented 3 years ago

Using rtl_ais tcp listener, the connection sends a burst of accumulated data, and then no more. In other words, it doesn't stream forever. The effect is ships appear for a minute or so, then vanish.

This is either a bug with rtl_ais, or I'm misunderstanding on how the TCP server is meant to work.

Once resolved, document/update recommended instructions: https://github.com/mik3y/airdash/wiki/Running-RTL-AIS-on-Raspberry-Pi

mik3y commented 3 years ago

Working patch/fork here: https://github.com/mik3y/rtl-ais

I prepared an upstream PR, although it's currently stymied by broken windows support.