My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 107
This software implements the socket routine for server side applications. The protocol implementation can be presented by the any scripts, applications or etc.
The code is used to implement file transfer in LINUX by implementing socket programming in C.
Just a side project to learn networking code
Sockets API for C++. Originally created circa 2004. Unmanaged project.
Projekt
CS421 Programming Assignment 1
= JCA Sockets = JCA Sockets is a JCA resource adapter that accepts simple TCP/IP socket connections from clients. It allows a J2EE/JEE developer to support legacy socket clients in an easy, standards compliant way. It does not support distributed transactions, although it is easy to start a transac...
= junixsocket = junixsocket is a Java/JNI library that allows the use of Unix Domain Sockets (AF_UNIX sockets) from Java. In contrast to other implementations, junixsocket extends the Java Sockets API (`java.net.Socket, java.net.SocketAddress` etc.) and even supports RMI over AF_UNIX. It is al...
*Naga is not a framework.* Naga aims to be a very small NIO library that provides a handful of java classes to wrap the usual `Socket` and `ServerSocket` with asynchronous NIO counterparts (similar to NIO2 planned for Java 1.7). All of this is driven from a _single_ thread, making it useful f...
By using this library you can focus on implementing protocol and logic, instead of spending countless hours of writing and debugging asynchronous, non blocking, high performance socket routines. This project came into existence while i was writing a new, ground breaking IRC chat web application. ...
1 2 3 4 5 6 7 8 9 10 Next