UDP receive and send with julia

I reformatted your code using triple backticks (see Please read: make it easier to help you).

Normally you will use some serialization (serialize and deserialize) to transmit data via an UDP socket (See also GitHub - JuliaIO/JSON.jl: JSON parsing and printing). Can reinterpret work in your case? Transmission over UDP is done in UINT8.

1 Like