BoB robotics
The Brains on Board robotics library
BoBRobotics::Net::Server Class Reference

A general-purpose TCP server. More...

#include <server.h>

Public Member Functions

 Server (uint16_t port=Connection::DefaultListenPort)
 Create a new server, listening on the specified port.
 
std::unique_ptr< ConnectionwaitForConnection () const
 

Detailed Description

A general-purpose TCP server.

To be used with corresponding Client object. Various sink/source-type objects are used for either sending or receiving data to the client.


The documentation for this class was generated from the following files: