Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 415 Bytes

File metadata and controls

23 lines (15 loc) · 415 Bytes

Planning

Radio Side Programmer

Encryption/Decryption Process:

  • Decode from base64
  • Decrypt using key
  • Check for illegal characters (Non AlphaNumeric) and illegal lengths to prevent code injection (Marshall's injection exploit)
  • Split based on comma delimited arguments
  • UCI Commandline with args

On Connection Send:

  • Model
  • Image Version
  • Event Timestamp

Event Build

Team Build

Common