Change proto protocol so the whole stream is also decodable as a proto.

This commit is contained in:
Ian Gulliver
2016-02-27 19:14:04 -08:00
parent 071613d061
commit b7e32d1b48
4 changed files with 204 additions and 44 deletions

View File

@@ -21,3 +21,7 @@ message Adsb {
AdsbPacket mode_s_long = 3;
}
}
message AdsbStream {
repeated Adsb msg = 1;
}