distributed radio net
Version 1.0.0.0 (40.5 KB) by
Maxim Vedenyov
best routs found with dijkstra's algorithm
There are 8 radionodes that can send packet to each other. Nodes randomly distributed in 2d. Packet loss is depends on distance between nodes. Task is to find best routs that connects 1st node with each of rest nodes. Nodes can resend packets.
test1_random_nodes.m - main script, run to display routs
dijkstra.m - auxilary function, find optimal routs with dijkstra's algorithm.
wight_formula.docx - explains wights formula
Cite As
Maxim Vedenyov (2026). distributed radio net (https://www.mathworks.com/matlabcentral/fileexchange/42951-distributed-radio-net), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2010a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Dijkstra algorithm in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
