drasyl: General-Purpose Overlay Network Framework - Node Package 0.10.0 API

Packages 
Package Description
org.drasyl.channel  
org.drasyl.node
Contains DrasylNode.
org.drasyl.node.behaviour
Describes DrasylNodes as finite state machines.
org.drasyl.node.channel
netty Channel for the DrasylNode.
org.drasyl.node.event
Contains events that inform about various states of the DrasylNode (started, stopped, etc.) or overlay network events (messages, peer discovery, etc.)
org.drasyl.node.handler
ChannelHandlers used by the DrasylNode.
org.drasyl.node.handler.crypto
Contains classes necessary for encrypted peer/application communication.
org.drasyl.node.handler.plugin
Flexible extensions of drasyl via plugins that can be loaded into the pipeline together with user-defined settings.
org.drasyl.node.handler.serialization
Serialization of java objects to byte arrays and vice versa.
org.drasyl.node.handler.timeout
Adds support for read and write timeout and idle connection notification.
org.drasyl.node.identity
Handles the Identity creation of the DrasylNode.