https://github.com/mshockwave/udp-server-with-flatbuffers
https://github.com/mshockwave/udp-server-with-flatbuffers
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mshockwave/udp-server-with-flatbuffers
- Owner: mshockwave
- License: other
- Created: 2016-05-15T06:48:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-16T08:02:13.000Z (about 10 years ago)
- Last Synced: 2025-06-15T10:09:15.351Z (about 1 year ago)
- Language: C++
- Size: 1.34 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`