Info
Version: | 2.0.0 |
Author(s): | Verner Fortelius |
Last Update: | Sunday, February 17, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/vforteli/RadiusServer |
NuGet Url: | https://www.nuget.org/packages/Flexinets.Radius.RadiusServer |
Install
Install-Package Flexinets.Radius.RadiusServer
dotnet add package Flexinets.Radius.RadiusServer
paket add Flexinets.Radius.RadiusServer
Flexinets.Radius.RadiusServer Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Flexinets.Net.UdpClient(>= 1.1.1)
- Flexinets.Radius.Core(>= 2.0.0)
- Microsoft.AspNetCore.HttpOverrides(>= 2.1.1)
- Flexinets.Net.UdpClient(>= 1.1.1)
- Flexinets.Radius.Core(>= 2.0.0)
- Microsoft.AspNetCore.HttpOverrides(>= 2.1.1)
Tags
Implement IRadiusPacketHandler and handle packets.
For an example server implementation hosted in a windows service, see: https://github.com/vforteli/RadiusServerService/tree/Base.