Changes between Version 35 and Version 36 of Internal/NewNodeAgent


Ignore:
Timestamp:
Apr 1, 2015, 7:32:31 PM (9 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/NewNodeAgent

    v35 v36  
    365365 * up: the interface has been brough up via ifconfig
    366366 * connected: meaningful in the wificontext. A call to connect (adhoc or managed) has been made and was sucessfull
    367  * started: A call to started was made and the started variable set.
     367 * started: A call to started was made and the started variable set.
     368
     369
     370-----
     3714/1/2015
     372
     373There are 4 state variables that are meaningful in a hierarchical context. The state vairables are:
     374 * isActive - Is the modules loaded and read for configuration
     375 * isUp - Has the interface been brought up
     376 * isConnected - Has the interface been successfully connected (for interfaces that require an explict connect call)
     377 * isStarted - Has the expirment started (and the stored configs pushed onto the interface).
     378
     379Each type of medium must track their own instances of these variables and they are only relevant in certain contexts:
     380 * Wired:
     381  * isUp
     382  * isActive
     383  * isStarted
     384 * Wifi:
     385  * isUp
     386  * isActive
     387  * isStarted
     388  * isConnected
     389 * Wimax:
     390  * isActive
     391  * ?