.Modelica_DeviceDrivers.Blocks.Communication.LCMSend

Information

Supports sending 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-04-24T18:15:52Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos