Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image Removed

Table of contents

  1. Pour ajouter un liens a une encre il faut éditer ce liens, aller dans Avancé, #nameAncre et écrire le label du liens
  2. Pour ajouter un liens a une encre il faut éditer ce liens, aller dans Avancé, #nameAncre et écrire le label du liens
  3. Pour ajouter un liens a une encre il faut éditer ce liens, aller dans Avancé, #nameAncre et écrire le label du liens
  4. Pour ajouter un liens a une encre il faut éditer ce liens, aller dans Avancé, #nameAncre et écrire le label du liens
  5. Pour ajouter un liens a une encre il faut éditer ce liens, aller dans Avancé, #nameAncre et écrire le label du liens
  6. Pour ajouter un liens a une encre il faut éditer ce liens, aller dans Avancé, #nameAncre et écrire le label du liens


Image Added

Panel
titleCreating a new Spinal System
Anchor22

Install spinal-system-basic

Code Block
languagebash
themeDJango

Launch spinal-system

Code Block
languagebash
themeDJango
~/button-system$ pm2 start launch.config.js

PM2 will automatically start the Spinal Hub and the organs. Take care, if you have another hub running on port 7777, your new hub will not be launched ! (here is a command to see what port are used on ubuntu: sudo netstat -lp --inet)

After this installation, only SpinalHub is running on port 7777. SpinalHub containes a web server that provide his own Admin interface. Here is the architecture of the system you have after this first install:

Connect to Admin UI

As we have done in the getting started, connect to the admin dashboard to see if you hub is running :

http://127.0.0.1:7777/html/admin

The default admin account is :

Username

client ID

Passwordadmin168JHGgcz45JKilmzknzelf65ddDadggftIO98P Panel
titleCreate a data model
Anchor33 Panel
titleCreate our new virtualButton organ
Anchor44 Panel
titleLaunch the system
Anchor55 Panel
titleCreate our second organ : virtualButtonMonitor
Anchor66Conclusion

Welcome to the SpinalCom SDK

Quick navigation

Child pages (Children Display)
alltrue
pageTutorials

Panel
titleGoal
Anchor11

Description du systeme

Image Removed

This system, based on our understanding of intelligent micro-system, is composed of the following organs:

  • Nerve center: where the hub and its data are located.

  • Admin dashboard: the administration interface of your hub.

  • VirtualTemperatureSensor organ: simulate the temperature sensor of the wine cellar continuously and synchronize the samples with the hub.

  • Analytics organ: analyzes the temperature and alerts if the temperature is ok or not.

  • Monitoring interface organ: a web interface, displaying the current status of our wine cellar.

SDK Overview