R2cloud integration

Good day!

I’m building a ground station which could:

  • schedule observations
  • decode signals
  • support weather satellites: NOAA, Meteor-M.

I would like to integrate this station with satnogs. Is it possible?

If so, is there any guideline how to do it? Ideally I see it as follows:

  • ground station operator configure satnogs api key in r2cloud web admin
  • once new observation saved and decoded,
  • r2cloud upload results using the api key to satnogs. Results might include:
  1. Meta information: norad id, start/end
  2. Decoded data. Am I right that satnogs supports only images now? For meteor-m I could upload decoded frames.

Thoughts?

You are talking about this Rcloud?: https://github.com/dernasherbrezon/r2cloud/blob/master/README.md

SatNOGS Network supports the following:
A waterfall image generated by the SatNOGS Client
Audio of the recording
And data that might be decoded including data frames, pictures, and more (this is expandable)

Yes, I’m referring to this project.

  • Should I upload waterfall? Is it mandatory? I could generate one no problems. However algorithm (written in Java) differs from the official satnogs’s client. Is it ok?
  • Should I upload audio of the recoding? r2cloud stores raw .wav file which might take a lot. If audio file is not required, then I would prefer to skip this step.
  • How can I send the data? Is there any officially approved format? I guess for satellites it should be simple binary format. But for weather satellites, it might makes sense to send whole picture. See Defintion of NOAA APT frames

Currently, you can only upload waterfall, audio and data if a pass has been scheduled through the network, otherwise they will be rejected for obvious reason.

There is another possibility to upload data to the DB, but currently it only works with well defined telemetry and not yet suitable for weather satellites images.

What about SIDS? I recall they could upload it directly.

I don’t mind contributing to satnogs.

That’s what I meant with the “another possibility” but it is not yet well defined for image data.