 |
Download installer for Android
Instructions:
- On your Android device, tap the icon to the left to download Seattle Testbed via Google Play. (If that doesn't work, please try this alternative link.)
- In the Google Play app, tap Install and review the requested permissions.
- Start the app and follow the on-screen instructions to complete the installation. Depending on the speed of your device, the process can take a few minutes to finish.
To check that Seattle is running, try running the Seattle On Android app!
|
 |
Download installer for Mac
Instructions:
(Note: You must have Python 2.5 installed)
- Download the Seattle tarball to your computer
- Extract the tarball to the directory in which you would like to install Seattle.
- Navigate to that directory and run
./install.sh (or python seattleinstaller.py).
To check that Seattle is running, try running:
ps Aww | grep nmmain.py | grep -v grep
|
 |
Download installer for Windows
Instructions:
- Download the Seattle zip file to your computer
- Extract the zip file to the directory in which you would like to install Seattle.
- Double click (or run from the command line) install.bat.
To check that Seattle is running, look in Task Manager for the process pythonw.exe.
|
 |
Download installer for Linux
Instructions:
(Note: You must have Python 2.5 installed)
- Download the Seattle tarball to your computer
- Extract the tarball to the directory in which you would like to install Seattle.
- Navigate to that directory and run
./install.sh (or python seattleinstaller.py).
To check that Seattle is running, try running:
ps -ef | grep nmmain.py | grep -v grep
|