Restore airspy_adsb

This commit is contained in:
Ian Gulliver
2016-02-21 16:52:36 -08:00
parent d48016fecb
commit c5a87e89a4
5 changed files with 176 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
#include "send.h"
#include "airspy_adsb.h"
#include "beast.h"
#include "json.h"
#include "raw.h"
@@ -29,6 +30,10 @@ struct serializer {
serializer serialize;
struct send *send_head;
} serializers[] = {
{
.name = "airspy_adsb",
.serialize = airspy_adsb_serialize,
},
{
.name = "beast",
.serialize = beast_serialize,