Asset Tracking Streaming API Example (Deprecated) Follow
This API has been deprecated and replaced by the newer Asset Tracking GRPC Streaming API (Go)
Using the Aruba Meridian Manager app, it’s possible to track BLE Tags on a map. There may be times when you want to gather asset tracking data in another way.
This article includes a zip file of an example in JavaScript.
Prerequisites
In order to try out this example, you’ll need:
- Node.js 8 or later
- A valid Meridian Location ID
- A valid Meridian map ID
- A Meridian app authentication token
The ZIP File
In the ZIP file, you’ll find the following:
- README.md
- example.js
- package-lock.json
- package.json
Download the example ZIP file.
Project Setup
Once you’ve installed Node.js and downloaded and unzipped the example, run npm install
in the example’s directory to install all of the necessary dependencies.
Example Usage
The following is an example of how you might use this JavaScript file:
$ node example.js -l 5468665088573440 -t 014a16eb151e577f17684346d798bad88ab58009 -m 5653104741580800 -s https://tags.meridianapps.com
Comments
0 comments
Please sign in to leave a comment.