You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above build assumes one is testing with the pico-based radio chip (instead of picubed)
And copy over the hmac passkey from the ground_station/config.py file. Also run the test with a different passkey in the ground station config.py file to verify that commands are no longer accepted by the satellite.
Enable HMAC authentication with the following build flags:
Note
The above build assumes one is testing with the pico-based radio chip (instead of picubed)
And copy over the hmac passkey from the
ground_station/config.pyfile. Also run the test with a different passkey in the ground station config.py file to verify that commands are no longer accepted by the satellite.