REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
tcp.cpp
Go to the documentation of this file.
1#include "websockets/tcp.h"
2
3#include "web/server.h"
4
5using web::LucidacWebsocketsClient;
6
7websockets::network::TcpClient::TcpClient(LucidacWebsocketsClient *context)
8 : context(context), client(&context->socket) {}