eradius icon indicating copy to clipboard operation
eradius copied to clipboard

Erlang RADIUS server framework

Results 6 eradius issues
Sort by recently updated
recently updated
newest added

The config of eradius now is placed in *.src

Right now, we only can have a client attached to one interface. See https://github.com/travelping/eradius/blob/master/src/eradius_client.erl#L269 It would be really useful (f.e. in case of router or proxy) to have an ability...

discussion :alarm_clock:

Diameter 2.1 has this option. The change log for OTP 20.1 says: ``` Add service option decode_format to allow incoming messages to be decoded into maps instead of records. ```...

discussion :alarm_clock:

Example seems be: https://github.com/travelping/eradius/blob/master/src/eradius_server.erl#L126-L129 They should be logged on debug level.

discussion :alarm_clock:

v3 rewrite of eradius, major changes: * clients and servers are now started and configured through APIs, not app env settings any more * IPv6 support * supports multiple server...