Audit.NET.Udp 27.3.2

dotnet add package Audit.NET.Udp --version 27.3.2                
NuGet\Install-Package Audit.NET.Udp -Version 27.3.2                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Audit.NET.Udp" Version="27.3.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Audit.NET.Udp --version 27.3.2                
#r "nuget: Audit.NET.Udp, 27.3.2"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Audit.NET.Udp as a Cake Addin
#addin nuget:?package=Audit.NET.Udp&version=27.3.2

// Install Audit.NET.Udp as a Cake Tool
#tool nuget:?package=Audit.NET.Udp&version=27.3.2                

Audit.NET.Udp

UDP provider for Audit.NET library (An extensible framework to audit executing operations in .NET).

Sends Audit Logs as UDP datagrams to a network remote host or a multicast group.

Install

NuGet Package To install the package run the following command on the Package Manager Console:

PM> Install-Package Audit.NET.Udp

NuGet Status NuGet Count

Usage

Please see the Audit.NET Readme

Configuration

Set the static Audit.Core.Configuration.DataProvider property to set the UDP data provider, or call the UseUdp method on the fluent configuration. This should be done before any AuditScope creation, i.e. during application startup.

For example:

Audit.Core.Configuration.DataProvider = new UdpDataProvider()
{
    RemoteAddress = IPAddress.Parse("224.0.0.1"),
    RemotePort = 3333
};

Or by using the fluent configuration API:

Audit.Core.Configuration.Setup()
    .UseUdp(config => config
        .RemoteAddress("224.0.0.1")
        .RemotePort(3333));

Provider Options

Mandatory:

  • RemoteAddress: The address of the remote host or multicast group to which the underlying UdpClient should send the audit events.
  • RemotePort: The port number of the remote host or multicast group to which the underlying UdpClient should send the audit events.

Optional:

  • MulticastMode: To indicate if the RemoteAddress is a multicast group (default is Auto-Detect).
  • CustomSerializer: To specify a custom serialization method for the events to send as UDP packets (default is JSON encoded as UTF-8).
  • CustomDeserializer: To specify a custom deserialization method for the events to receive UDP packets.

Notes

The theoretical limit for the maximum size of a UDP packet is approximately 64Kb, so events that serializes to a length larger than that, will make the provider fail with an exception of type SocketException.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Audit.NET.Udp:

