reelyactive / barnowl-aruba

Collect ambient Bluetooth Low Energy, EnOcean Alliance & WiFi packets from HPE Aruba Networking access points for real-time location and sensing. We believe in an open Internet of Things.
https://www.reelyactive.com/pareto/anywhere/infrastructure/aruba/
MIT License
9 stars 5 forks source link

wich is next step - sorry im rookie in your application #3

Closed johnfelipe closed 1 year ago

johnfelipe commented 1 year ago

This is all my steps

sudo apt install curl

curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -

echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list

sudo apt update && sudo apt install yarn

yarn --version 1.22.19

Using Ubuntu

curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash -

sudo apt-get install -y nodejs

node -v

v18.6.0

npm --version 8.13.2

apt -y install software-properties-common

git clone https://github.com/reelyactive/barnowl-aruba.git

npm install barnowl-aruba

cd barnowl-aruba

npm start

And nothing to see.... Pls share me a gist or readme.md for deploy an instance for show to my boss

Tnks

jeffyactive commented 1 year ago

Hi @johnfelipe, your next step is to Configure an Aruba Instant AP to forward data to the computer on which you are running barnowl-aruba. Then you will see Bluetooth Low Energy radio decodings printed to the console.

For a demo to your boss, you'll probably want to install Pareto Anywhere which includes barnowl-aruba. Then you can demo with the APIs and the Pareto Anywhere Apps.

Hope that helps!

johnfelipe commented 1 year ago

i need to show tomorrow 8 am COT, pls guide me for show something very good. Pareto anywhere is possible install in docker for havent issues with services and ports and paths can u guide me for install all enviroment with DEMO DATA?

jeffyactive commented 1 year ago

Yes, you can run Pareto Anywhere with Docker: https://github.com/reelyactive/pareto-anywhere#build-and-run-with-docker

Here are some demo dashboards:

johnfelipe commented 1 year ago

But how can put that demo dashboards in docker deployment?

El lun, 24 oct 2022 a las 20:19, Jeffrey Dungen @.***>) escribió:

Yes, you can run Pareto Anywhere with Docker: https://github.com/reelyactive/pareto-anywhere#build-and-run-with-docker

Here are some demo dashboards:

— Reply to this email directly, view it on GitHub https://github.com/reelyactive/barnowl-aruba/issues/3#issuecomment-1289851499, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADIWFA4IUVQUN46B6O4OVTWE4YQTANCNFSM6AAAAAARNKLS5Y . You are receiving this because you were mentioned.Message ID: @.***>

orlandingabriel commented 1 year ago

Hello! I'm with the same problem. I've installed on a raspberry pi for debug with the barnowl-aruba. The console isn't printing anything. Maybe because the documentation was created using ArubaOS 8, and now we are using the new AOS10, can you update please? There's some information that is required right now and in AOS 8 was optional like authentication token or credentials (ws and wss). Thanks.

jeffyactive commented 1 year ago

Thanks @orlandingabriel, you're right that there are changes from AOS8 to AOS10 that we'll need to update for in barnowl-aruba. We plan to work on this next week and will update this issue (and the identical Issue #4).

jeffyactive commented 1 year ago

The simple workaround for AOS 10 users is to load the AOS8 app from the IoT Connector App Store in order to continue using the AOS8 WebSocket interface. We've added a note in our Configure an Aruba Instant AP tutorial.

If you have issues with this temporary workaround @orlandingabriel, kindly comment in #4. Closing this issue.