A real-time GPS tracking application for Meshtastic nodes, built with:
- FastAPI (WebSocket backend)
- React + Leaflet (map frontend)
- Custom phone icons
- Simulated movement
- Ready for real LILYGO / Heltec / T-Beam devices
git clone https://github.com/YOUR_USERNAME/meshtastic-app.git
cd meshtastic-apppython3 -m venv venv
source venv/bin/activate
pip install fastapi uvicornpython -m venv venv
.�env\Scripts�ctivate
pip install fastapi uvicornuvicorn backend:app --host 0.0.0.0 --port 8000 --reloadcd frontend
npm install
npm startBrowser opens automatically: http://localhost:3000