summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGab <24553253+gabrix73@users.noreply.github.com>2025-03-08 15:01:03 +0100
committerGitHub <noreply@github.com>2025-03-08 15:01:03 +0100
commit9867e1cfc7dfcf112b0022d215c6567bf3f77b96 (patch)
tree986e6aec03b8021ba96b3424ec56e7c0e1e6461b
parent4a3ae9929f4657a0f2e9ccf393205655895bb501 (diff)
downloadsecurewhisper-9867e1cfc7dfcf112b0022d215c6567bf3f77b96.tar.gz
securewhisper-9867e1cfc7dfcf112b0022d215c6567bf3f77b96.tar.xz
securewhisper-9867e1cfc7dfcf112b0022d215c6567bf3f77b96.zip
Update README.md
-rw-r--r--README.md51
1 files changed, 51 insertions, 0 deletions
diff --git a/README.md b/README.md
index 55ae03d..9dae898 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,53 @@
# SecureWhisper
Una applicazione di chat P2P sicura con capacità di rete mesh avanzate, progettata per una comunicazione resiliente e privata.
+## 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
+```python
+# Install using pip
+aiohttp
+kademlia
+pynacl
+pysocks
+pyspx
+zstandard
+```
+
+## Running the Application
+1. Install dependencies:
+```bash
+pip install aiohttp kademlia pynacl pysocks pyspx zstandard
+```
+
+2. Start the application:
+```bash
+python mesh_chat.py
+```
+
+3. Test health check:
+```bash
+python test_health.py