https://github.com/siara-cc/wbansimulator
Visual implementation of Dijkstra's algorithm (academic project)
https://github.com/siara-cc/wbansimulator
dijkstra dijkstra-algorithm dijkstra-shortest-path swing-gui
Last synced: 4 months ago
JSON representation
Visual implementation of Dijkstra's algorithm (academic project)
- Host: GitHub
- URL: https://github.com/siara-cc/wbansimulator
- Owner: siara-cc
- Created: 2015-08-03T06:49:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T12:32:22.000Z (over 9 years ago)
- Last Synced: 2025-01-11T00:33:23.410Z (6 months ago)
- Topics: dijkstra, dijkstra-algorithm, dijkstra-shortest-path, swing-gui
- Language: Java
- Homepage: http://siara.cc
- Size: 453 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WBANSimulator
This academic project helps visualize the functioning of Wireless Body Area Networks and provides a basis for actual implementations.In addition, from technical point of view, the project demonstrates the following concepts:
* Use of Java Swing framework for interactively placing graphical objects on a co-ordinate plane.
* Use of trigonometrical calculations to draw arrows.
* Visual implementation of Dijkstra's algorithm.
* Use of background threads and timers.