org.drasyl.example.chat.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.
# One to one Chat
This example starts a drasyl node allowing you to send and receive text messages.
A console-based example can be started by typing `mvn compile exec:java -Dexec.mainClass="org.drasyl.example.chat.ChatCli"`
The [Swing-based](https://docs.oracle.com/javase/8/docs/technotes/guides/swing/) counterpart can be started by typing `mvn compile exec:java -Dexec.mainClass="org.drasyl.example.chat.ChatGui"`