Chops Net IP
|
Example of TCP send/receive text string over local loop network connection. Text is returned in uppercase. More...
Files | |
file | chat_server_demo.cpp |
Example of TCP multichat server network program. | |
file | simple_chat_demo.cpp |
Example of 2-way TCP peer to peer network chat program. See usage text for further information. | |
file | var_len_hdr.hpp |
Declarations and implementations for variable length binary messages. | |
Example of TCP send/receive text string over local loop network connection. Text is returned in uppercase.
Copyright (c) 2019 Thurman Gillespy 2019-10-14
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Sample make file : g++ -std=c++17 -Wall -Werror \ -I ../include \ -I ../../utility-rack/include/ \ -I ../../utility-rack/third_party/ \ -I ../../asio/asio/include/ \ local_echo_demo.cpp -lpthread -o local_echo