https://github.com/hellokitty/gladnet.photonserver
[Deprecated] GladNet2 API implemented for PhotonServer server and client applications.
https://github.com/hellokitty/gladnet.photonserver
Last synced: about 1 year ago
JSON representation
[Deprecated] GladNet2 API implemented for PhotonServer server and client applications.
- Host: GitHub
- URL: https://github.com/hellokitty/gladnet.photonserver
- Owner: HelloKitty
- License: mit
- Created: 2016-02-07T00:57:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-07T20:22:51.000Z (almost 10 years ago)
- Last Synced: 2025-01-24T06:11:19.173Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 2.68 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GladNet.PhotonServer (GladNet2)
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/GladNet2-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
- Add Nuget Feed https://www.myget.org/F/hellokitty/api/v2 in VS (Options -> NuGet -> Package Sources)
## 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.PhotonServer) |
|**dev**| N/A | N/A | N/A | [](https://travis-ci.org/HelloKitty/GladNet.PhotonServer)|
#### Windows - Unit Tests
(Done locally)
##Licensing
This project is licensed under the MIT license.