IoT/Herelink: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 75: | Line 75: | ||
GCS -> Router : Forward Packet | GCS -> Router : Forward Packet | ||
Router -> Laptop : Final Data Delivery | Router -> Laptop : Final Data Delivery | ||
@enduml | |||
</syntaxhighlight> | |||
|} | |||
{|class='wikitable mw-collapsible mw-collapsed' | |||
!scope='col' style='text-align:left'| | |||
[https://editor.plantuml.com/uml/NLJRZjem47ttLupI5nQfDDb5LPU7TXTQM2IMHTcs-rAfCib0B88TsGwN7-WNz0lx9HsJ04xyDl4vP-QSiV9WBDUstERCR8GikEPRMF9aizQgbEb8vKe37QkvD7IBqdh0hxZYPMx7Ijevtw83Fc6-GoiIxi4Mr44aek3IBdYQ2hc6sz2x7wh3-VlvH25ZLjWSOLIcH_WUtuLX2F_-_8N9QJ3u8OKzrOz2Nuju8Vf3nfRg0C5C9Jo7bzLA90Xpj7kbDz29xczxqSTFlIZi7Mu2U3VTANra0CLrHgBomghYb_J0Tm4q3ZTGeTfSRzw6G1Jut5YL5dMR-uGQSo4tCA94jSfpr0sDVk2uaz4hGug0NDPMBxof95L9jcUkkfhjzoktaqmP-vO9Y-tM5-Q4MzppezUNo96Rlchz-uniAvmNqMA6GICqGZbGcnnpKonHwoCi1FI7JOtxe2RJTg_Eg_XhvVUVwqYhSb1LCCemsGpWBQE0G1Xeg7vXFiL9aBtBh0COAxtdEWMhmDy1T5ujfych5ZUCpHLrKZiISfi1w7QVIsCXupk4wU8iurxtoxpRFHbm5CRyTdNxIxg3wow7MgHhPFwjGzT9riFE5Ed7NAuHul5f_Sm7E0AbvxdxPYaKYVR3y-FF4zo_Td0_NyeJJQ6aGUYiw5sglQ7zsGo418ratRWW7iWQ_Kd-0m00 Diagram » Station Mode] | |||
|- | |||
|valign='top'| | |||
<syntaxhighlight lang='md'> | |||
@startuml | |||
skinparam backgroundColor transparent | |||
skinparam DefaultFontName Helvetica | |||
skinparam ParticipantPadding 20 | |||
skinparam BoxPadding 10 | |||
title Cudy TR3000 ↔ Ground Unit ↔ Air Unit ↔ RPi4B | |||
box "Local Office Network (192.168.10.x)" #Ivory | |||
participant "Laptop\n192.168.10.3" as Laptop | |||
participant "Cudy TR3000\n192.168.10.1" as Router | |||
participant "Herelink Controller\n192.168.10.4" as GCS | |||
end box | |||
box "Herelink Internal Link (192.168.144.x)" #GhostWhite | |||
participant "Internal Gateway\n192.168.144.11" as GCS_Internal | |||
participant "Air Unit\n192.168.144.10" as AirUnit | |||
participant "Raspberry Pi 4B\n192.168.144.9" as Pi4 | |||
end box | |||
Laptop -> Router : Route Check: Where is 192.168.144.9? | |||
Router -> GCS : Forward to 192.168.10.4 (Static Route) | |||
Note over GCS | |||
**Must have IP Forwarding ON** | |||
end Note | |||
GCS -> GCS_Internal: Internal Bridge | |||
GCS_Internal -> AirUnit : Long Range RF Link | |||
AirUnit -> Pi4 : Ethernet/MAVLink | |||
Pi4 -> Laptop : Response (follows path in reverse) | |||
@enduml | @enduml | ||
Revision as of 19:19, 22 February 2026
|
|||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||
References
|
References | ||
|---|---|---|