0.10.2 • Published 4 years ago

diameter v0.10.2

Weekly downloads
9
License
GPL-3.0
Repository
github
Last release
4 years ago

node-diameter

Gitter npm version Build Status Code Climate Test Coverage

node-diameter is node.js implementation of Base Diameter protocol.

Usage

Check client and server in 'examples' directory.

To see it in action:

$ npm install

Start server:

$ npm run-script example-server

Start client:

$ npm run-script example-client

Using custom diameter dictionaries

To use your own diameter dictionary, set the 'DIAMETER_DICTIONARY' environment variable to path of the json file containing your dictionary, or name of node module that provides it. See 'node-diameter-dictionary' module for json file format, and how to create a node module that provides a dictionary.

Note: this module has a dependency on 'node-diameter-dictionary' module, so if you are using your own dictionary, you can optionaly remove the 'node-diameter-dictionary' dependency when doing the npm shrinkwrap of your application.

Complementary library

Makes it easier to work with diameter messages, by converting the arrays to objects:

https://github.com/node-diameter/node-diameter-avp-object

0.10.2

4 years ago

0.10.1

4 years ago

0.10.0

5 years ago

0.9.5

6 years ago

0.9.4

6 years ago

0.9.3

6 years ago

0.9.2

6 years ago

0.9.0

6 years ago

0.8.7

7 years ago

0.8.5

7 years ago

0.8.4

7 years ago

0.8.3

7 years ago

0.8.2

7 years ago

0.8.1

7 years ago

0.8.0

7 years ago

0.7.0

7 years ago

0.6.7

7 years ago

0.6.6

8 years ago

0.6.5

8 years ago

0.6.4

8 years ago

0.6.3

8 years ago

0.6.2

9 years ago

0.6.1

9 years ago

0.6.0

9 years ago

0.5.2

9 years ago

0.1.0

9 years ago