Streaming
In addition to message-oriented communication, there should also be stream-oriented communication between nodes using Java's OutputStream
and InputStream
classes.
Open for discussion
- How should the Java interface between Application and Drasyl be designed at the sender/receiver?
- Who has to "open" the socket first? The receiver or the sender?
Edited by bornholdt