Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: very experimental support for scanning on a remote host #793

Merged
merged 3 commits into from
May 24, 2023

Conversation

AlCalzone
Copy link
Owner

With this PR, we can have the scan process run on a remote host and send its received data via TCP.
This is very experimental and guaranteed to be unstable.

Installation of the ble server is currently manual:

# create and enter a directory where it should be installed
# ...

# Install the desired version of noble
npm i @abandonware/noble@1.9.2-21

# Copy bin/blerp.js from this repository into the folder

# run it
sudo node blerp.js -s <services>

To use this, set the server address in the configuration to <hostname or ip>:<port> and start the adapter.

@AlCalzone AlCalzone merged commit ad7f5e7 into master May 24, 2023
@AlCalzone AlCalzone deleted the remote-server branch May 24, 2023 22:00
AlCalzone added a commit that referenced this pull request Jul 6, 2023
* Very experimental support for scanning on a remote host (#793)
* Another attempt at updating `noble`. Hopefully this version works now...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant