TODO - Shtrikh17/ZigBee-attacks-model GitHub Wiki
There are multiple tasks to solve:
-
Complete and enlarge description;
-
Refactor the code: switch to generalized programming - many chunks of code are redundant;
-
Generalize the code: use common implementation for tree and mesh networks;
-
Add functionality of adding and deleting nodes (entering and leaving system);
-
Add fucntionality for updating the table (not only with addresses during first search, but when the path was broken);
-
Add MAC layer functionality (not necessary due to mathematical rationale, yet required if the system if of high packet generation rate, BUT: actually wireless sensor networks are not meant for such usage, collision avoidance is designed for abnormal situations, which should appear really rarely)