Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 870 Bytes

File metadata and controls

32 lines (23 loc) · 870 Bytes

RFC 6733 (diameter base) parser and toolkit

Parse Diameter AVP groups and messages and convert them to a model. The model can be used to generate efficient C/C++ codec code and a highly flexible Smalltalk toolkit.

Installation

To install diameter on your Pharo image, execute the following script:

Metacello new
	githubUser: 'moiji-mobile' project: 'diameter' commitish: 'master' path: 'mc';
	baseline: 'Diameter';
	load

To add diameter to your baseline:

spec
	baseline: 'Diameter'
	with: [ spec repository: 'github://moiji-mobile/diameter:master/mc' ]

Note you can replace the #master by another branch such as #development or a tag such as #v1.

Smalltalk versions compatibility

Version Compatible Pharo versions
master Pharo 80, 90, 10, 11, 12, 13