Skip to content

P2P Messaging System with End to End encryption. Supports group chat and file transfer

Notifications You must be signed in to change notification settings

ronitray95/p2p_messaging_client

Repository files navigation

P2P Messaging System with End to End encryption

Installation

pip3 install -r requirements.txt

Execution

./server.py

./client.py <port_no>

Command list

  • signup <username> <roll_number> <password>
  • login <username> <password>
  • join <groupname>
  • create <groupname>
  • senduser <username> <text/file> <text block/file path>
  • sendgrp <groupname> <text/file> <text block/file path>
  • list
  • quit

About

P2P Messaging System with End to End encryption. Supports group chat and file transfer

Topics

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages