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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -