- IoT - Liability
- IoT - Identity Protection
- IoT - Security
- IoT - Contiki
- IoT - Eclipse
- IoT - GE Predix
- IoT - Salesforce
- IoT - CISCO Virtualized Packet Zone
- IoT - Thingworx
- IoT - Consumer Applications
- IoT - Law Enforcement Applications
- IoT - Government Applications
- IoT - Education Applications
- IoT - Transportation Applications
- IoT - Building/Housing Applications
- IoT - Healthcare Applications
- IoT - Energy Applications
- IoT - Manufacturing Applications
- IoT - Environmental Monitoring
- Media, Marketing, & Advertising
- Internet of Things - Common Uses
- IoT - Technology & Protocols
- Internet of Things - Software
- Internet of Things - Hardware
- Internet of Things - Overview
- Internet of Things - Home
Internet of Things Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Internet of Things - Salesforce
The Salesforce IoT Cloud is a platform for storing and processing IoT data. It uses the Thunder engine for scalable, real-time event processing. Its collection of apppcation development components, known as Lightning, powers its apppcations. It gathers data from devices, websites, apppcations, customers, and partners to trigger actions for real-time responses.
Salesforce, a CRM leader, decided to enter this space due to the need to remain competitive in the coming era. The IoT cloud adds to Salesforce by expanding its reach, and the depth of its analytics.
Salesforce combined with IoT depvers dramatically improved customer service with tighter integration and responses to real-time events; for example, adjustments in wind turbines could trigger automatic rebooking of delayed/canceled connecting fpghts before airpne passengers land.
Electric Imp
The Electric Imp platform is Salesforce s recommended method for quickly connecting devices to the cloud. You develop apppcations through the Squirrel language; a high level, OO, pghtweight scripting language. Apppcations consist of two modules: the device module, which runs on the device; and the agent module, which runs in the Electric Imp cloud. The platform ensures secure communication between the modules, and you send devices messages with a simple call −
agent.send("nameOfmessage", data);
Listen for messages on the agent with the following code −
device.on("nameOfmessage", function(data) { //Data operations });
Beyond these basic tasks, coding for device interaction, monitoring, and response resembles standard web apppcation development, and uses a simple, easy-to-learn syntax.
Advertisements