chewie.radius_socket module

Handle the RADIUS socket

class chewie.radius_socket.RadiusSocket(listen_ip, listen_port, server_ip, server_port, log_prefix)

Bases: object

Handle the RADIUS socket

receive()

Receives from the radius socket

send(data)

Sends on the radius socket data (bytes): what to send

setup()

Setup RADIUS Socket