IonicWind Software

IWBasic => Network Client/Server programming => Topic started by: dragon57 on August 17, 2009, 12:24:26 PM

Title: UDP?
Post by: dragon57 on August 17, 2009, 12:24:26 PM
Does this library support UDP packets/communications?
Title: Re: UDP?
Post by: dragon57 on August 21, 2009, 03:57:25 PM
Anyone?
Title: Re: UDP?
Post by: Ionic Wind Support Team on August 21, 2009, 04:26:38 PM
I don't think anyone is answering because they don't understand.

The network library is for easily creating client and server programs and managing multiple concurrent virtual socket connections between them.  The type of data sent/received is up to you, just as I have shown in the IRC and FTP examples.

The library can support any protocol you have the specifications for.  Including custom protocols such as the one used in the chat example program. 

I have posted before an example for UDP packets without using the NCS library here:

http://www.ionicwind.com/forums/index.php/topic,3293.0.html

Paul.
Title: Re: UDP?
Post by: dragon57 on August 21, 2009, 08:08:57 PM
Great, thanks Paul for the info, it is appreciated.