Skip to content

Releases: iamWing/UniversalController_Server

v2.0.1: Release Notes:

Choose a tag to compare

@iamWing iamWing released this 14 Jan 19:34

Release notes:

  • Closes socket when disconnected.

v2.0.0

Choose a tag to compare

@iamWing iamWing released this 07 Jan 16:10

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.