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
- Host: GitHub
- URL: https://github.com/ecmgs/p2p-ecrypted-java-chat
- Owner: ECMGS
- License: gpl-3.0
- Created: 2019-06-16T12:35:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T10:04:36.000Z (over 6 years ago)
- Last Synced: 2025-03-17T15:57:20.041Z (9 months ago)
- Topics: chat, java, java-chat, java-network, java-p2p-chat, p2p, p2p-chat
- Language: Java
- Size: 58.6 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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