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

https://github.com/hellokitty/gladnet.lidgren

[Depcreated] GladNet2 API implemented around the Lidgren-gen3 library.
https://github.com/hellokitty/gladnet.lidgren

Last synced: 12 months ago
JSON representation

[Depcreated] GladNet2 API implemented around the Lidgren-gen3 library.

Awesome Lists containing this project

README

          

# GladNet.Lidgren

GladNet2 is Message based networking API library for Unity3D/.Net developers. Defines an API from which other lowerlevel network libraries can be adapted to. This particular repo are the adapters and implementation of the GladNet2 API for PhotonServer SDK.

Come chat: [![https://gitter.im/HelloKitty/GladNet2.0y](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/HelloKitty/GladNet2.0?utm_source=share-link&utm_medium=link&utm_campaign=share-link)

## Implementations

GladNet2 API: https://github.com/HelloKitty/GladNet2.0

Lidgren's: https://github.com/HelloKitty/GladNet.Lidgren

Photon Server's: https://github.com/HelloKitty/GladNet.PhotonServer

## Setup

To use this project you'll first need a couple of things:
- Visual Studio 2015

## Builds

Available on a Nuget Feed: https://www.myget.org/F/hellokitty/api/v2 [![hellokitty MyGet Build Status](https://www.myget.org/BuildSource/Badge/hellokitty?identifier=2de8fa51-b575-4fb5-ab5a-5854013c0ac0)](https://www.myget.org/gallery/hellokitty)

##Tests

#### Linux/Mono - Unit Tests
||Debug x86|Debug x64|Release x86|Release x64|
|:--:|:--:|:--:|:--:|:--:|:--:|
|**master**| N/A | N/A | N/A | [![Build Status](https://travis-ci.org/HelloKitty/GladNet.Lidgren.svg?branch=master)](https://travis-ci.org/HelloKitty/GladNet.Lidgren) |
|**dev**| N/A | N/A | N/A | [![Build Status](https://travis-ci.org/HelloKitty/GladNet.Lidgren.svg?branch=dev)](https://travis-ci.org/HelloKitty/GladNet.Lidgren)|

#### Windows - Unit Tests

(Done locally)

##Licensing

This project is licensed under the MIT license.