ε - Update README
14
README.en.md
@ -1,5 +1,7 @@
|
||||
# Espilon
|
||||
|
||||

|
||||
|
||||
**Embedded ESP32 Agent Framework for Security Research and IoT**
|
||||
|
||||
[](LICENSE)
|
||||
@ -14,14 +16,21 @@
|
||||
|
||||
**[View the full documentation here](https://docs.espilon.net)**
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
The MkDocs documentation includes:
|
||||
|
||||
```md
|
||||
- Step-by-step installation guide
|
||||
- Translate EN/FR
|
||||
- WiFi and GPRS configuration
|
||||
- Module and command reference
|
||||
- Multi-device flasher guide
|
||||
- C2 protocol specification
|
||||
- Examples and use cases
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
@ -59,7 +68,8 @@ idf.py -p /dev/ttyUSB0 flash monitor
|
||||
```
|
||||
|
||||
**Minimal configuration** (menuconfig):
|
||||
```
|
||||
|
||||
```c
|
||||
Espilon Bot Configuration
|
||||
|- Device ID: "your_unique_id"
|
||||
|- Network -> WiFi
|
||||
@ -70,6 +80,8 @@ Espilon Bot Configuration
|
||||
|- Port: 2626
|
||||
```
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
## What is Espilon?
|
||||
|
||||
16
README.md
@ -1,5 +1,7 @@
|
||||
# Espilon
|
||||
|
||||

|
||||
|
||||
**Framework d'agents embarqués ESP32 pour la recherche en sécurité et l'IoT**
|
||||
|
||||
[](LICENSE)
|
||||
@ -14,14 +16,21 @@
|
||||
|
||||
**[Consultez la documentation complète ici](https://docs.espilon.net)**
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
La documentation MkDocs inclut :
|
||||
|
||||
```md
|
||||
- Guide d'installation pas à pas
|
||||
- Traduction EN/FR
|
||||
- Configuration WiFi et GPRS
|
||||
- Référence des modules et commandes
|
||||
- Guide du flasher multi-device
|
||||
- Spécification du protocole C2
|
||||
- Exemples et cas d'usage
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
@ -59,7 +68,8 @@ idf.py -p /dev/ttyUSB0 flash monitor
|
||||
```
|
||||
|
||||
**Configuration minimale** (menuconfig) :
|
||||
```
|
||||
|
||||
```c
|
||||
Espilon Bot Configuration
|
||||
├─ Device ID: "votre_id_unique"
|
||||
├─ Network → WiFi
|
||||
@ -74,7 +84,7 @@ Espilon Bot Configuration
|
||||
|
||||
## Qu'est-ce qu'Espilon ?
|
||||
|
||||
Espilon transforme des microcontrôleurs ESP32 abordables (~5€) en agents networked puissants pour :
|
||||
Espilon transforme des microcontrôleurs ESP32 abordables à **~5€** en agents networked puissants pour :
|
||||
|
||||
- **Recherche en sécurité** : Tests WiFi, reconnaissance réseau, IoT pentesting
|
||||
- **Éducation** : Apprentissage de l'embarqué, protocoles réseau, FreeRTOS
|
||||
@ -87,6 +97,8 @@ Espilon transforme des microcontrôleurs ESP32 abordables (~5€) en agents netw
|
||||
| **WiFi** | ESP32 standard | 50-100m | Labs, bâtiments |
|
||||
| **GPRS** | LilyGO T-Call | National (2G) | Mobile, remote |
|
||||
|
||||
**General Packet Radio Service** vs **WiFi**
|
||||
|
||||
---
|
||||
|
||||
## Architecture
|
||||
|
||||
BIN
assets/images/documentation-header.png
Normal file
|
After Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 203 KiB |
|
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 129 KiB |
|
Before Width: | Height: | Size: 9.6 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 85 KiB |