tiiuae / mesh_com

ROS node for Mesh Network configuration
BSD 3-Clause "New" or "Revised" License
16 stars 17 forks source link

Fix old pyroute error + increase radio setup timeouts in MDM Agent #468

Closed pentestiing closed 3 months ago

pentestiing commented 3 months ago

The title :crown:

In a previous PR, handling NLM_F_DUMP_INTR via NetlinkDumpInterrupted in pyroute2 was introduced, but this error handler is not available in pyroute2 0.5.7, so we are replacing it with the generic NetlinkError.

Also there seems to be some issue in not having the halow interface ready in CMs, so the timeout for this check has been increased to hopefully workaround this issue

:cd:

pentestiing commented 3 months ago

Rpi /opt/nats/src/ files missing, please add

For future readers /opt/nats is automatically created on boot by some magical scripts, no need to change anything here :dragon: