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

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

There is a newer version: 0.10.0
Show newest version
# 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"`




© 2015 - 2024 Weber Informatics LLC | Privacy Policy