Skip to content

Releases: iamWing/UniversalController_Server

v2.0.1: Release Notes:

14 Jan 19:34
Compare
Choose a tag to compare

Release notes:

  • Closes socket when disconnected.

v2.0.0

07 Jan 16:10
Compare
Choose a tag to compare

Release notes:


  • Reimplemented socket server with better structure and resources management.
  • Added function GetIPv4Address() in NetworkUtilities for fetching the local IPv4 address.
  • Implemented callbacks for data received from the clients.
  • Introduces UC-Commands (Register, Deregister, KeyDown, Joystick, Gyro).
  • Added component UCNetworkManager & UCPlayer.
  • Includes sample scene.

A command line test client written in Java can be found here.