0.0.4 • Published 9 years ago

mock-radius v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

mock-radius Build Status

Radius server for testing purposes.

Listens on all interfaces by default and port 1812.

Install

$ npm install mock-radius

Usage

var config = {
    address: '0.0.0.0',
    port: 1812,
    secret: 'radiusSuperSecret',
    userName: 'hulk',
    userPassword: 'smash12345'
};

var mockradius = new MockRadius(config);

mockradius.bind();

Run Tests

$ npm test

License

MIT