json input support, some shutdown fixes. json needs cleanup.

This commit is contained in:
Ian Gulliver
2016-02-23 13:49:23 -08:00
parent 07d273236d
commit d2e521e90c
14 changed files with 212 additions and 23 deletions

View File

@@ -1,6 +1,7 @@
#include "packet.h"
char *packet_type_names[] = {
"INVALID",
"Mode-S short",
"Mode-S long",
};