-
- Downloads
[fr-api] Added fr-api entrypoint structure
Main: Now restructured as a tokio main due to the async management required for the request. Arguments: Now the paths are optionals and a new flag --fr-api can be chosen with the flight code number after it. Fr-api: For now just doing a request in loop. The token need to be changed in order to make the request. Cargo: Dependencies added to make work the fr-api. For now the api will take the flight light telemetry. In future this will be used to create fake packets
Showing
- on-host/Cargo.lock 2211 additions, 202 deletionson-host/Cargo.lock
- on-host/Cargo.toml 5 additions, 0 deletionson-host/Cargo.toml
- on-host/src/cli.rs 6 additions, 2 deletionson-host/src/cli.rs
- on-host/src/fr_api.rs 69 additions, 0 deletionson-host/src/fr_api.rs
- on-host/src/main.rs 90 additions, 66 deletionson-host/src/main.rs
Loading
Please register or sign in to comment