A chat client written as a university project.
Go to file
2016-11-19 17:25:39 +01:00
.gitignore initial commit. written a CMakeLists.txt to import boost::asio & serialization 2016-11-17 20:48:22 +01:00
CMakeLists.txt written an example server -- started experimenting with boost::asio 2016-11-18 16:11:17 +01:00
message.cpp added message class for message based communication over sockets 2016-11-19 17:25:15 +01:00
message.h added message class for message based communication over sockets 2016-11-19 17:25:15 +01:00
server.cpp written an example server -- started experimenting with boost::asio 2016-11-18 16:11:17 +01:00
text_message.cpp written a quick, unfinished implementation of message 2016-11-19 17:25:39 +01:00
text_message.h written a quick, unfinished implementation of message 2016-11-19 17:25:39 +01:00