Skip to content

Instantly share code, notes, and snippets.

View tgill880's full-sized avatar

Thurman Gillespy tgill880

View GitHub Profile
@tgill880
tgill880 / chops_echo_server.cpp
Created May 29, 2019 07:02
chops-net-ip echo server demo program
/**
* @file
*
* @ingroup example_module
*
* @brief TCP acceptor (server) that receives binary text messages, converts
* to upper case, then echos back to TCP connector (client).
*
* @note ESP32 port of echo_binary_text_server_demo.cpp.
*