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.
- Host: GitHub
- URL: https://github.com/hellokitty/gladnet.lidgren
- Owner: HelloKitty
- License: mit
- Created: 2016-02-01T16:48:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-20T03:47:04.000Z (almost 9 years ago)
- Last Synced: 2025-03-17T18:52:02.417Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 1.07 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.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 [](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 | [](https://travis-ci.org/HelloKitty/GladNet.Lidgren) |
|**dev**| N/A | N/A | N/A | [](https://travis-ci.org/HelloKitty/GladNet.Lidgren)|
#### Windows - Unit Tests
(Done locally)
##Licensing
This project is licensed under the MIT license.