Sending data using UDP via DatagramPacket Android (Kotlin) works with bytes but there are no ways to send unsigned bytes
Below is my code that creates an object of DatagramSocket
and then creates a Payload, a byteArray, and sends it via DatagramPacket.
Sending data using UDP via DatagramPacket Android (Kotlin) works with bytes but there are no ways to send unsigned bytes
Below is my code that creates an object of DatagramSocket
and then creates a Payload, a byteArray, and sends it via DatagramPacket.