File TcpDaemon.h
↰ Parent directory (src/desert_classes
)
Class used to send and receive data from the DESERT socket.
Definition (src/desert_classes/TcpDaemon.h
)
Detailed Description
The DESERT protocol stack interacts with the application level through a socket, used to send and receive a binary stream containing packets. This class connects to the socket and creates two threads, that run continously to store and send packets in the static members rx_packets and tx_packets
Prof. Davide Costa