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


Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    0

Package Sidebar

Install

npm i dhcp2

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • song940