Skip to content

Modelica_DeviceDrivers v1.6.0

Compare
Choose a tag to compare
@bernhard-thiele bernhard-thiele released this 06 Oct 19:12
· 215 commits to master since this release

Enhancements:

  • Support for MQTT (Message Queuing Telemetry Transport protocol) client communication (see #130, #256).
  • Utility function to retrieve MAC address (Utilities.Functions.getMACAddress, see #255).
  • Utility function to generate a UUID (Utilities.Functions.generateUUID(), see #244).
  • Number of received bytes in UDPReceive block is provided as output (see #236).
  • Scalable real-time synchronization (see #215).

Adaption of the new Modelica Association license for libraries: The 3-Clause BSD License (see #238, #264). The C-code parts of the library were already BSD 3-Clause licensed, but the Modelica code was licensed under the Modelica License 2. Since Modelica Association projects, most notably the Modelica Standard Library (MSL), changed from Modelica License 2 to the BSD 3-Clause license, the Modelica_DeviceDrivers library follows this development.

Other (minor) fixes and improvements.