April 23, 2024, 04:33:45 PM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


UDP?

Started by dragon57, August 17, 2009, 12:24:26 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dragon57

Does this library support UDP packets/communications?

dragon57


Ionic Wind Support Team

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.
Ionic Wind Support Team

dragon57

Great, thanks Paul for the info, it is appreciated.