Repository Stars
thepirat000/spleeter-api
Audio separation API using Spleeter from Deezer
Version Downloads Last updated
27.3.2 79 12/11/2024
27.3.1 80 12/10/2024
27.3.0 88 12/8/2024
27.2.0 92 11/23/2024
27.1.1 115 10/28/2024
27.1.0 99 10/24/2024
27.0.3 115 9/25/2024
27.0.2 220 9/19/2024
27.0.1 131 9/4/2024
27.0.0 113 9/3/2024
26.0.1 160 8/22/2024
26.0.0 101 7/19/2024
25.0.7 114 7/4/2024
25.0.6 113 6/24/2024
25.0.5 126 6/18/2024
25.0.4 141 3/24/2024
25.0.3 148 3/13/2024
25.0.2 136 3/12/2024
25.0.1 122 2/28/2024
25.0.0 135 2/16/2024
24.0.1 152 2/12/2024
24.0.0 127 2/12/2024
23.0.0 189 12/14/2023
22.1.0 153 12/9/2023
22.0.2 184 12/1/2023
22.0.1 156 11/16/2023
22.0.0 140 11/14/2023
21.1.0 198 10/9/2023
21.0.4 178 9/15/2023
21.0.3 217 7/9/2023
21.0.2 188 7/6/2023
21.0.1 211 5/27/2023
21.0.0 254 4/15/2023
20.2.4 312 3/27/2023
20.2.3 291 3/17/2023
20.2.2 267 3/14/2023
20.2.1 292 3/11/2023
20.2.0 294 3/7/2023
20.1.6 338 2/23/2023
20.1.5 331 2/9/2023
20.1.4 360 1/28/2023
20.1.3 369 12/21/2022
20.1.2 351 12/14/2022
20.1.1 343 12/12/2022
20.1.0 390 12/4/2022
20.0.4 402 11/30/2022
20.0.3 699 10/28/2022
20.0.2 448 10/26/2022
20.0.1 521 10/21/2022
20.0.0 626 10/1/2022
19.4.1 601 9/10/2022
19.4.0 571 9/2/2022
19.3.0 519 8/23/2022
19.2.2 543 8/11/2022
19.2.1 540 8/6/2022
19.2.0 604 7/24/2022
19.1.4 1,019 5/23/2022
19.1.3 531 5/22/2022
19.1.2 538 5/18/2022
19.1.1 550 4/28/2022
19.1.0 520 4/10/2022
19.0.7 516 3/13/2022
19.0.6 543 3/7/2022
19.0.5 538 1/28/2022
19.0.4 527 1/23/2022
19.0.3 381 12/14/2021
19.0.2 382 12/11/2021
19.0.1 730 11/20/2021
19.0.0 422 11/11/2021
19.0.0-rc.net60.2 167 9/26/2021
19.0.0-rc.net60.1 206 9/16/2021
18.1.6 471 9/26/2021
18.1.5 461 9/7/2021
18.1.4 463 9/6/2021
18.1.3 486 8/19/2021
18.1.2 546 8/8/2021
18.1.1 474 8/5/2021
18.1.0 504 8/1/2021
18.0.1 514 7/30/2021
18.0.0 480 7/26/2021
17.0.8 513 7/7/2021
17.0.7 563 6/16/2021
17.0.6 545 6/5/2021
17.0.5 516 5/28/2021
17.0.4 508 5/4/2021
17.0.3 491 5/1/2021
17.0.2 483 4/22/2021
17.0.1 441 4/18/2021
17.0.0 544 3/26/2021
16.5.6 543 3/25/2021
16.5.5 482 3/23/2021
16.5.4 529 3/9/2021
16.5.3 498 2/26/2021
16.5.2 517 2/23/2021
16.5.1 494 2/21/2021
16.5.0 497 2/17/2021
16.4.5 540 2/15/2021
16.4.4 491 2/5/2021
16.4.3 503 1/27/2021
16.4.2 500 1/22/2021
16.4.1 542 1/21/2021
16.4.0 482 1/11/2021
16.3.3 534 1/8/2021
16.3.2 564 1/3/2021
16.3.1 566 12/31/2020
16.3.0 503 12/30/2020
16.2.1 543 12/27/2020
16.2.0 614 10/13/2020
16.1.5 589 10/4/2020
16.1.4 578 9/17/2020
16.1.3 670 9/13/2020
16.1.2 588 9/9/2020
16.1.1 601 9/3/2020
16.1.0 600 8/19/2020
16.0.3 663 8/15/2020
16.0.2 637 8/9/2020
16.0.1 711 8/8/2020
16.0.0 583 8/7/2020
15.3.0 643 7/23/2020
15.2.3 578 7/14/2020
15.2.2 979 5/19/2020
15.2.1 622 5/12/2020
15.2.0 667 5/9/2020
15.1.1 668 5/4/2020
15.1.0 631 4/13/2020
15.0.5 646 3/18/2020
15.0.4 682 2/28/2020
15.0.3 670 2/26/2020
15.0.2 759 1/20/2020
15.0.1 705 1/10/2020
15.0.0 699 12/17/2019
14.9.1 704 11/30/2019
14.9.0 654 11/29/2019
14.8.1 646 11/26/2019
14.8.0 934 11/20/2019
14.7.0 683 10/9/2019
14.6.6 715 10/8/2019
14.6.5 699 9/27/2019
14.6.4 694 9/21/2019
14.6.3 734 8/12/2019
14.6.2 741 8/3/2019
14.6.1 711 8/3/2019
14.6.0 695 7/26/2019
14.5.7 731 7/18/2019
14.5.6 717 7/10/2019
14.5.5 742 7/1/2019
14.5.4 718 6/17/2019
14.5.3 739 6/5/2019
14.5.2 759 5/30/2019
14.5.1 746 5/28/2019
14.5.0 720 5/24/2019
14.4.0 723 5/22/2019
14.3.4 715 5/14/2019
14.3.3 702 5/9/2019
14.3.2 741 4/30/2019
14.3.1 779 4/27/2019
14.3.0 795 4/24/2019
14.2.3 752 4/17/2019
14.2.2 780 4/10/2019
14.2.1 751 4/5/2019
14.2.0 773 3/16/2019
14.1.1 787 3/8/2019
14.1.0 855 2/11/2019
14.0.4 819 1/31/2019
14.0.3 844 1/22/2019
14.0.2 879 12/15/2018
14.0.1 919 11/29/2018
14.0.0 944 11/19/2018
13.3.0 929 11/16/2018
13.2.2 914 11/15/2018
13.2.1 911 11/13/2018
13.2.0 931 10/31/2018
13.1.5 931 10/31/2018
13.1.4 925 10/25/2018
13.1.3 934 10/18/2018
13.1.2 970 9/12/2018
13.1.1 960 9/11/2018
13.1.0 992 9/11/2018
13.0.0 1,028 8/29/2018
12.3.6 974 8/29/2018
12.3.5 981 8/22/2018
12.3.4 1,007 8/21/2018
12.3.3 25,819 8/21/2018
12.3.2 1,023 8/20/2018
12.3.1 1,070 8/20/2018
12.3.0 978 8/20/2018
12.2.2 1,065 8/15/2018
12.2.1 1,072 8/9/2018
12.2.0 1,015 8/8/2018
12.1.11 988 7/30/2018
12.1.10 1,045 7/20/2018
12.1.9 1,245 7/10/2018
12.1.8 1,143 7/2/2018
12.1.7 1,292 6/7/2018
12.1.6 1,148 6/4/2018
12.1.5 1,124 6/2/2018
12.1.4 1,094 5/25/2018
12.1.3 1,306 5/16/2018
12.1.2 1,141 5/15/2018
12.1.1 1,222 5/14/2018
12.1.0 1,213 5/9/2018
12.0.7 1,252 5/5/2018
12.0.6 1,242 5/4/2018
12.0.5 1,182 5/3/2018
12.0.4 1,249 4/30/2018
12.0.3 1,101 4/30/2018
12.0.2 1,220 4/27/2018
12.0.1 1,095 4/25/2018
12.0.0 1,087 4/22/2018
11.2.0 1,145 4/11/2018
11.1.0 1,194 4/8/2018
11.0.8 1,229 3/26/2018
11.0.7 1,122 3/20/2018
11.0.6 1,287 3/7/2018
11.0.5 1,176 2/22/2018
11.0.4 1,178 2/14/2018
11.0.3 1,213 2/12/2018
11.0.2 1,179 2/9/2018
11.0.1 1,119 1/29/2018
11.0.0 1,171 1/15/2018
10.0.3 1,162 12/29/2017
10.0.2 1,223 12/26/2017
10.0.1 1,224 12/18/2017
10.0.0 1,127 12/18/2017
9.3.0 1,253 12/17/2017
9.2.0 1,185 12/17/2017
9.1.3 1,193 12/5/2017
9.1.2 1,179 11/27/2017
9.1.1 1,133 11/21/2017
9.1.0 1,095 11/21/2017
9.0.1 1,142 11/11/2017
9.0.0 1,118 11/10/2017
8.7.0 1,164 11/9/2017
8.6.0 1,131 11/9/2017
8.5.0 1,210 10/3/2017
8.4.0 1,138 10/3/2017
8.3.1 1,410 9/8/2017
8.3.0 1,176 9/8/2017
8.2.0 1,213 9/4/2017
8.1.0 1,208 8/22/2017
8.0.0 1,244 8/19/2017
7.1.3 1,185 8/14/2017
7.1.2 1,182 8/2/2017
7.1.1 1,325 7/27/2017