Swung0x48 / AMMOProtocol

Asynchronous Massive Multiplayer Online Protocol. An UDP-based network protocol for online games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AMMO Protocol

What is AMMO Protocol?

AMMO Protocol stands for Asynchronous Massive Multiplayer Online Protocol. It's a UDP-based protocol designed with multiplayer online game in mind.

Getting Started

  1. Clone this repo RECURSIVELY
git clone https://github.com/Swung0x48/AMMOProtocol.git --recursive
  1. (Optional) Run unit tests
mkdir build && cd build   # Create a dir specifically for building
cmake ..                  # Generate makefile
make                      # Build from source
make test                 # Run tests
  1. Integrate into your project

This is a header-only library. Include includes directory to your project, and you're ready to go!

Features

No outstanding features at this time really. Just simple UDP communication.

About

Asynchronous Massive Multiplayer Online Protocol. An UDP-based network protocol for online games.


Languages

Language:C++ 96.4%Language:CMake 3.6%