Skip to content
ECMGS edited this page Jun 18, 2019 · 2 revisions

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

Clone this wiki locally