https://github.com/lidgren/lidgren-network-gen3
Lidgren Network Library
https://github.com/lidgren/lidgren-network-gen3
Last synced: 6 months ago
JSON representation
Lidgren Network Library
- Host: GitHub
- URL: https://github.com/lidgren/lidgren-network-gen3
- Owner: lidgren
- License: mit
- Created: 2015-01-20T09:07:29.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-01-29T06:26:01.000Z (almost 5 years ago)
- Last Synced: 2024-11-19T01:51:19.236Z (12 months ago)
- Language: C#
- Homepage: https://groups.google.com/forum/#!forum/lidgren-network-gen3
- Size: 9.59 MB
- Stars: 1,195
- Watchers: 111
- Forks: 331
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity3d - lidgren-network-gen3 - Lidgren.Network is a networking library for .NET framework, which uses a single UDP socket to deliver a simple API for connecting a client to a server, reading and sending messages. (Open Source Repositories / Networking)
- awesome-opensource-unity - lidgren-network-gen3 - Lidgren.Network is a networking library for .NET framework, which uses a single UDP socket to deliver a simple API for connecting a client to a server, reading and sending messages. (Open Source Packages / Networking)
- awesome-unity3d - lidgren-network-gen3 - Lidgren.Network is a networking library for .NET framework, which uses a single UDP socket to deliver a simple API for connecting a client to a server, reading and sending messages. (Open Source Repositories / Networking)
- awesome-unity3d - lidgren-network-gen3 - Lidgren.Network is a networking library for .NET framework, which uses a single UDP socket to deliver a simple API for connecting a client to a server, reading and sending messages. (Open Source Repositories / Networking)
- Awesome-Unity - Lidgren.Net - A networking library for .NET framework, which uses a single UDP socket to deliver a simple API for connecting a client to a server, reading and sending messages (Networks)
README
**Note! Not actively developed any more; only accepting trivial or minor bug fixes.**
# Lidgren.Network 
Lidgren.Network is a networking library for .NET framework, which uses a single UDP socket to deliver a simple API for connecting a client to a server, reading and sending messages.
This has been updated for use with Unity3D, feel free to send PRs for other bugs fixes.
To use this in Unity3D just enable the experimental .NET framework.
you can do this in Edit -> Project Settings -> Player -> Other Settings -> Api Compatibility Level -> .NET 4.6
Platforms supported:
- Linux
- Mac
- OSX
Platforms/Toolchains which need testing:
- Android
- iPhone
- Xamarin
Tested in:
- Mono (alpha and beta)
- .NET 4.6
- Unity 2017.1 -> 2018.1.
Future Roadmap:
- Update to latest .NET 4.6
- Investigate officially supporting .NET Core.
- Improve test suite so that tests are run on all platforms we support, for each release.