start

abstract fun start(ip: String, port: Int)

Starts the UDP server.

Parameters

ip

The IP address on which the server should listen.

port

The port on which the server should listen.