Skip to content

song940/node-dhcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dhcp2 dhcp2@1.0.0

dhcp client and server in nodejs

Installation

$ npm i dhcp2

Example

const dhcp = require('dhcp2');

const server = dhcp.createServer(function(request, response){

  console.log(request);

}).listen();

Specification

Contributing

  • Fork this Repo first
  • Clone your Repo
  • Install dependencies by $ npm install
  • Checkout a feature branch
  • Feel free to add your features
  • Make sure your features are fully tested
  • Publish your local branch, Open a pull request
  • Enjoy hacking <3

MIT