views:

22

answers:

0

I'm working on a project where I need to communicate with a device using the transport layer. The network connection will be OSI/CLNS over IP.

I could be wrong, but I don't believe I can use sockets for this type of connection. I'm looking for examples on how to create an application that can communicate over the transport layer (either in Java or C++).

Thanks, Rob