Skip to Content
Industrial Internet Application Development
book

Industrial Internet Application Development

by Alena Traukina, Jayant Thomas, Prashant Tyagi, Veera Kishore Reddipalli
September 2018
Intermediate to advanced
412 pages
11h 12m
English
Packt Publishing
Content preview from Industrial Internet Application Development

Building an app to read time series data

To build and deploy a Node.js app that simulates reading time series data from sensors, proceed as follows:

Make sure to specify the correct data source in the asset attributes (in this example, devices: /device/raspberry).
  1. Create the assets folder:
mkdir assets && cd assets
  1. Create the package.json file and paste the following code into it:
{ "name": "assets", "version": "1.0.0", "description": "", "main": "index.js", "scripts": {   "start": "node index.js",   "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": {   "predix-uaa-client": "^1.2.2",   "request": "^2.81.0",   "websocket": "^1.0.24" }}
  1. Create the index.js file containing the following code. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hands-On Industrial Internet of Things

Hands-On Industrial Internet of Things

Giacomo Veneri, Antonio Capasso
What Employees Want Most in Uncertain Times

What Employees Want Most in Uncertain Times

Kristine W. Powers, Jessica B.B. Diaz

Publisher Resources

ISBN: 9781788298599Supplemental Content