diameter
diameter
Module
diameter
Module summary
Main API of the diameter application.
Description
This module provides the interface with which a user can implement a Diameter node that sends and receives messages using the Diameter protocol as defined in RFC 6733.
Basic usage consists of creating a representation of a locally implemented Diameter node and its capabilities with start_service/2
, adding transport capability using add_transport/2
and sending Diameter requests and receiving Diameter answers with call/4
. Incoming Diameter requests are communicated as callbacks to a diameter_app(3)
callback modules as specified in the service configuration.
Beware the difference between diameter (not capitalized) and