Corda is an open source blockchain project, designed for business from the start. Only Corda allows you to build interoperable blockchain networks that transact in strict privacy. Corda's smart contract technology allows businesses to transact directly, with value.
Go to file
Eric Scharff 71e7a6d796 Simple non-blocking client and server example programs. The client
actually simulates blocking IO by implementing a Socket OutputStream, and
sends a file to a port.  The server listens on a port and dumps the output
to test files.  Together, these classes can be used to send a file from
a client to a server machine over a socket.
2007-10-07 17:15:29 -06:00
classpath Fix another off-by-one error when EOS is hit on the socket 2007-10-07 11:35:48 -06:00
src Merge branch 'master' of dice:git/vm 2007-10-04 17:17:57 -06:00
test Simple non-blocking client and server example programs. The client 2007-10-07 17:15:29 -06:00
.gitignore add .gitignore 2007-06-04 17:48:16 -06:00
makefile snapshot 2007-10-03 18:41:54 -06:00
valgrind.supp bugfixes for recent refactoring effort 2007-09-24 07:46:48 -06:00