All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.drasyl.example.echo.README.md Maven / Gradle / Ivy

There is a newer version: 0.10.0
Show newest version
# Echo Protocol

This example implements the [Echo Protocol](https://tools.ietf.org/html/rfc862). An echo server
simply sends back to the originating source any data it receives.

This example consists of an [echo client](EchoClient.java) and [echo server](EchoServer.java)
sending the same message back and forth all the time.

## Usage

1. Start server: `mvn compile exec:java -Dexec.mainClass="org.drasyl.example.echo.EchoServer"`
1. Start
   client: `mvn compile exec:java -Dexec.mainClass="org.drasyl.example.echo.EchoClient" -Dexec.args=""`




© 2015 - 2024 Weber Informatics LLC | Privacy Policy