Rebuild a basic faup1090 using the reworked network services bits.
This is a from-scratch reimplementation that should be functionally equivalent to the Flightaware version that was based on dump1090_mr and had its fingers deep in the network code. This version should be a little less invasive / fragile..
This commit is contained in:
parent
278448179d
commit
99dd290352
3 changed files with 207 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -33,6 +33,9 @@ dump1090: dump1090.o anet.o interactive.o mode_ac.o mode_s.o net_io.o crc.o demo
|
|||
view1090: view1090.o anet.o interactive.o mode_ac.o mode_s.o net_io.o crc.o stats.o cpr.o icao_filter.o track.o util.o
|
||||
$(CC) -g -o $@ $^ $(LIBS) $(LDFLAGS)
|
||||
|
||||
faup1090: faup1090.o anet.o interactive.o mode_ac.o mode_s.o net_io.o crc.o stats.o cpr.o icao_filter.o track.o util.o
|
||||
$(CC) -g -o $@ $^ $(LIBS) $(LDFLAGS)
|
||||
|
||||
clean:
|
||||
rm -f *.o dump1090 view1090 cprtests crctests
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue