Integrating Syrus 4 with Scriptr.io
About This tutorial describes how to integrate the Syrus 4G IoT Telematics Gateway to your scriptr.io account to build IoT applications. NOTE: The content has been suggested by DCT Getting Started First, please check the Getting Started section of the Syrus 4G IoT Telematics Gateway documentation Make sure you have created an account on scriptr.io Create an ingestion script on scriptr.io Login to your scriptr.io workspace and paste the below code into a new script that will ingest the data sent by the gateway and persist it scriptr.io’s NoSQL data store: var payload = request.body; var document = require("document");...
Read More