Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • satnogs-decoders satnogs-decoders
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 11
    • Merge requests 11
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • librespacefoundation
  • SatNOGS
  • satnogs-decoderssatnogs-decoders
  • Repository
Switch branch/tag
  • satnogs-decoders
  • ksy
  • aausat4.ksy
Find file BlameHistoryPermalink
  • nickoe's avatar
    Update the AAUSAT4 decoder for 2020 · 33ec0592
    nickoe authored Dec 17, 2020
    Background, see:
    https://github.com/daniestevez/gr-satellites/issues/208#issuecomment-747060480
    
    
    
    Later on we decided to keep the length as well, but to be sure to decode
    all packets we handle all threee cases:
    
      1. No length and HMAC
      2. Length and HMAC
      3. Only HMAC
    
    Only decode as beacon when the csp header says it is a beacon, that is:
      * dstPort = 0x0A (MCC_PORT_BEACON)
      * destination = 0x09 (NODE_MCC)
    Signed-off-by: nickoe's avatarNick Østergaard <oe.nick@gmail.com>
    33ec0592