Changes between Version 10 and Version 11 of GENIExperimenter/Tutorials/GENIExperimentEngine


Ignore:
Timestamp:
03/13/15 16:27:35 (9 years ago)
Author:
acb@cs.princeton.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GENIExperimentEngine

    v10 v11  
    77----
    88
    9 '''The goal of the tutorial is, on each node, to run an http query of the form:'''
     9'''The goal of the tutorial is, on each node, to run an HTTP query of the form:'''
    1010
    1111  '''!http://www.lively-web.org/nodejs/GEETutorial/helloWorld?slice=<slice name>&name=<container name>&ip=<IP of host>&local=<IP of  container>&lat=<latitude of host>&lng=<longitude of container>'''
     12
     13'''This page will log each of your queries, and you can check that all your nodes were successfully able to run the query.'''
    1214
    1315----