{% comment %}

NOTE : This template expects a username variable to exist in the current context

{% endcomment %}
android Download installer for Android

Instructions:

  1. 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.)
  2. In the Google Play app, tap Install and review the requested permissions.
  3. 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!
mac Download installer for Mac

Instructions:
(Note: You must have Python 2.5 installed)

  1. Download the Seattle tarball to your computer
  2. Extract the tarball to the directory in which you would like to install Seattle.
  3. 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
windows Download installer for Windows

Instructions:

  1. Download the Seattle zip file to your computer
  2. Extract the zip file to the directory in which you would like to install Seattle.
  3. 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.
linux Download installer for Linux

Instructions:
(Note: You must have Python 2.5 installed)

  1. Download the Seattle tarball to your computer
  2. Extract the tarball to the directory in which you would like to install Seattle.
  3. 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