node-dhcpd icon indicating copy to clipboard operation
node-dhcpd copied to clipboard

Updated packet.js

Open tionsys opened this issue 9 years ago • 2 comments

Constructor of Buffer is now deprecated See https://nodejs.org/api/buffer.html#buffer_new_buffer_size

tionsys avatar Jan 04 '17 21:01 tionsys

Buffer.alloc has been introduced in 5.10 which would change the nodejs requirement. i'm ok with that. i would even up the requirement to node lts. but is there anything else that'd need changes?

glaszig avatar Jan 06 '17 22:01 glaszig

In my setup it does work like a charm - I copied most parts of my script and modified them working as a standalone example; but I wasn't able to test it (yet) and won't be able to do so in the next days. Also updated package.json.

tionsys avatar Jan 07 '17 11:01 tionsys