Difference between revisions of "Installing BtleJuice"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
Line 11: Line 11:


== Description ==
== Description ==
sudo npm cache clean -f
sudo npm install -g n
sudo n 4.9.1


=== Step 1 Install the dependencies of BtleJuice using the package manager. ===
=== Step 1 Install the dependencies of BtleJuice using the package manager. ===
Line 17: Line 23:
=== Step 2 Install Btlejuice ===
=== Step 2 Install Btlejuice ===
  npm install -g btlejuice
  npm install -g btlejuice
=== Step 3 Setting up BtleJuice proxy ===


== Used Hardware ==
== Used Hardware ==

Revision as of 22:04, 10 February 2020

Summary

Description what this documentation is about

Requirements

  • Operating system: Ubuntu 18.04 bionic amd64
  • Packages: git emacs

In order to complete these steps, you must have followed Some Other Documentation before.

Description

sudo npm cache clean -f

sudo npm install -g n

sudo n 4.9.1

Step 1 Install the dependencies of BtleJuice using the package manager.

sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev

Step 2 Install Btlejuice

npm install -g btlejuice

Step 3 Setting up BtleJuice proxy

Used Hardware

References