faucet.faucet_experimental_event module

Experimental FAUCET event notification.

class faucet.faucet_experimental_event.FaucetExperimentalEventNotifier(socket_path, metrics, logger)[source]

Bases: object

Event notification, via Unix domain socket.

check_path(socket_path)[source]

Check that socket_path is valid.

notify(dp_id, dp_name, event_dict)[source]

Notify of an event.

start()[source]

Start socket server.