netcat for qnx?

Hi,

Does any one know which utility in QNX is similar to the “netcat” in Linux or Windows? I ported a mpeg driver from Linux to QNX. There is application program to use “netcat or nc” to send a video stream to the distance over IP with TCP or UDP package. I wonder if QNX also use “netcat” or something else. In order to send an MPEG stream across the network for example I used two machines: PC1 who are running the X-Window system and PC2 who carries the mpeg driver. Following example is running under Linux.
@example
@PC1$netcat -lp 12345 | mplayer -fps 25 -
@end example

@example
@PC2$./mpeg-driver -channel -audio -ntsc -p |netcat 192.168.0.112 12345
@end example

Thanks

openqnx.com/PNphpBB2-viewtopic-t7399-.html

mike.qnx.org.ru/qopencd/ - there exist already ported netcat :slight_smile: