Outils pour utilisateurs

Outils du site


informatique:docker:warp10:starter_kit

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
informatique:docker:warp10:starter_kit [2020/10/10 09:58] florianinformatique:docker:warp10:starter_kit [2025/01/14 11:19] (Version actuelle) – modification externe 127.0.0.1
Ligne 17: Ligne 17:
 <file> <file>
  
-florian@ubuntuNAS:~$ docker exec -u warp10 -it Warp10 warp10-standalone.sh worf MyGTS 31536000000 +docker exec -u warp10 -it Warp10 warp10-standalone.sh worf MyGTS 31536000000 
-{"read":{"token":"_CMyoxjEHWECcDynChiuwHG.rIeaiIY1mrZSWdfS6bz6p1PqNH_gpkppoqgKyGlmdnueFuWUPyamxzKOz2Ss90YFkjDifWZP9yAjCBjrh5PXJuYrL5anJV","tokenIdent":"a98f77328f47d3fa","ttl":31536000000,"application":"MyGTS","applications":["MyGTS"],"owners":["0f573687-508c-4da7-925f-87a224f0b7fe"],"producer":"0f573687-508c-4da7-925f-87a224f0b7fe","producers":[]},"write":{"token":"AP_8QdbvhyjFJuuOoohNyHJClJd7ODr.vP5GMt.Y6irthsyFdeaZt_vx2CeCrQfpF465ADT1RKD5e488pteN2MhfVomQbEHAPX8Ra3foeYo","tokenIdent":"7af4eff80b201b04","ttl":31536000000,"application":"MyGTS","owner":"0f573687-508c-4da7-925f-87a224f0b7fe","producer":"0f573687-508c-4da7-925f-87a224f0b7fe"}}+{ 
 +"read": 
 +{ 
 +"token":"_CMyoxjEHWECcDynChiuwHG.rIeaiIY1mrZSWdfS6bz6p1PqNH_gpkppoqgKyGlmdnueFuWUPyamxzKOz2Ss90YFkjDifWZP9yAjCBjrh5PXJuYrL5anJV", 
 +"tokenIdent":"a98f77328f47d3fa","ttl":31536000000,"application":"MyGTS","applications":["MyGTS"], 
 +"owners":["0f573687-508c-4da7-925f-87a224f0b7fe"], 
 +"producer":"0f573687-508c-4da7-925f-87a224f0b7fe","producers":[] 
 +}, 
 +"write": 
 +{ 
 +"token":"AP_8QdbvhyjFJuuOoohNyHJClJd7ODr.vP5GMt.Y6irthsyFdeaZt_vx2CeCrQfpF465ADT1RKD5e488pteN2MhfVomQbEHAPX8Ra3foeYo", 
 +"tokenIdent":"7af4eff80b201b04","ttl":31536000000,"application":"MyGTS", 
 +"owner":"0f573687-508c-4da7-925f-87a224f0b7fe", 
 +"producer":"0f573687-508c-4da7-925f-87a224f0b7fe" 
 +} 
 +}
  
 </file> </file>
Ligne 24: Ligne 39:
 ===== Write GTS ===== ===== Write GTS =====
  
-[[https://www.warp10.io/content/03_Documentation/03_Interacting_with_Warp_10/03_Ingesting_data/01_Ingress#example-using-curl|Writing Data]] - On pousse une GTS : +==== Over HTTP Ingress ====
-<code>+
  
 +=== Curl ===
 +
 +<code>
 curl -v -H 'X-Warp10-Token: my_write_token' --data-binary "1/48.44484:-4.46653/15000 GTS_demo{lieu=maison} 'Toctoc'" 'http://192.168.0.11:80/api/v0/update' curl -v -H 'X-Warp10-Token: my_write_token' --data-binary "1/48.44484:-4.46653/15000 GTS_demo{lieu=maison} 'Toctoc'" 'http://192.168.0.11:80/api/v0/update'
  
Ligne 34: Ligne 51:
  
 <code> <code>
-Florian.Tales@LIN0115014:~/Téléchargements$ curl -v -H 'X-Warp10-Token: my_write_token' --data-binary @eco2mix.gts 'http://192.168.0.11:80/api/v0/update'+curl -v -H 'X-Warp10-Token: my_write_token' --data-binary @eco2mix.gts 'http://192.168.0.11:80/api/v0/update'
  
 </code> </code>
 +
 +=== ESP8266 ===
 +
 +[[https://github.com/floriantales/arduino_sketchbook/tree/master/ESP8266/Warp10/Warp10_HTTP_POST_Demo|Warp10_HTTP_POST_Demo]]\\
 +\\
 +Documentation [[http://www.warp10.io/content/03_Documentation/03_Interacting_with_Warp_10/03_Ingesting_data/01_Ingress|Warp10 - Ingress]]
 +
 +==== Over WebSocket ====
 +
 +=== ESP8266 ===
 +
 +[[https://github.com/floriantales/arduino_sketchbook/tree/master/ESP8266/Warp10/Warp10_WebSocket_Demo|Warp10_WebSocket_Demo]]\\
 +\\
 +Documentation [[https://www.warp10.io/content/03_Documentation/03_Interacting_with_Warp_10/06_Websockets|Warp10 - Plasma]]
  
 ===== Read GTS ===== ===== Read GTS =====
  
 [[https://www.warp10.io/content/03_Documentation/03_Interacting_with_Warp_10/04_Fetching_data/01_Fetching_data#example|Reading Data]] - On lit les GTS - ici via WarpStudio :\\ [[https://www.warp10.io/content/03_Documentation/03_Interacting_with_Warp_10/04_Fetching_data/01_Fetching_data#example|Reading Data]] - On lit les GTS - ici via WarpStudio :\\
-{{http://doku.floriantales.fr//lib/plugins/ckgedit/fckeditor/userfiles/image/informatique/docker/warp10/first_fetch_warpstudio.png?direct&750x242}}+{{:informatique:docker:warp10:starter_kit:first_fetch_warpstudio.png?direct&750x242}}
  
 ===== Delete GTS ===== ===== Delete GTS =====
Ligne 48: Ligne 79:
 <code> <code>
  
- curl -v -H 'X-Warp10-Token: my_write_token' 'http://192.168.0.11:80/api/v0/delete?deleteall&selector=~.%2A%7B%7D'{{:informatique:docker:warp10:bretagne_renouvelable_production_mw.png?nolink&1458x389}}+ curl -v -H 'X-Warp10-Token: my_write_token' 'http://192.168.0.11:80/api/v0/delete?deleteall&selector=~.%2A%7B%7D'
  
 </code> </code>
informatique/docker/warp10/starter_kit.1602320326.txt.gz · Dernière modification : 2025/01/14 11:19 (modification externe)