Talk:GSoC2018:Trust-based routing protocols framework

From Nsnam
Jump to: navigation, search

Week 1 Goals

Skype call with mentor on Monday, April 30, 2018

  1. Clone appropriate git repo (Done)
  2. Investigate on the internal and external network attack types (Done)


Week 2 Goals

Skype call with mentor on Monday, May 7, 2018

  1. Create a well structured UML (Done)
  2. Create a simple simulation with 2 network nodes. Analyze the data packets that transfer between those nodes.
  3. Create the Abstract trust table class (Done)

Week 3 Goals

  1. Create a new ns-3 module called 'trust' (Done)
  2. move abstract classes into that new module and test (Done, but raised dependency issues)

Week 4 Goals

  1. Write up a trust implementation before making a abstract module
  2. Test the aodv specific implementation