Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.
/ BLE_Scan Public archive

Scan all BLE device in console for OSX (in swift)

License

Notifications You must be signed in to change notification settings

tisseurdetoile/BLE_Scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

BLE_Scan

A quick and dirty App that scan all nearby BLE device in terminal for OSX (written in swift)

Tested on Macbook in OSX 10.12.6

Work with :

  • BLE Device
  • EddyStone format beacon (URL)
  • Ruuvi tag

Install and Run

- Download BLE_scan from the latest release
- open terminal
- find the folder of the downloaded BLE_scan
- do a chmod +x ./BLE_scan
- execute BLE_scan
- ./BLE_scan
- Enjoy
- Hit Ctrl + C (when done)

in one image

demo

example output

Scanning...
BLE is now powered on
Device : E4A6C1F5-CF13-407D-B51A-F28E61C6D33F - RSSI : -57 serviceData : [Unknown (<feaa>): <10f90372 75752e76 692f2342 49675541 4d6d5145>] EddyStoneUrl : https://ruu.vi/#BIgUAMmQE 
Device : 79D87F37-8976-40FF-86EE-D9EC45869E1D - RSSI : -87 serviceData : [Unknown (<feaa>): <10ee0372 75752e76 692f2341 6f415841 4d6b73>] EddyStoneUrl : https://ruu.vi/#AoAXAMks ```

BLE_Scan (En français)

Une application brouillonne qui balaye les objets Bluetooth LE proche de votre mac (écrit en swift)

Testé sur un Macbook avec OSX 10.12.6

Fonctionne avec :

  • Objets Bluetooth LE
  • Object qui emmette au format EddyStone (URL)
  • Ruuvi tag

Installer et Utiliser

- Télécharger le fichier BLE_scan de la dernière livraison
- Ouvrir un terminal
- Aller dans le dossier ou vous avez télécharger BLE_Scan
- rendre executable en faisant chmod +x ./BLE_scan
- éxecuter BLE_scan
- ./BLE_scan
- Cool
- Hit Ctrl + C (quand vous avez finis)