Client
C++ Windows client built with CMake
Last updated
C++ Windows client built with CMake
Last updated
The University of Tennessee
UTK.eduTickle College of EngineeringKao Innovation & Collaboration StudioThis work is under a Creative Commons Attribution-ShareAlike 4.0 International License
The client code lives in client/
. It has two classes:
tcp_stream
defined in include/comm.hpp, implemented in src/comm.cpp
Controller
defined in include/controller.hpp, implemented in src/controller.cpp
The program entrypoint and primary loop is located in src/client.cpp
.