Hazel-Networking
Hazel Networking is a low level networking library for C# providing connection orientated, message based communication via TCP, UDP and RUDP.
File Explorer
Download Latest Version (.zip)- AssemblyInfo.cs
- StateObject.cs
- TcpConnection.cs
- TcpConnectionListener.cs
- SendOptionInternal.cs
- UdpClientConnection.cs
- UdpConnection.cs
- UdpConnection.Fragmented.cs
- UdpConnection.KeepAlive.cs
- UdpConnection.Reliable.cs
- UdpConnectionListener.cs
- UdpServerConnection.cs
- Connection.cs
- ConnectionEndPoint.cs
- ConnectionListener.cs
- ConnectionState.cs
- ConnectionStatistics.cs
- DataReceivedEventArgs.cs
- DisconnectedEventArgs.cs
- Hazel.csproj
- Hazel.nuspec
- HazelException.cs
- IPMode.cs
- IRecyclable.cs
- NetworkConnection.cs
- NetworkConnectionListener.cs
- NetworkEndPoint.cs
- NewConnectionEventArgs.cs
- ObjectPool.cs
- SendOption.cs
- Protocols.aml
- TCP.aml
- UDP-RUDP.aml
- Technical Details.aml
- Introduction.aml
- Quickstart.aml
- Welcome.aml
- common.xml
- TcpClientExample.cs
- TcpListenerExample.cs
- UdpClientExample.cs
- UdpListenerExample.cs
- Help.png
- Content Layout.content
- Hazel.Documentation.shfbproj
- AssemblyInfo.cs
- Hazel.UnitTests.csproj
- StatisticsTests.cs
- TcpConnectionTests.cs
- TestHelper.cs
- UdpConnectionTests.cs
- .gitattributes
- .gitignore
- Hazel Networking Protocol.docx
- Hazel.sln
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/DarkRiftNetworking/Hazel-Networking
Downloads the entire project code from GitHub to your computer.
cd Hazel-Networking
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd Hazel.UnitTests
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
