fluidlab.interfaces.socket_inter

Interfaces with socket (fluidlab.interfaces.socket_inter)

Provides:

class fluidlab.interfaces.socket_inter.SocketInterface(ip_address, autoremove_eol, **kwargs)[source]

Abstract base class. Concrete classes are UDPSocketInterface and TCPSocketInterface

Classes

SocketInterface(ip_address, autoremove_eol, ...)

Abstract base class.

TCPSocketInterface(ip_address, port[, ...])

UDPSocketInterface(ip_address, in_port, out_port)