🦲
mind
  • cleber's mind
  • plans
    • fact checking
    • personal assistant
  • self-management
    • agenda and tasks
    • mails and emails
  • knowledge
    • career
    • programming
      • Big O Notation
      • browsing data
      • C/C++
      • databases
      • eclipse
      • gradle
      • java
        • apache camel
      • javascript
      • naming convention
      • mysql
      • prolog
      • regex
      • REST
      • ssl/tls
      • version control
        • git commands
      • web-semantics
      • wot
    • research
      • mas
      • planning
      • math
        • probability
      • machine learning
      • nlp
      • speech recognition
      • data sources
      • data visualisation
    • it
      • asterisk
      • containers
        • installing docker
        • deploying busybox
        • deploying a sample
        • deploying node-red
        • deploying from the hub
      • clusters
        • installing kubernetes
        • deploying bootcamp
        • deploying nginx
        • deploying jacamo-rest
        • grafana
      • deploy
        • heroku
      • linux
        • tmux
        • vim
        • startup
      • networks
      • pdf
        • ssh
    • productivity
    • language
      • expressions
        • nice signposts
        • linking expressions
      • latex
      • scientific
      • writing
    • sailing
    • financial
      • assets
    • emergency
    • out of boxes
  • teaching
    • eletrônica digital
      • Conversão decimal para binário
      • Conversão binário para decimal
      • Sinais analógicos vs digitais
    • programação I
    • cabeamento estruturado
  • moments
    • insightful ai facts
    • ai4industry-hackathon
    • previous activities
  • brasil
  • external links
    • personal webpage
    • my github
Powered by GitBook
On this page
  • Things Descriptions
  • Retrieving a TD in json
  • Changing a property of a device
  • Tools
  • Sources

Was this helpful?

  1. knowledge
  2. programming

wot

Web of Things

Previousweb-semanticsNextresearch

Last updated 1 year ago

Was this helpful?

Things Descriptions

Retrieving a TD in json

// Considering basic autenthication with user/pw as simu1:simu1
curl -u simu1:simu1 "https://ci.mines-stetienne.fr/simu/storageRack" \\
  -H "Content-Type: application/json"

Changing a property of a device

curl -X PUT \\
  "http://ci.mines-stetienne.fr/simu4/packagingWorkshop/properties/conveyorSpeed" \\
  -d '10' -H "Content-Type: application/json"

Tools

Sources

https://eclipse.github.io/editdor/
Eclipse Things Description Viewer
Web of Things (WoT) Thing Description 1.1
Web of Things (WoT) Architecture 1.1
FAQ of the Summer School ia4industry - EMSE
Hackathon AI for Industry 4.0 Summer School: Part I Web of Things