An example implementation of HLAPI LAN server-client model.(managing connection with client)

Hi.
My recent project was implement a networking application with a server in a local network, with no Internet access.
Below url is my workaround.
provided feature is…

  • Auto discovery( make clients discover server’s address at startup )
  • Manage client connection status with scroll view(turn to red if disconnected)
  • Send custom network message.(simple chat)
  • Auto reconnecting when the client has lost connection.
  • Make your own UI for the NetworkManager instead of NetworkManager HUD Component

hope this code will be excellent reference for everyone.

1 Like

Nice that looks cool, thanks