Clean up serialize interface.

Switch to jansson for JSON handling.
Add server ID.
Expose IDs in JSON.
This commit is contained in:
Ian Gulliver
2016-02-17 00:21:28 +00:00
parent b993764a14
commit 01d548dbb5
9 changed files with 93 additions and 55 deletions

View File

@@ -67,6 +67,7 @@ static int loop(int epoll_fd) {
}
int main(int argc, char *argv[]) {
server_init();
hex_init();
airspy_adsb_init();
beast_init();