A DHCP (server) implementation purely written in JavaScript.
This is a proof of concept which basically works but needs more polishing.
node.js 0.8.x
Clone this into your node_modules folder.
var dhcpd = require('node-dhcpd');
var server = dhcpd.createServer('udp4');For an example see demo/server.js.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Published under the MIT license.