anything
AirNav RadarBox
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 


Author Topic: Data from ports 7879 and 30003  (Read 8832 times)

0 Members and 1 Guest are viewing this topic.

gleff

  • Full Member
  • ***
  • Posts: 111
Re: Data from ports 7879 and 30003
« Reply #15 on: October 16, 2009, 12:54:17 PM »
Ahhh.. that must be why.. I am running both, but for the programming purposes I was using V2 for the live data. 
http://www.flighttracker.gleff.com - based in Sydney, Australia

landyman

  • Jr. Member
  • **
  • Posts: 61
  • IC-706, UBC3500XLT, ANRB.
Re: Data from ports 7879 and 30003
« Reply #16 on: October 16, 2009, 10:48:32 PM »
Pages 83-84 of the manual has some detail on the port 7879 output.  Probably the easiest to use, since it's in XML format.  Here's the example from page 84 of the manual:

<MODESMESSAGE>
<DATETIME>20070622141943</DATETIME>
<MODES>400F2B</MODES>
 ....
<LONGITUDE>-31.5789</LONGITUDE>
</MODESMESSAGE>

Use any standard XML parsing addins for your favourite coding language - eg the System.Xml namespace in vb.net.

If you want to play with this bloated format and convert to say .CSV or many others, there is a freeware program called GPSBabel.

http://www.gpsbabel.org/htmldoc-development/fmt_gpx.html

Might be worth looking at.  It's aimed at GPSr users and can also convert to .KML for those interested.  Also has a list.

Quote
To subscribe or unsubscribe via the World Wide Web, visit
       https://lists.sourceforge.net/lists/listinfo/gpsbabel-misc
or, via email, send a message with subject or body 'help' to
       [email protected]

Reg.

NickJackson

  • New Member
  • *
  • Posts: 48
Re: Data from ports 7879 and 30003
« Reply #17 on: October 18, 2009, 01:43:51 PM »
Could someone clarify or restate what the difference is between port 7879 and port 30003 data?   Is it necessary to monitor both?

Thanks
Nick

OKC-Steve

  • Jr. Member
  • **
  • Posts: 75
Re: Data from ports 7879 and 30003
« Reply #18 on: October 18, 2009, 01:59:53 PM »
Could someone clarify or restate what the difference is between port 7879 and port 30003 data?   Is it necessary to monitor both?

One port is ASCII comma separated, the other is XML.  Pick one, you don't need both.

NickJackson

  • New Member
  • *
  • Posts: 48
Re: Data from ports 7879 and 30003
« Reply #19 on: October 19, 2009, 08:51:18 PM »
Thanks.  I'll check both and see which suits me best.

Nick