-
Notifications
You must be signed in to change notification settings - Fork 65
Download & Install
Select your platform: Windows | macOS | Linux
We have tested on 64-bit Intel-based Windows 10 and 11. Not tested on 32-bit or ARM-based (or other architectures).
See sample screenshots to get a feel of the process first.
- Download this zip file. Extract all contents to anywhere you choose.
- Once the zip file is extracted, go inside the
IoT-Inspector-Package
folder and double-click theIoT Inspector
shortcut icon. Do not move the icon elsewhere. Keep it within the same folder. This shortcut will take care of installing, updating, and launching IoT Inspector. See the screenshot below.
If you're unsure, see sample screenshots. If you don't trust us, feel free to examine the installation package yourself, which includes the plain-text Python code.
- Double-click the same
IoT Inspector
shortcut icon (see above screenshot). This shortcut will take care of updating and launching IoT Inspector every time.
- Delete the
IoT-Inspector-Package
folder. This will also remove all user-generated data and config files in the same folder. - Use Windows' built-in functionality ("Add or Remove Programs") to remove Npcap from the system.
Ask in our Discussion Board or email iot-inspector-study@nyu.edu.
# for our mailing list to receive updates!
We will release the precompiled binaries by the end of August 2023. # for our mailing list to receive updates!
For now, please compile from source. You will need Python and Git already set up on your system. You'll also need to be familiar with terminals. The instructions below have been tested on macOS Ventura.
Run the following in your terminal:
git clone https://github.com/nyu-mlab/iot-inspector-client.git
cd iot-inspector-client
python3 -m venv env
source env/bin/activate
pip install -r requirements-general.txt
To run, do the following
source env/bin/activate
cd ui
./start.bash
Not tested on Linux yet, although you're welcome to try following the macOS-based instructions.
We will share more details by the end of August 2023.
# for our mailing list to receive updates!