Differences between revisions 3 and 6 (spanning 3 versions)
Revision 3 as of 2011-06-25 17:36:45
Size: 1067
Editor: NorbertMath
Comment:
Revision 6 as of 2011-06-25 17:46:51
Size: 1027
Editor: NorbertMath
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
==Format and hierarchy of our OSC messaging system so far== 'Format an hierarchy of our OSC messaging system so far:'
Line 3: Line 3:
'''Data are sent on UDP Port 7777''' {{{
Line 7: Line 7:
{{{

'Format an hierarchy of our OSC messaging system so far:'

Information on a single satellite

/sat/satname/long
            /lat
            /az
            /el
            /next
            /foot
            /range
            /alt
            /velo
            /nr
            /phase
            /ecl
            /squint

corresponding to these values:

Long:           151.79 (degrees West)
Lat:            -70.04 (degrees North)
Az:             203.75 (degrees)
El:             -60.01 (degrees)
Next AOS/LOS:   1126395990 (seconds since 01-Jan-1970)=Sat Sep 10 23:46:30 2005
Footprint:      5988.49 (kilometers)
Range:          11881.33 (kilometers)
Altitude:       773.71 (kilometers)
Velocity:       7.47 (kilometers/hour)
Orbit Number:   6292 (revolutions)
Visibility:     D (see below)
Orbital Phase:  279.37 (degrees)
Eclipse Depth:  -32.42 (degrees)
Squint:

All data are int. TODO: "visibility" is not yet transmitted since it is type string (is it?)

sat: OscMessagesFormat (last edited 2011-06-25 17:50:44 by NorbertMath)