.Modelica_DeviceDrivers.Blocks.Communication.LCMReceive

Information

Supports receiving of Lightweight Communications and Marshalling (LCM) datagrams (https://lcm-proj.github.io/).

Remark regarding Linux

LCM requires a valid multicast route. If this is a Linux computer and it is simply not connected to a network, the following commands are usually sufficient as a temporary solution:

sudo ifconfig lo multicast
sudo route add -net 224.0.0.0 netmask 240.0.0.0 dev lo

Generated at 2024-03-27T19:15:56Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos