❌

Normal view

There are new articles available, click to refresh the page.
Before yesterdaySatNOGS

9 Million Observations for the SatNOGS Network!

12 March 2024 at 08:46

The SatNOGS Network has achieved yet another Milestone! It has reached its ninth millionth observation, and we are wholeheartedly grateful to the entire Community for this achievement!Β 

Nine million Observations

On the 7th of February 2024, observation #9000000 was uploaded on the SatNOGS Network by station 1861 – LW2DYB in Argentina. The observation was scheduled by Julio LW2DYB, receiving data from satellite Green Diamond. The ninth millionth observation is of good quality.

SatNOGS achieved another milestone!

Every SatNOGS achievement results from the collaborative work and the continuous efforts made by hundreds of ground station owners around the globe. They are the ones who have made this milestone (and everything related to SatNOGS) possible; by scheduling observations, tracking satellites, and, in general, dedicating time and effort to the success of the SatNOGS project.Β 

Everything accomplished so far is thanks to you all!

SatNOGS in Numbers

The SatNOGS network counts over

  • 450+ fully operational ground stations and 150+ in testing mode
  • The observations come from 1730+ satellites and 3180+ transmitters
  • Delivering over 218M data frames

As the numbers show, SatNOGS has significantly expanded and has become the biggest, global, open-source network of satellite ground stations.Β 

Outer Space Open For All (The Libre Space Manifesto)

All Libre Space Foundation’s projects are built to enhance scientific research and knowledge about Space and to enable everyone interested in exploring Space for peaceful purposes. These values are also at the core of the Libre Space Manifesto.Β 

Outer Space Open For All (the SatNOGS way)

Abiding by the Libre Space Manifesto values, SatNOGS is a project that not only is built and developed in a modular, open-source way, but the data collected is also distributed openly. The SatNOGS community offers support and guidance in onboarding new members and even helps satellite teams with their missions. Throughout its years of operation, SatNOGS has helped hundreds of satellite teams worldwide identify and track their satellite successfully. They assist missions worldwide in running their experiments and tests and successfully completing their missions. The community can help you communicate with your satellite as it schedules around 10,000 daily observations and guides you throughout the onboarding process. Guide you through the actions you need to take and help you with the dashboard of your mission, too. All you need to do is contact the SatNOGS team early on and provide the necessary details and information about your mission.

Want to join the SatNOGS community and be part of the next Milestone?

The SatNOGS community is open and inclusive, welcoming everyone who wishes to contribute their time, knowledge and expertise to the project. If SatNOGS has sparked your interest, and you want to learn more,

Join SatNOGS now and help make Outer Space Open for All!

New SatNOGS client software is available, featuring new features and fixes prior to QUBIK mission launch

3 September 2021 at 00:30

SatNOGS station operators, please update your SatNOGS Client Setup!

A new SatNOGS Client update has been released as we get ready for Libre Space Foundation’s QUBIK mission and you must update your SatNOGS ground stations with the latest version of the SatNOGS client software. Detailed instructions on how to update your ground station are available on theΒ SatNOGS Client Setup wiki page. If you encounter a bug, don’t hesitate to file an issue onΒ GitLab.

Here is a list of the new features and fixes:

SatNOGS Client Ansible

  • 202109022142
    • Bump β€˜satnogs-client’, β€˜satnogs-flowgraphs’ and β€˜gr-satnogs’ versions

SatNOGS Client

  • 1.6
    • Fix GFSK/BPSK flowgraph parameters
    • Add support for satnogs_qubik_telem flowgraph
    • Worker{|Freq|Track}: Refactor class and instance variables
    • gitlab-ci: Fix Security Scanning
    • Bump versions of dependencies
    • Handle exception when trying to get jobs (fixes #390)

SatNOGS Flowgraphs package

  • 1.4-1
    • Add flowgraph for the QUBIK 1 & 2
    • Example flowgraph: Remove obsolete variables

gr-satnogs package

  • 2.3.1.0-1
    • Bump up version to v2.3.1.0
    • IEEE 802.15.4 variant decoder: Fix RS frame size and CRC
  • 2.3.0.0-1
    • Bump up to v2.3.0.0
    • Add hint for Tumbleweed users
    • Add ITPP (IT++) dependency
    • IEEE 802.15.4-like decoder: Add support for RS(255,223)
    • debian: Remove implicit package dependency
    • BER Calculator: Fix CRC and perfromance issue
    • CRC: Fix CRC16-AUG and improve usability
    • Improve QA tests of the whitening class
    • Unified SPUTNIX protocol (USP) encoder
    • Add convolutional encoder and decoder
    • Implement packed_to_unpacked and unpacked_to_packed utilities.
    • Change of libfec based on the changes that exist in gr-ccsds
    • Reed-Muller RM(1, 6) code
    • Mode 6 Encoder for the AX100 modem of GomSpace.
    • Mode 5 Encoder for the AX100 modem of GomSpace.
    • gitlab-ci: Fix Security Scanning

Update instructions
Instructions on how to update can be found under wiki section Updating SatNOGS Client Software.

SatNOGS Client Update for December 2020

30 December 2020 at 07:29

The time has come to update your SatNOGS ground-stations with the latest version of the SatNOGS Client software. Detailed instructions on how to update your ground-station are available at theΒ SatNOGS Client Setup wiki page. If you encounter a bug, don’t hesitate to file an issue inΒ GitLab.

While this release is maintenance focused, see below for a detailed manifest of this update:

SatNOGS Software Manifest

  • SatNOGS Client Ansible
    • Version: 202012231828 2
    • Changelog
      • satnogs-radio: Bump β€˜satnogs-flowgraphs’ version and its dependencies
  • SatNOGS Flowgraphs
    • Version: 1.3-1
    • Changelog
      • Adapt to the new whitening API that sets from the constructor the bit order
  • gr-satnogs
    • Version: 2.2.0.0
    • Changelog
      • New Features
        • Use C++11 lambdas instead of boost::bind(). This will allow compilation in recent versions of boost
        • Support for CRC16 AUG-CCITT
        • Add support for 0 length preambles at the IEEE 802.15.4 decoder
        • Add option at the IEEE 802.15.4 decoder to drop the invalid frames
        • Add support for error correction (up to 1 bit) at the AX.25 decoder
        • Whitening class now accepts at the constructor the bit alignment (MS or LS bit first)
        • Dropdown style selection of CRC algorithms in the GRC. The field is yet editable for custom definitions
        • Drop obsolete C-like code and make it object oriented
      • Bug Fixes
        • Fix AX100 metadata generation, in case no preamble is used (frames using SFD only)
        • Fix image generation at the SSTV
        • Fix UDP message sink to accept both pmt::blob() and pmt::dict()
        • Simplify the LO compensation
        • Fix AX.25 decoder producing too many invalid frames
        • Fix sensitivity of the AX.25 decoder. The decoder can now handle frames starting with only one AX.25 SYNC flag
        • Fix stdout output of the message sink block

❌
❌