Sockets in QNX

Hi,

I need to build an internet connection between a QNX device and a Java applet in a short amount of time but I don’t really know how to create servers/clients in QNX. I guess its done with sockets or something. Does anyone know a good C/C++ example or tutorial on this? It doesn’t have to be very detailed, the only thing we need is to open a connection on the QNX device, connect with 1 applet, and send/receive data.

Thanks!
Rick

The examples in “Linux Socket Programming by Example” Worren Gay work under QNX as well.