v4.0.0.16 - stable

This forum will contain general news and announcements made by radio42.
Post Reply
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
v4.0.0.16 - stable

Post by radio42 »

Version 4.0.0.16 is out!

What's New?
  • MusicMaster import bug-fix
  • UDP Client/Server communication added
  • Various smaller optimizations
  • Other smaller bug-fixes
  • stable

UDP Client/Server communication added
A new UDP Server (see the GPIO Client application!) was added.
Plus 2 new control-commands have been added (EXEC_SEND_UDP and EXEC_SEND_UDP).

The UDP server accepts (if enabled) by default any local connections on port 14242.
The interface is a text (UTF-8 string). Each UDP datagram can contain exactly one control-command.
The reply is then directly send back to the sender client.

E.g. simply send the string “SHOW_ALERT_WINDOW Test|UDP is working!” (without quots) to the UDP servers ip address and port…

As such it works almost exactly like the existing TCP/IP control-command interface, but uses UDP as the network layer.
Note, that UDP is not a secure transport layer.


Else...this is basically a maintenance release.

Post Reply