QNX RTOS v4 Knowledge Base
QNX RTOS v4 Knowledge Base
Title |
QNX messages over a TCP/IP network |
Ref. No. |
QNX.000003147 |
Category(ies) |
Network, Development |
Issue |
How can we send QNX messages (SEND, RECEIVE AND REPLY primitives) over a TCP/IP QNX-QNX network?
|
Solution |
The QNX send/receive/reply will only work on a QNX native (Fleet) network. For a TCP/IP network, you need to do standard TCP/IP message passing (ie open a socket, communicate using this socket). For more information on TCP/IP programming consult the "QNX TCP/IP Programmers Guide" manual. |
|