Skip to content

Commit

Permalink
feat: network interface message
Browse files Browse the repository at this point in the history
  • Loading branch information
andreolli-davide committed May 2, 2024
1 parent 8e9fe66 commit b0d54bc
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion networks/secondary/network.json
Original file line number Diff line number Diff line change
Expand Up @@ -1849,6 +1849,24 @@
}
}
},
{
"name": "TLM_NETWORK_INTERFACE",
"topic": "HYDRA",
"description": "Network interface from telemetry device, only IPV4",
"priority": 3,
"sending": [
"TLM"
],
"receiving": [],
"interval": 1000,
"contents": {
"iname_0": "char",
"iname_1": "char",
"iname_2": "char",
"iname_3": "char",
"ip_address": "uint32"
}
},
{
"name": "AMMO_COMPRESSION",
"topic": "HYDRA",
Expand Down Expand Up @@ -2081,4 +2099,4 @@
}
}
]
}
}

0 comments on commit b0d54bc

Please sign in to comment.