Prototipo

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.

ObjectiveMeaningWhy it matters
DistanceLower route costReduces latency and energy use.
Bit error rateLower communication errorImproves reliability.
Dual pathsRedundancyKeeps 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.

Construido con

Jupyter NotebookOptimizationNetwork modelingReliability