Differences between revisions 3 and 8 (spanning 5 versions)
Revision 3 as of 2011-06-25 17:36:45
Size: 1067
Editor: NorbertMath
Comment:
Revision 8 as of 2011-06-25 17:50:44
Size: 1322
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'''

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

TODO: /groundstation/visiblesatellites/...

this means: find all satellites visible from (our) groundstation. This way, we could make a sound cloud based
on visble passing sats.

'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).

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

TODO: /groundstation/visiblesatellites/...

this means: find all satellites visible from (our) groundstation. This way, we could make a sound cloud based on visble passing sats.

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