I am trying to log all received 1090MHz messages to a database.
The current dump1090(1) JSON output only records received aircrafts, not the realtime received messages.
The various network protocols have their own filters, so they may not represent all messages possible.
The --raw option does not decode the messages, but I would want dump1090(1) to decode them for me.
The decoded format (default output) is hard to parse compared to JSON.
Are there any plans to add JSON output for received messages? Thanks a lot.
I am trying to log all received 1090MHz messages to a database.
The current dump1090(1) JSON output only records received aircrafts, not the realtime received messages.
The various network protocols have their own filters, so they may not represent all messages possible.
The
--rawoption does not decode the messages, but I would want dump1090(1) to decode them for me.The decoded format (default output) is hard to parse compared to JSON.
Are there any plans to add JSON output for received messages? Thanks a lot.