I've no idea what I'm doing yet but I tried something very simple.

addr = IPv4(255,255,255,255)
s = UdpSocket()
msg = zeros(Uint8, 63)
msg[0] = 0xef
msg[1] = 0xfe
msg[3] = 0x02
send(s, addr, 1024,msg)

This was intended to send a broadcast message but just locked up the 
console after the send. Can someone put me right please.

Thanks
Bob

On Wednesday, February 5, 2014 7:57:34 PM UTC, Bob Cowdery wrote:
>
> Does the network i/o package support UDP as it only seems to have TCP 
> functions.
>
> Thanks
> Bob
>

Reply via email to