Skip to content

moiji-mobile/diameter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

DIAMETER RFC model (and code generator)

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •