diff --git a/services.html b/services.html index 14c84da..eca88bc 100644 --- a/services.html +++ b/services.html @@ -3,7 +3,7 @@

Services for W3C WoT Developers

Eclipse Thingweb provides services to support Web of Things developers. These services are listed below.

Thing Description Playground

Playground is a tool to validate TDs and manipulate them for usage in other tools. You can do validation to check conformance, generate Open API and Async API documents, add or remove default values, visualize TDs and find spelling mistakes in TDs.

Web-based Interactions with Things

Using the tools below, you can interact with different WoT Things over your browser.

Online Things for Testing

Eclipse Thingweb hosts Things that can be interacted with over the public Internet. -You can use them to test your WoT applications.

All of them require no security mechanism to be communicated with and have same behavior from CoAP or HTTP endpoints. +You can use them to test your WoT applications.
Note: we also offer the test-things repository with a collection of IoT device simulators that can be used for testing and exploration purposes of different protocols and other Web of Things mechanisms.

All of them require no security mechanism to be communicated with and have same behavior from CoAP or HTTP endpoints. Below are small explanations on what they can be used for:

  • Counter: It has a count property that can be read or observed and can be incremented or decremented via separate actions. It is also possible to reset the count value, obtain when the last change occurred, subscribe to a change in the count value or get the count value as an image. TDs:
  • TestThing: This Thing exists primarily for testing different data schemas and payload formats.