Sign inSign up

fed4iot/helloworld-tv

By fed4iot

•Updated almost 6 years ago

Docker image of IoT "Hello World" ThingVisor

Image
0

2.7K

fed4iot/helloworld-tv repository overview

⁠Image description

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.

⁠How to add this ThingVisor to fed4iot system

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"
}
  • body:
{
    "description": "hello ThingVisor",
    "imageName": "fed4iot/helloworld-tv",
    "name": "helloWorld",
    "params": "",
    "vThings":
	[
		{
			"id" : "hello",
			"label" : "helloWorld",
			"description" : "hello world virtual thing"
		}
	],
	"debug_mode" : false
}

Tag summary

Content type

Image

Digest

Size

73.1 MB

Last updated

almost 6 years ago

docker pull fed4iot/helloworld-tv