Java OSI Transport Layer -


i'm working on project need communicate device using transport layer. network connection osi/clns on ip.

i wrong, don't believe can use sockets type of connection. i'm looking examples on how create application can communicate on transport layer (either in java or c++).

thanks, rob

osi-stack open source implementation

here can find open source (for linux) implementation of complete osi stack. there application example there...


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -