View Single Post
  #1 (permalink)  
Old 08-19-2008, 12:19 PM
agraham's Avatar
agraham agraham is offline
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 1,907
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default NetUDPclient commmunication library

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.
Attached Files
File Type: zip NetUDPclient1.0.zip (13.0 KB, 57 views)
Reply With Quote