interface NodeDataSender
Sends data from connected Node
send
abstract fun send(data: ByteArray): Completable
sends given data to connected Node