TCPIP file - flexradio/smartsdr-api-docs GitHub Wiki
Used to upload files to the radio
C[D]<seq_number>|file upload <size> <type> <name>
Example:
C19|file upload 1MB 1 newfile
See Response Format for details on the format of the response messages from the radio
| Hex Response | Message | Debug Output / Meaning |
|---|---|---|
| 00000000 | OK | |
| 50000081 | Invalid Waveform | |
| 5000002C | Incorrect number of parameters |
Responses
Response Example:
R19|0|
Used to download files from the radio
C[D]<seq_number>|file download <db_meta_data|db_package|unity_test>
Example:
C19|file download db_meta_data
See Response Format for details on the format of the response messages from the radio
| Hex Response | Message | Debug Output / Meaning |
|---|---|---|
| 00000000 | OK | |
| 5000002C | Incorrect number of parameters |
Responses
Response Example:
R19|0|