Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.
/ node-dhcpd Public archive

A DHCP (server) implementation purely written in JavaScript with node.js

Notifications You must be signed in to change notification settings

glaszig/node-dhcpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ARCHIVED
activity on this library has stalled for quite some time and i won't update it any further. for other/up-to-date/better implementations have a look at infusion/node-dhcp or konobi/node-dhcpjs and apaprocki/node-dhcpjs.

Node.js DHCP server

A DHCP (server) implementation purely written in JavaScript.

Requirements

node.js 0.8.x

Installation

Clone this into your node_modules folder.

Usage

var dhcpd = require('node-dhcpd');
var server = new dhcpd('udp4', { broadcast: '192.168.0.255' });

For a real-world example have a look at @konobi's forge.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

Published under the MIT license.

About

A DHCP (server) implementation purely written in JavaScript with node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published