This project explores the capabilities of TCP and UDP protocols combined with FlatBuffers for data serialization using C++. It focuses on understanding the fundamentals of socket programming, implementing efficient data transmission, and leveraging FlatBuffers for lightweight and fast serialization/deserialization of data. Additionally, it evaluates the effectiveness of CMake for building and managing C++ projects.
- FlatBuffers (latest stable version)
- CMake (version 3.24.1 or later)
- C++20 or later
This project is licensed under the MIT License. Feel free to modify and distribute it as per the terms of the license.