[nodejs] UDP Broadcast and multiple interfaces

2016-09-22 Thread Paul J R
Hi All, For the last couple of days i've been attempting to implement a DHCP server and have run up against a few limitations that I think spell the end of idea (in pure JS at least). Handing udp broadcast itself is fairly straightforward, but when its coming in from multiple interfaces there

Re: [nodejs] Direct links for nodejs binary versions?

2013-01-13 Thread Paul J R
tarballs. F On Friday, January 11, 2013, Paul J R wrote: Well, as i said, i already have a working script that'll pull the node binary and nave is just doing the same thing, the problem with doing things like this with shell utils is that your essentially parsing html via regex and that tends

[nodejs] Direct links for nodejs binary versions?

2013-01-11 Thread Paul J R
Hi All, Im writing an lxc container template for to running node app's and depending on the options the template script may try to download the latest binary version of nodejs. Currently im doing this by hitting http://www.nodejs.org/dist/latest/ and attempting to find the appropriate binary