nanoframework.System.Net.Sockets.UdpClient 1.0.0-preview.6

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of nanoframework.System.Net.Sockets.UdpClient.
There is a newer version of this package available.
See the version list below for details.
dotnet add package nanoframework.System.Net.Sockets.UdpClient --version 1.0.0-preview.6
NuGet\Install-Package nanoframework.System.Net.Sockets.UdpClient -Version 1.0.0-preview.6
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="nanoframework.System.Net.Sockets.UdpClient" Version="1.0.0-preview.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add nanoframework.System.Net.Sockets.UdpClient --version 1.0.0-preview.6
#r "nuget: nanoframework.System.Net.Sockets.UdpClient, 1.0.0-preview.6"
#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 nanoframework.System.Net.Sockets.UdpClient as a Cake Addin
#addin nuget:?package=nanoframework.System.Net.Sockets.UdpClient&version=1.0.0-preview.6&prerelease

// Install nanoframework.System.Net.Sockets.UdpClient as a Cake Tool
#tool nuget:?package=nanoframework.System.Net.Sockets.UdpClient&version=1.0.0-preview.6&prerelease

Quality Gate Status Reliability Rating License NuGet #yourfirstpr Discord

nanoFramework logo


System.NET.Sockets.UdpClient

This API implements the UdpClient class with a pattern similar to the official .NET equivalent System.NET.Sockets.UdpClient. Beside the lack of the asynchronous methods the receive functions don't use an internal buffer like the .NET API but instead requires a buffer to be passed as part of the call.

Note: For the Receive methods if the buffer is smaller than the packet to receive it will be truncated to the buffer size without warning. Indeed "lwIP", the TCP/IP stack used commonly by RTOS, doesn't support the MSG_TRUNC socket option in calls to recvfrom to return the real length of the datagram when it is longer than the passed buffer opposite to common Un*x implementations.

Build status

Component Build Status NuGet Package
nanoFramework.System.Net.Sockets.UdpClient Build Status NuGet
nanoFramework.System.Net.Sockets.UdpClient (preview) Build Status NuGet

Feedback and documentation

For documentation, providing feedback, issues and finding out how to contribute please refer to the Home repo.

Join our Discord community here.

Credits

The list of contributors to this project can be found at CONTRIBUTORS.

License

The nanoFramework Class Libraries are licensed under the MIT license.

Code of Conduct

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behaviour in our community. For more information see the .NET Foundation Code of Conduct.

.NET Foundation

This project is supported by the .NET Foundation.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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 nanoframework.System.Net.Sockets.UdpClient:

Repository Stars
nanoframework/Samples
🍬 Code samples from the nanoFramework team used in testing, proof of concepts and other explorational endeavours
Version Downloads Last updated
1.1.61 1,379 1/29/2024
1.1.59 197 1/26/2024
1.1.55 441 11/10/2023
1.1.51 298 11/9/2023
1.1.48 1,932 5/16/2023
1.1.43 699 12/28/2022
1.1.41 575 12/28/2022
1.1.39 611 12/27/2022
1.1.37 643 12/23/2022
1.1.34 866 10/26/2022
1.1.32 693 10/26/2022
1.1.30 690 10/26/2022
1.1.28 682 10/25/2022
1.1.25 683 10/24/2022
1.1.23 708 10/23/2022
1.1.21 749 10/10/2022
1.1.19 701 10/8/2022
1.1.16 707 9/22/2022
1.1.14 694 9/22/2022
1.1.12 711 9/15/2022
1.1.10 728 8/5/2022
1.1.8 681 8/4/2022
1.1.6 685 8/4/2022
1.1.4 714 8/3/2022
1.1.2 666 8/3/2022
1.0.0.18 684 8/3/2022
1.0.0.16 780 6/13/2022
1.0.0.14 771 6/8/2022
1.0.0.12 734 5/26/2022
1.0.0.10 750 5/18/2022
1.0.0.8 719 5/3/2022
1.0.0 770 3/29/2022
1.0.0-preview.23 119 3/29/2022
1.0.0-preview.21 119 3/17/2022
1.0.0-preview.19 101 3/14/2022
1.0.0-preview.17 113 3/14/2022
1.0.0-preview.15 110 3/14/2022
1.0.0-preview.13 113 2/18/2022
1.0.0-preview.6 161 2/9/2022