Docker image of IoT "Hello World" ThingVisor
2.7K
This ThingVisor provides a trivial virtual thing that simply sends the message "Hello world n. "(plus a incremental number). The purpose of this virtual things is to illustrate the basic usage of fed4iot ThingVisors.
Create new ThingVisor by using fed4iot-master-controller /addThingVisor HTTP API with the following settings.
method: POST
headers:
{
"Accept": "application/json",
"Content-Type": "application/json",
"cache-control": "no-cache"
}
{
"description": "hello ThingVisor",
"imageName": "fed4iot/helloworld-tv",
"name": "helloWorld",
"params": "",
"vThings":
[
{
"id" : "hello",
"label" : "helloWorld",
"description" : "hello world virtual thing"
}
],
"debug_mode" : false
}
Content type
Image
Digest
Size
73.1 MB
Last updated
almost 6 years ago
docker pull fed4iot/helloworld-tv