This shows you the differences between two versions of the page.
bluetooth [2018/06/05 14:53] rzr [MISC] |
bluetooth [2018/12/18 16:41] (current) rzr [BLE] |
||
---|---|---|---|
Line 13: | Line 13: | ||
* http://git.kernel.org/cgit/bluetooth/bluez.git/tree/ | * http://git.kernel.org/cgit/bluetooth/bluez.git/tree/ | ||
+ | ===== USAGE ===== | ||
+ | |||
+ | sudo bluetoothctl | ||
+ | agent on | ||
+ | default-agent | ||
+ | scan on | ||
+ | # (...) | ||
+ | # [NEW] Device B8:27:FF:FF:FF:FF (...) | ||
+ | scan off | ||
+ | |||
===== USAGE ( lenovo s103t ) ===== | ===== USAGE ( lenovo s103t ) ===== | ||
Line 495: | Line 505: | ||
* http://www.senanetworks.com/products/industrial_bluetooth/ud100.php# UsB | * http://www.senanetworks.com/products/industrial_bluetooth/ud100.php# UsB | ||
* https://www.olimex.com/Products/USB-Modules/USB-BT4 | * https://www.olimex.com/Products/USB-Modules/USB-BT4 | ||
+ | * https://www.skyrise.tech/blog/tag/bluetooth/# RaspberryPi | ||
Line 506: | Line 517: | ||
* https://en.wikipedia.org/wiki/BlueBorne_(security_vulnerability)# SecuritY | * https://en.wikipedia.org/wiki/BlueBorne_(security_vulnerability)# SecuritY | ||
* https://www.npmjs.com/package/bleno# BlE | * https://www.npmjs.com/package/bleno# BlE | ||
+ | * https://blog.attify.com/the-practical-guide-to-hacking-bluetooth-low-energy/# BlE | ||