daniestevez / gr-satellites

GNU Radio decoder for Amateur satellites
GNU General Public License v3.0
777 stars 161 forks source link

Update CYCLOPS.yml #438

Closed janvgils closed 1 year ago

janvgils commented 1 year ago

After some investigation it seems we made a framing mistake when creating this yml file, the framing should be USP. Use the following observation to test the changed yml https://network.satnogs.org/observations/7141233/

-> Packet from 2k4 FSK USP downlink
Container: 
    header = Container: 
        addresses = ListContainer: 
            Container: 
                callsign = u'R2ANF' (total 5)
                ssid = Container: 
                    ch = False
                    ssid = 0
                    extension = False
            Container: 
                callsign = u'RS29S' (total 5)
                ssid = Container: 
                    ch = False
                    ssid = 1
                    extension = True
        control = 0x00
        pid = 0xF0
    info = b'\x16B\x02\x00\x01\x00B\x00\t\x00\r\x00\x04\x00\x00\x00\x03\x00\x00\x00\xe9\xff\x00\x00\x1c\x00\x00\x00\x00\x00\x08\x00\x08\x00\x08\x00\t\x00\x00 \x00\x00\xc0\x1eb1\x00\x00\xb0\x11\xe8c\xfe\x04\x0e\x0c\xff| \x07\xdf\x0e\xb0\x11\xe8cV1\x00\x00\x1e\x00\xe4\x1e' (total 74)
daniestevez commented 1 year ago

Thank you! Looks good. Merging.