mock-radius
v0.0.4
Published
Mock RADIUS server for testing.
Downloads
10
Readme
mock-radius
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