Directory Structure

RBIO-Mesh-Kit/
├── README.txt
├── LICENSE
├── docker-compose.yml
├── server/
│   ├── app.py
│   ├── entropy_engine.py
│   ├── requirements.txt
│   └── db/
│       └── init.sql
├── phones/
│   ├── graphene/
│   │   ├── termux-bootstrap.sh
│   │   ├── role-swap.sh
│   │   └── heartbeat.py
│   └── eos/
│       ├── termux-bootstrap.sh
│       ├── role-swap.sh
│       └── heartbeat.py
├── config/
│   ├── roles.json
│   ├── thresholds.json
│   └── mqtt-certificates/
│       ├── ca.crt
│       ├── server.crt
│       └── server.key
└── docs/
    ├── pi-setup-guide.txt
    ├── phone-setup-guide.txt
    └── self-hosting-gitea.txt
    └── Directory-Structure.txt