dhcp2

1.0.0 • Public • Published

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();
 

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


/dhcp2/

    Package Sidebar

    Install

    npm i dhcp2

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • song940