Changes between Initial Version and Version 1 of Documentation/dDevelopers


Ignore:
Timestamp:
Jan 16, 2007, 10:35:44 PM (17 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/dDevelopers

    v1 v1  
     1
     2== Developers ==
     3
     4The orbit testbed is open for public use for development and the advancement wireless infrastructures. We encourage Linux and BSD developers to use our infrastructure for the advancement of their drivers and wireless infrastructure.
     5
     6Quick steps to take as a developer to start making use of Orbit:
     7
     8 * [http://www.orbit-lab.org/wiki/Registration Register] for an account
     9 * [https://www.orbit-lab.org/schedule/schedule.php Make a reservation] on the Schedular
     10 * Access nodes
     11
     12Lets assume you registered as user "rms" and made a reservation for sandbox6. Here is how you would access the sandbox console, image sandbox nodes, access nodes and optionally save a node image from work on node1-1:
     13
     14 {{{
     15  ssh rms@console.sb6.orbit-lab.org
     16  imageNodes 1,1..2 wireless-dev.ndz
     17  ssh root@node1-1 or ssh root@node1-2
     18  halt && exit
     19  saveNode 1,1
     20 }}}
     21
     22
     23Other information you might be interested in:
     24
     25 * [http://www.orbit-lab.org/wiki/SandBoxes What is a sandbox?]
     26 * [http://www.orbit-lab.org/wiki/Tutorial/Testbed#HardwareComponents Sandbox hardware details]
     27 * [http://www.orbit-lab.org/wiki/Documentation/SupportedImages Supported Images]
     28 * [http://www.orbit-lab.org/wiki/Documentation/BuildingCustomOS Building alternative custom images]