Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 832 Bytes

File metadata and controls

17 lines (13 loc) · 832 Bytes

L4NetworkQuests

Introduction

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.

Requirements

  • FlatBuffers (latest stable version)
  • CMake (version 3.24.1 or later)
  • C++20 or later

LICENSE

This project is licensed under the MIT License. Feel free to modify and distribute it as per the terms of the license.