The BlueCats Edge Relay is a versatile BLE edge device which may be configured to scan and send all real-time packets to an endpoint running reelyActive open source software. This tutorial provides the steps to achieve such a configuration.
See BlueCats' GitHub page with all the steps for connecting your computer to Edge Relay so that you can access its web configuration utility. Additionally, follow the instructions to connect the Edge Relay to WiFi. It is not required to register with the BlueCats Cloud.
From the BlueCats pull-down, select Setup Endpoints, then:
Ignore the other endpoint settings and click Save & Apply
From the BlueCats pull-down, select Applications and select the Scan and Forward tab, then:
Click Save & Apply
From the BlueCats pull-down, select Advanced, then:
Click Save & Apply
Run an instance of hlc-server on the target machine to observe the real-time data (requires Node.js). Paste the following into a file called server.js:
const server = require('hlc-server'); var app = new server(); // Replace xxx below with the IP address of the server app.bind( { protocol: "bluecats-udp", path: "xxx.xxx.xxx.xxx:9942" } );
Then from the command line, in the same folder as server.js, run the following:
npm install hlc-server
to install the prerequisite software packages, then
node server
to run the software.
Point your web browser to port 3001 of the server (ex: http://xxx.xxx.xxx.xxx.:3001) and observe the real-time data.
Our Pareto platform combines the convenience of SaaS with plug-and-play hardware.
Experiment with our barnowl middleware, learn about other compatible gateways and hubs, or return to the diyActive home page.