IoT multi-objective routing
A routing model for IoT sensor networks that balances distance, bit error rate, and redundant path requirements.
This model searches for two reliable paths through an IoT sensor network. The two objectives are distance and bit error rate, and the redundancy requirement means the result has to survive a path failure.
| Objective | Meaning | Why it matters |
|---|---|---|
| Distance | Lower route cost | Reduces latency and energy use. |
| Bit error rate | Lower communication error | Improves reliability. |
| Dual paths | Redundancy | Keeps the network useful after a failure. |
The project is worth showing because it frames routing as a decision model, not just graph traversal.
Repository: IoT-MultiObjective-Routing.