Difference between revisions of "Installing BtleJuice"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
Line 17: Line 17:
   
   
  sudo n 4.9.1
  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 25: Line 27:


=== Step 3 Setting up BtleJuice proxy ===
=== Step 3 Setting up BtleJuice proxy ===
service bluetooth start
hciconfig 
=== Step 2 Launch  Btlejuice ===
btlejuice-proxy
==== Setting up BtleJuice core ====


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

Revision as of 22:09, 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

service bluetooth start
hciconfig  

Step 2 Launch Btlejuice

btlejuice-proxy


Setting up BtleJuice core

Used Hardware

References