Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/notreeceharris/ws-p2p-rsa

Websocket per-to-per RSA communication.
https://github.com/notreeceharris/ws-p2p-rsa

chat p2p p2p-chat rsa

Last synced: 3 days ago
JSON representation

Websocket per-to-per RSA communication.

Awesome Lists containing this project

README

        

# ws-p2p-rsa

**A Open-Source Peer-to-Peer RSA Communication**

ws-p2p-rsa provides a peer-to-peer (P2P) communication with RSA, using the [ws-p2p-framework](https://github.com/NotReeceHarris/ws-p2p-framework).

## Usage

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

```sh
# 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. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
```