The library is a lightweight network library that wraps the .NET UDPclient object. It provide non-guaranteed network communication but absorbs less resources than TCP clients such as the Network library.
For local interprocess communication this library may be easier to use than the Network library as the data arrives in packets, so no streams to parse, and a receive event is provided, so no polling.
Help, demo and source included.
EDIT:- Version 1.1 posted that supports IPv6 addresses. As this needs .NET 2.0 version 1.0 of the library is left available for use on .NET 1.0/1.1. See post #15 for details.
EDIT:- This library is now deprecated. Its functionality is now included in the newly posted http://www.b4x.com/forum/additional-libraries/4658-netudp-server-client-library.html#post26758
For local interprocess communication this library may be easier to use than the Network library as the data arrives in packets, so no streams to parse, and a receive event is provided, so no polling.
Help, demo and source included.
EDIT:- Version 1.1 posted that supports IPv6 addresses. As this needs .NET 2.0 version 1.0 of the library is left available for use on .NET 1.0/1.1. See post #15 for details.
EDIT:- This library is now deprecated. Its functionality is now included in the newly posted http://www.b4x.com/forum/additional-libraries/4658-netudp-server-client-library.html#post26758
Attachments
Last edited: