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