Tag: galileo

这个JS代码有什么错?

var Subscription = require('./Subscription'); var api = require('./api'); exports = module.exports = {}; var bridgeData; function validateAccount(account) { if (!account) throw new Error('Muzzley account details must be present!'); if (!account.appToken) throw new Error('appToken is not defined!'); if (!account.profileId) throw new Error('profileId is not defined!'); if (!account.serialNumber) throw new Error('serialNumber is not defined!'); } function validateComponents(components) […]

英特尔XDK IoT版节点js-IoT应用程序在伽利略Gen 2板上的位置

在使用intel xdk iot版本的情况下,任何物联网项目的节点js文件在galileo板上的守护进程上传到哪里?