BSD Socket API Programming Examples

HI

I was looking at the chapter entitled Networking Architecture in System
Architecture of QNX 6 documentation. This gives a tantalizing look into the
routines available
to application programmers when using the BSD Socket API.

Are there any coding examples for extracting data from and transmitting data
to a
network using TCPIP ?

Bob

You should invest in the book by Richard Stevens titled "UNIX Network
Programming, Volume 1, 2ed: Networking API’s: Sockets and XTI.

It’s a comprehensive book that details almost everything you need to know to
do application level programming (not to mention a huge number of examples
and clear explanations).

-Adam

Bob miles <rmiles@radamec.co.uk> wrote in message
news:avk1dc$g28$1@inn.qnx.com

HI

I was looking at the chapter entitled Networking Architecture in System
Architecture of QNX 6 documentation. This gives a tantalizing look into
the
routines available
to application programmers when using the BSD Socket API.

Are there any coding examples for extracting data from and transmitting
data
to a
network using TCPIP ?

Bob