Skip to content

Releases: ichiro-its/musen

Version 1.1.0

26 May 06:46
0748be4
Compare
Choose a tag to compare
  • Add UDP communication test.
  • Make the UdpSocket as a member property in broadcasters and listeners instead of as a inheritance parent.
  • Support to use the same UdpSocket in broadcasters and listeners.

Version 1.0.0

22 Apr 01:27
647a923
Compare
Choose a tag to compare
  • Send and receive data on UDP using Broadcaster and Listener objects.
  • Specify the port number and target hosts to be used.
  • Message serialization support for string, list of string, and struct data.