Skip to content

Releases: TLeconte/vdlm2dec

V2.3

05 Mar 17:28
Compare
Choose a tag to compare

Add -s addr:port option :

  • send received positions in sbs format to addr:port
    Could be used to send position to a local readsb using --net-sbs-jaero-in-port

Note : You could use -s and -j together , ie :

./vdlm2dec -q -i XX-YYYYZ -s 127.0.0.1:37000 -j feed.acars.io:5555 -r 0 136.725 136.775 136.825 136.875 136.975

v2.2

05 Feb 09:15
Compare
Choose a tag to compare

v2.2

  • add position decoding of some ACARS messages
  • remove some not confirmed ACARS label oooi decoding
  • Airspy mini support + airspy s/N number (thanks murrayma)
  • reconnect on network problems (thanks wiedehopf)
  • Json out format changes :
  • remove "channel" (obsoleted by frequency)
  • add "hex" : icao addr as hexadecimal string (keep "icao" in decimal for compatibility)
  • don't output "isresponse" and "isonground" if false (ie most of the time)