dernasherbrezon / r2cloud

Decode satellite signals on Raspberry PI or any other 64-bit CPU.
Apache License 2.0
262 stars 29 forks source link

Satnogs Integration #59

Closed jeffreypkelly closed 4 years ago

jeffreypkelly commented 4 years ago

Besides enabling Satnogs in r2server, do I have to do configure else? Do I need an account on Satnogs or add the satnogs api to your server? If not how does the data show up in Satnogs? Under name r2cloud? or my name?

dernasherbrezon commented 4 years ago

You can configure your callsign in r2server and it will upload telemetry using SIDS protocol. No registration at SATNOGS required. You can query SATNOGS later on:

https://db.satnogs.org/api/telemetry/?satellite=43803&app_source=&observer=M7RED-LO33sr&transmitter=&start=&end=

jeffreypkelly commented 4 years ago

Ok this is the last issue I have. I am not able to get the report that your example shows.

  1. Is the callsign on the server: K2SDR or K2SDR-FN20xd (with grid square)? I just changed it to include the grid square. I put a satellite that i have received in the url example: (33591 - NOAA 19).

https://db.satnogs.org/api/telemetry/?satellite=33591&app_source=&observer=K2SDR-FN20xd&transmitter=&start=&end=

Should I see results like your example?

dernasherbrezon commented 4 years ago

They accept data only via sids protocol and this protocol supports only telemetry. So no complex data like weather images :(

You can try turn on any of funcube satellites.

dernasherbrezon commented 4 years ago

If you know any other project that accepts NOAA images, then I can write integration with it

jeffreypkelly commented 4 years ago

Thank you.
Will we be able to see what other people are contributing to r2cloud? Now I can only see my contributions.

On Oct 30, 2019, at 12:14 PM, dernasherbrezon notifications@github.com wrote:

If you know any other project that accepts NOAA images, then I can write integration with it

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dernasherbrezon/r2cloud/issues/59?email_source=notifications&email_token=AIGIVP7PVXXRJTQUOVQJLQTQRGXF5A5CNFSM4JFRRVGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECUZ5FI#issuecomment-547987093, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIGIVP4FNKYZJXKYPZADITTQRGXF5ANCNFSM4JFRRVGA.

dernasherbrezon commented 4 years ago

Yes, I can make a setting to expose private satellite data straight from r2server.

dernasherbrezon commented 4 years ago

Raised https://github.com/dernasherbrezon/r2cloud/issues/62

mash55 commented 4 years ago

Yeah, I am struggling with the syntax to query the satnogs DB as well. @jeffreypkelly... did you figure out how to query your observations?

dernasherbrezon commented 4 years ago

For some reason Satnogs adds some random number to the "callsign".

mash55 commented 4 years ago

for each callsign or for each observation? How do I find this random number?

mash55 commented 4 years ago

checked the satnogs DB statstic page and found my callsign followed by the grid square. satnogs DB also states that the last observation was received on 2019-11-03 17:35:56 Checking my observations, this is most likely the latest NOAA 18 observation. I used your example from above, replacing your callsign/grid with mine and used the NOAA18 Norad ID to query the satnogs DB - no joy

https://db.satnogs.org/api/telemetry/?satellite=28654&app_source=&observer=K0MOS-DN70ic&transmitter=&start=&end=

I have NOAA 18 observations with data. What am I doing wrong?

dernasherbrezon commented 4 years ago

NOAA is not being upload there. https://github.com/dernasherbrezon/r2cloud/issues/59#issuecomment-547986168

mash55 commented 4 years ago

whoops, I read that but apparently brain did not apply info :( Now it works as described. Would it be possible to add satellite name and Norad ID to the observation (when clicking on the date/time to see META info etc. Having the Name and Norad-ID available on this screen would be helpful - happy to open a new issue. Thanks

dernasherbrezon commented 4 years ago

Raised https://github.com/dernasherbrezon/r2cloud/issues/66