modelica-3rdparty / Modelica_DeviceDrivers

Free library for interfacing hardware drivers to Modelica models. There is support for joysticks, keyboards, UDP, TCP/IP, LCM, MQTT, shared memory, AD/DA converters, serial port and other devices.
BSD 3-Clause "New" or "Revised" License
77 stars 31 forks source link

Add more explanation to UDP examples #356

Closed max-privato closed 2 years ago

max-privato commented 2 years ago

I've just added a few rows of comments to the blocks UDP examples. this helps people like me, previously unaware o UDP way to operate, to understand how to use UDP communication through Modelica. I successfully communicated via UDP between a computer running Dymola and another one running LabView.

bernhard-thiele commented 2 years ago

Thanks for contributing your explanation. It's a good thing if it helps other users to get started.