Changes between Version 25 and Version 26 of Internal/NewNodeAgent
- Timestamp:
- Mar 6, 2015, 8:01:03 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/NewNodeAgent
v25 v26 297 297 This is the expected flow of the calls to configure or connect. Note the matching colors means they functionality belongs to the same method. 298 298 [[Image(ConfigureConnect - New Page.png, 700px)]] 299 300 301 ---- 302 3/6/2015 303 304 Ivan added a bring up command (similar but independent to the configure command). The configure command. To make this work on the res-ctlr side we needed to add a BRINGUP method to agent commands and add bring up to the list allowed commands. The latter bit was done in: 305 [http://www.orbit-lab.org/browser/omf/omf-common/ruby/omf-common/communicator/omfProtocol.rb this code].