demo version prepped

This commit is contained in:
2026-04-01 12:40:40 -04:00
parent d44e5f0ad1
commit ed319a6423
62 changed files with 8362 additions and 0 deletions

View File

@@ -1,3 +1,43 @@
# three_60
NOTE: Not a realistic network simulation.
Simulates a "realistic" live cellular / telecommunications network. Generates alarms, incident tickets off of the alarms, and dispatches flying robot drones to fix the issues.
Can be viewed in LIVE mode, historical mode, and frozen mode.
Written w/ Fast API and Vue 3.
## Live Demo
- [three60.nicholassurmava.com](https://three60.nicholassurmava.com)
## Screenshots
![alt text](<.drafts/Screenshot 2026-04-01 115640.png>)
![alt text](<.drafts/Screenshot 2026-04-01 115715.png>)
![alt text](<.drafts/Screenshot 2026-04-01 115738.png>)
![alt text](<.drafts/Screenshot 2026-04-01 115801.png>)
![alt text](<.drafts/Screenshot 2026-04-01 115832.png>)
![alt text](<.drafts/Screenshot 2026-04-01 115849.png>)
## Quick start
TODO
## Resources
- [Opencellid](https://opencellid.org/)
## Todos
- [ ] Scale it, right now it's demo size
- [ ] Add weather data
- [ ] Add simulation controls like natural disasters on demand, etc.
- [ ] Add smarter, more varied drones. Road, flying, etc. That are assigned based on proximity, fuel, backlog, etc.
- [ ] ???