org.drasyl.example.qotm.README.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of drasyl-examples Show documentation
Show all versions of drasyl-examples Show documentation
This package contains examples of how to use drasyl.
# Quote of the Moment Server / Client
This example demonstrates how to implement the quote server / client example from Oracle in drasyl: [https://docs.oracle.com/javase/tutorial/networking/datagrams/clientServer.html](https://docs.oracle.com/javase/tutorial/networking/datagrams/clientServer.html)
Start the server by
typing `mvn compile exec:java -Dexec.mainClass="org.drasyl.example.qotm.QuoteOfTheMomentServer"`.
Start the client by
typing `mvn compile exec:java -Dexec.mainClass="org.drasyl.example.qotm.QuoteOfTheMomentClient" -Dexec.args=""`.