-
Notifications
You must be signed in to change notification settings - Fork 8
Introduction mechanism
The WoT Hive directory implements the Well Known URIs introduction mechanism.
In order to access the self description of the WoT Hive a GET
request at /.well-known/wot-thing-description
must be sent. As a result the WoT Hive directory returns an application/td+json
with its Thing Description.
The WoT Hive publishes the self description allocated in its root file directory called self-description.json
. If this file is not allocated in such file directory then the introduction mechanism will be disabled and any GET
request at /.well-known/wot-thing-description
will return a code 404
with an error message.
WoT Hive was created by Andrea Cimmino ([email protected]) and Raúl García Castro ([email protected]) at the Universidad Politécnica de Madrid in the research group Ontology Engineering Group.