Radius (elixir_radius v1.1.0)

Link to this section Summary

Functions

wrapper of gen_udp.open

recv and decode packet.

encode and send packet

Link to this section Functions

wrapper of gen_udp.open

Link to this function

recv(sk, secret)

recv and decode packet.

  sk :: socket
  secret :: string | fn({host,port}) -> string
Link to this function

send(sk, arg, packet)

encode and send packet

  sk :: socket
  packet:: %Radius.Packet{}