DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
NetworkManager is used by IOManager to configure and manage network connections (similar to how QueueRegistry configures and manages Queues).
Manages active connections within the application, as well as communicating the the ConfigClient to talk to the ConnectivityService
Wrapper around the HTTP API for the ConnectivityService to perform network connection registration and lookup
Represents the receive end of a network connection, implementation of ReceiverConcept and exposed to DAQModules via IOManager::get_receiver<T>
Represents the send end of a network connection, implementation of SenderConcept and exposed to DAQModules via IOManager::get_sender<T>