Flexinets.Radius.Core
2.0.0
Library for parsing and assembling radius packets. Includes a dictionary with attributes and some vendor specific attributes
Install-Package Flexinets.Radius.Core -Version 2.0.0
dotnet add package Flexinets.Radius.Core --version 2.0.0
<PackageReference Include="Flexinets.Radius.Core" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Flexinets.Radius.Core --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Flexinets.Radius.Core, 2.0.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Remove dependency on log4net and replace with ILogger.
Dependencies
-
.NETFramework 4.7
- Microsoft.Extensions.Logging (>= 2.2.0)
-
.NETStandard 2.0
- Microsoft.Extensions.Logging (>= 2.2.0)
Used By
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Flexinets.Radius.Core:
Package | Downloads |
---|---|
Flexinets.Radius.RadiusClient
Radius client. Send packets to radius servers. Packets can be sent asynchronously and are mapped to response using remote endpoint and identifier
|
|
Flexinets.Radius.RadiusServer
Radius server library. Implement IRadiusPacketHandler and handle packets.
For an example server implementation hosted in a windows service, see: https://github.com/vforteli/RadiusServerService/tree/Base
|
|
Flexinets.Radius.RadSecClient
RadSec client. Send radius requests over RadSec (Radius/TLS)
PKI based client authentication and clients mapped to packet handlers using SHA1 hash of certificate
|
|
Flexinets.Radius.RadSecServer
RadSec server. Library for hosting a Radsec server (Radius/TLS). Can be run in a Windows Service
|
GitHub repositories
This package is not used by any popular GitHub repositories.