No description
- Python 86.1%
- HTML 13.9%
| network | ||
| security | ||
| tor | ||
| tor_data | ||
| ui | ||
| icon.png | ||
| index.html | ||
| LICENSE | ||
| mesh_chat.py | ||
| README.md | ||
| test_health.py | ||
SecureWhisper a secure P2P chat application
A secure P2P chat application with advanced mesh networking capabilities, designed for resilient and private communication.
Key Features
- Mesh Networking Protocol
- Tor Integration
- Distributed Hash Table (DHT)
- Secure Communication Channels
- Health Monitoring Services
Project Structure
.
├── network/
│ ├── __init__.py
│ ├── mesh.py
│ └── tor_manager.py
├── security/
│ ├── __init__.py
│ ├── crypto.py
│ └── memory.py
├── ui/
│ ├── __init__.py
│ └── chat_window.py
├── mesh_chat.py
├── test_health.py
└── libraries.html
Required Dependencies
# Install using pip
aiohttp
kademlia
pynacl
pysocks
pyspx
zstandard
Running the Application
- Install dependencies:
pip install aiohttp kademlia pynacl pysocks pyspx zstandard
- Start the application:
python mesh_chat.py
- Test health check:
python test_health.py