Turn adsb-ws into a json repeater, rather than a protocol converter

This commit is contained in:
Ian Gulliver
2016-03-10 20:19:29 -08:00
parent d5da4fd9d6
commit 3bcbc0cbb0
6 changed files with 73 additions and 1950 deletions

View File

@@ -1,9 +1,6 @@
all: adsb-ws
proto/adsb.pb.go: ../../proto/adsb.proto
protoc --gogoslick_out=. --proto_path=../.. $<
adsb-ws: *.go proto/adsb.pb.go
adsb-ws: *.go
go build
clean: