https://github.com/mrquincle/luminosi
Connecting with the Tabu from the Lumini family
https://github.com/mrquincle/luminosi
Last synced: 7 months ago
JSON representation
Connecting with the Tabu from the Lumini family
- Host: GitHub
- URL: https://github.com/mrquincle/luminosi
- Owner: mrquincle
- Created: 2014-09-29T15:00:48.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-25T15:53:01.000Z (almost 11 years ago)
- Last Synced: 2025-01-22T09:42:51.118Z (9 months ago)
- Language: JavaScript
- Size: 266 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tabü, and from the Lümen family: Lümini
This devices use Bluetooth Low Energy.
The device is "protected" by a password and every command that is send to the bulb is obfuscated by an addition and xor
operation. You can look for yourself in the code if this is too vague.# Installation
Fork my repository, clone it locally, change dirs and use the node package manager:
npm installThere is a script in the `scripts` directory to run it, but it is basically:
sudo NOBLE_HCI_DEVICE_ID=1 node web.js
Check with `hciconfig` which Bluetooth Interface you have to use (`hci0` which is default or `hci1`). To select `hci1`
you have to have the `NOBLE_HCI_DEVICE_ID=1` environmental variable as indicated.# More information
If you want more information on how I obtained the above passwords, etc., feel free to contact me.
![]()
# Copyrights
* Author: Anne van Rossum
* Date: Sep. 30, 2014
* License: LGPLv3+ or MIT or Apache, whatever you want to use
* Copyrights: Distributed Organisms B.V. (http://dobots.nl)