An open API service indexing awesome lists of open source software.

https://github.com/ecmgs/p2p-ecrypted-java-chat

Chat encriptado P2P creado en java
https://github.com/ecmgs/p2p-ecrypted-java-chat

chat java java-chat java-network java-p2p-chat p2p p2p-chat

Last synced: 3 months ago
JSON representation

Chat encriptado P2P creado en java

Awesome Lists containing this project

README

          

# P2P ecrypted java chat

### How to inicialize the chat

1. Set the criptographic key (If you don't configure this parameter, you will be able to use the app, but a default key will be applied).
2. Set the port were you will be listening to messages, it's very important that the other user set another port for their server.
3. Connect to the server puting the IP and the port
4. You got it!!

### Repository contents

* mensajes.jar - The aplication builder
* src/ - If you want to get to the code

### License

GPL-3.0 by @ECMGS