TODO - Shtrikh17/ZigBee-attacks-model GitHub Wiki

There are multiple tasks to solve:

  1. Complete and enlarge description;

  2. Refactor the code: switch to generalized programming - many chunks of code are redundant;

  3. Generalize the code: use common implementation for tree and mesh networks;

  4. Add functionality of adding and deleting nodes (entering and leaving system);

  5. Add fucntionality for updating the table (not only with addresses during first search, but when the path was broken);

  6. 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)