Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| searchwing-wifibroadcast [2020/05/01 10:07] – [Tests] wf68spef | searchwing-wifibroadcast [2021/04/19 13:03] (current) – [Mavlink-Transport] swrm | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| There are various projects that use the WiFi broadcast code: | There are various projects that use the WiFi broadcast code: | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| Line 50: | Line 52: | ||
| * QGC: New connection with TCP on Port 5000 - receives telemetry | * QGC: New connection with TCP on Port 5000 - receives telemetry | ||
| + | source tx and rx commands: https:// | ||
| + | ==== Mavlink Routing ==== | ||
| + | |||
| + | Captured data needs to be sent from companion (connected to fc) to gcs. | ||
| + | On the companion there might be also ROS needing access to mavlink messages. | ||
| + | |||
| + | On the gcs side the sent data needs to be handled. QGroundControl can't handle that captured data -> needs additional software. | ||
| + | |||
| + | Routing of pakets (ros|captured data processing)< | ||
| + | |||
| + | - <*> routing to multiple endpoints | ||
| + | |||
| + | - radio is long distance rfd868 or similar | ||
| + | |||
| + | |||
| + | Parallel to the radio connection there might be a long distance wifi connection. | ||
| + | |||
| + | (images|captured data processing)< | ||
| + | |||
| + | open question: route (encapsulated) mavlink pakets also over wifi? | ||
| + | |||
| + | depending on that: combine of images / captured data on gcs side - how? | ||
| + | |||
| + | |||
| + | ==== Captured Data Workflow ==== | ||
| + | |||
| + | TBD. | ||
| ===== Tests ===== | ===== Tests ===== | ||