SpaceX F9 Transporter-9 - Vandenberg - 2023-11-11 18:47 UTC

Thanks for sharing the data Bob, with the help of the file I could create the following gr-satellites yml file

name: DJIBOUTI-1A
norad: 99027
data:
  &tlm Telemetry:
    telemetry: ax25
transmitters:
  1k2 FSK AX.25 downlink:
    frequency: 401.800e+6
    modulation: FSK
    baudrate: 1200
    framing: AX.25
    data:
    - *tlm
  2k4 FSK AX.25 downlink:
    frequency: 401.800e+6
    modulation: FSK
    baudrate: 2400
    framing: AX.25
    data:
    - *tlm
  4k8 FSK AX.25 downlink:
    frequency: 401.800e+6
    modulation: FSK
    baudrate: 4800
    framing: AX.25
    data:
    - *tlm
  9k6 FSK AX.25 downlink:
    frequency: 401.800e+6
    modulation: FSK
    baudrate: 9600
    framing: AX.25
    data:
    - *tlm

And that created the following output:

-> Packet from 2k4 FSK downlink
Container: 
    header = Container: 
        addresses = ListContainer: 
            Container: 
                callsign = u'F4KJX' (total 5)
                ssid = Container: 
                    ch = True
                    ssid = 0
                    extension = False
            Container: 
                callsign = u'DJIB1A' (total 6)
                ssid = Container: 
                    ch = True
                    ssid = 0
                    extension = True
        control = 0x03
        pid = 0xF0
    info = b'\x8c\x10\xc2\xaeJ\\\xab\xaeJ\\\x00\x00\x01"\x98R\x00\x00\x01\x00\x01\x003\xc1\x05\xbd\xc1\xc1\x00`\xf3\x0f\x08:\x17N\x00\x00\xf8\xf6\xf6\xf8\xf6\xcdd\t\xd1\x83\xc6e\x00\x08\t\xcc\x116\x00\x11\x00\x00\xad\x02\x89{fx\x1f\x00\x00\x1e\x02\x01\xb8\x01\xb8\x7f\x04\xbf\x07\xfa\x01f\x00\x02\x02\x02\x07\x01(\xfe\xd4@\xe8\x06\xc1\xff\xd2\x00\x19\x00\t\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00DJIBOUTI-1A vous salue !' (total 142)
5 Likes