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

https://github.com/iam1337/stolennetwork

Simple network based on RakNet
https://github.com/iam1337/stolennetwork

csharp dotnet-standard game-development networking

Last synced: over 1 year ago
JSON representation

Simple network based on RakNet

Awesome Lists containing this project

README

          

# StolenNetwork - Simple Network Framework

Created by [iam1337](https://github.com/iam1337)

[![](https://img.shields.io/github/license/iam1337/StolenNetwork.svg)](https://github.com/Iam1337/StolenNetwork/blob/master/LICENSE)

## Introduction
StolenNetwork is a networking framework based on a custom [CrabNet](https://github.com/Iam1337/CrabNet) implementation (a fork of [RakNet](http://www.jenkinssoftware.com/)). The main goal of StolenNetwork is to make real-time gaming networks as simple as possible.

**This framework is not compatible with the original RakNet.**

README WIP