Skip to content

NotReeceHarris/ws-p2p-aes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ws-p2p-aes

A Open-Source Peer-to-Peer AES Communication

ws-p2p-aes provides a peer-to-peer (P2P) communication with AES, using the ws-p2p-framework.

Usage

To initiate a P2P connection between two peers, Alice and Bob, follow these steps:

# Alice
python3 main.py --target 192.168.0.1:8000 --host 192.168.0.2:8000

# Bob
python3 main.py --target 192.168.0.2:8000 --host 192.168.0.1:8000

Requirements

  • Python: Python 3.x is required.
  • GUI Environment: Ensure you have a graphical environment; terminal support is planned for future updates.

License

GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.

About

Websocket per-to-per AES communication.

Resources

License

Stars

Watchers

Forks

Languages