Anzeige

Building IoT Solutions Using Core CMS Features

5. Oct 2018
Anzeige

Más contenido relacionado

Anzeige

Building IoT Solutions Using Core CMS Features

  1. Building IoT Solutions Using Core CMS Features
  2. The Intro A brief history of me, my approach to software, and my IoT journey thus far
  3. The Question How can Content Management Systems support IoT efforts?
  4. The Utility Model CONSUME TRANSMIT AGGREGATE DISTRIBUTE CONSUMECOLLECT
  5. Primary IoT Use Cases Condition Monitoring Remote Control
  6. The CMS Opportunity in IoT Data Definition Managed User Access APIs
  7. The Experiment Implement a CMS with minimal customization as an IoT solution
  8. What is MINIMAL? Core Workflows and Configs Plugins Third-Party Services Light Custom Code
  9. System Components TRANSMIT AGGREGATE DISTRIBUTE CONSUMECOLLECT
  10. Data Definition Temperature Pressure Humidity Joystick Position LED Matrix Location + { records: [ { signal: 'temperature', value: '' }, { signal: 'pressure', value: '' }, { signal: 'humidity', value: '' }, { signal: 'joystick', value: '' }, { signal: 'led_matrix', value: [ [0,0,0],[0,0,0], ... ] }, { signal: 'location', value: {...} } ] }
  11. Device Connectivity Device Key (GUID) Serial Number Alias Signal Data
  12. Users and Provisioning temp: °F raspi-1234 raspi-abcd raspi-1-a-2-b.v1 raspi-*
  13. Getting The Data raspi-1234 /raspi-1234
  14. Remote Control { "key": "5b380ccf403b3", "controller": "led", "action": "scrollText", "params": { "text": "Hello World!", "speed": 0.05 } }
  15. All Together Now...
  16. The Demo
  17. The Results Mission Accomplished?
  18. Is it MINIMAL? Core Workflows and Configs Plugins Third-Party Services Light Custom Code
  19. Is it Useful? Is it Adaptable? Is it Scalable? Other Considerations?
  20. Time Spent per Week
  21. Effort Breakdown
  22. The Next Steps Where do we go from here?
  23. nick.leguillou@gmail.com https://www.linkedin.com/in/nick-le-guillou-1090177/
  24. Fin
Anzeige