Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heisenware/luxafor-agent
Provides access to luxafor devices
https://github.com/heisenware/luxafor-agent
Last synced: about 1 month ago
JSON representation
Provides access to luxafor devices
- Host: GitHub
- URL: https://github.com/heisenware/luxafor-agent
- Owner: heisenware
- License: mit
- Created: 2022-11-23T16:28:53.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T13:20:09.000Z (about 2 years ago)
- Last Synced: 2024-11-28T14:06:42.235Z (about 1 month ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Luxafor Agent
Provides access to luxafor devices
## Starting instructions
### Linux
The Luxafor agent must have the rights to access the USB port.
Under Linux you can achieve that by starting the application using `sudo`.
Note that you have to provide the absolute path to the executable in that case.You can find out the path using:
```bash
which node
```Example:
```bash
sudo /home/bheisen/.nvm/versions/node/v16.15.1/bin/node index.js -a 'Luxafor Agent' -d
```You can then try out your device using [vrpc.io](https://live.vrpc.io)
Hint:
Depending on your OS the `node-hid` library may needs to be build and can not
survive with the pre-packed binaries. If that's the case install this package with```bash
npm install --build-from-source
```### Windows
Make sure you have installed node, that's all you need!
```bash
node index.js - a 'Luxafor Agent' -d
```## Integration to Heisenware's App Builder
Example:
```bash
node index.js -a 'Luxafor Agent' -d -t -b mqtts://heisenware.rocks --bestEffort
```You will then see the device directly in the Connectivity list.