Differences between revisions 5 and 7 (spanning 2 versions)
Revision 5 as of 2011-06-25 17:37:43
Size: 1066
Editor: NorbertMath
Comment:
Revision 7 as of 2011-06-25 17:47:45
Size: 1119
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:


'''Data are sent on UDP Port 7777'''

Information on a single satellite
'Format an hierarchy of our OSC messaging system so far:'
Line 9: Line 4:
/sat/satname/long
Information on a single satellite. "satname" is the name of the satellite, taken, from
now, from a hardcoded list of names (see PerlOscScript).

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

Information on a single satellite. "satname" is the name of the satellite, taken, from
now, from a hardcoded list of names (see PerlOscScript).

            /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)