Skip to content

L4NetworkQuests explores TCP/UDP with FlatBuffers in C++, focusing on socket programming, data transmission optimization, and efficient serialization, managed with CMake.

License

Notifications You must be signed in to change notification settings

Astrodynamic/L4NetworkQuests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.