[nodejs] UDP Datagram Broadcast

2013-05-27 Thread Jan Buschtöns
Did someone actually manage to send a UDP broadcast to 255.255.255.255 or receive one under this address? Haha. I'm trying to implement a BOOTP server in Node, for which broadcasting is a necessity. Sadly the docs are a little bit confsing and I'm getting weird errors all the way. Funny enough,

[nodejs] Re: UDP Datagram Broadcast

2013-05-30 Thread Jan Buschtöns
Thanks for your reply. This looks really good! FYI, I had to move the socket.setBroadcast(true); inside the socket.bind(broadcastPort, '0.0.0.0') callback, otherwise node quits with "Error: setBroadcast EBADF". It seems that I misunderstood the UDP network architecture. Could you elaborate a b

Re: [nodejs] Node v0.10.21 (Stable)

2013-10-18 Thread Jan Buschtöns
Heroku just send out a notice to all Node.js devs they know. Super nice. :) I think releasing a security fix ASAP and disclosing the details later on is a good tactic. Thanks everyone who worked on this! :) On Saturday, October 19, 2013 2:01:31 AM UTC+2, Isaac Schlueter wrote: > > I understand t