An open API service indexing awesome lists of open source software.

https://github.com/mshockwave/udp-server-with-flatbuffers


https://github.com/mshockwave/udp-server-with-flatbuffers

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

UDP Protocol with Flatbuffers Example Server
===========================================

This is my homework in Network Programming Class that show how to use [Flatbuffers](https://google.github.io/flatbuffers)
along with a single thread UDP server.

Build
-----
This project use CMake( >= 2.8)

`mkdir build`

`cd build`

`cmake ..`

`make`