G4lile0 / tinyGS

📡 Open Ground Station Network 🛰
GNU General Public License v3.0
922 stars 176 forks source link

Create Satellites.cpp #206

Closed estbhan closed 10 months ago

estbhan commented 10 months ago

This last pull-request form part of a set of pull requests all related. The proposal is composed by 5 pull requests that modify one file and add 4 new files in 2 new folders. In the file Radio.cpp file some code was added to handle FSK data received to convert it in a AX.25 frame. One folder called BitCode that contains the class BitCode.cpp which will allow some bit manipulation. And another folder, Satellites, that contains the class Satellite.cpp, which, at this stage will contain a method to know whether a particular satellite needs to have the FSK data stream deframed to AX.25 or not.