forked from IoT4E/iotforelectronics-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_app.js
More file actions
14 lines (13 loc) · 642 Bytes
/
_app.js
File metadata and controls
14 lines (13 loc) · 642 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/********************************************************* {COPYRIGHT-TOP} ***
* IBM Confidential
* OCO Source Materials
* IoT for Electronics - SVL720160500
*
* (C) Copyright IBM Corp. 2016 All Rights Reserved.
*
* The source code for this program is not published or otherwise
* divested of its trade secrets, irrespective of what has been
* deposited with the U.S. Copyright Office.
********************************************************* {COPYRIGHT-END} **/
var SimulationClient = require('./devicesSimulation/simulationClient.js');
global.simulationClient = new SimulationClient({simulationConfigFile: "./simulationConfig.json"});