Getting Started

Welcome to the Yodiwo Platform! We are an IoT Platform-as-a-Service (PaaS) provider with a unique connectivity framework, based on the first IoT Editor that uses graphs to codelessly interconnect models of Devices and existing Apps with each other.

Alt our Cyan environment

our Cyan environment

Nodes and Things


The Yodiwo Cloud Platform interacts with Edge devices by sending messages to and receiving messages from them, via a multitude of supported protocols. These messages follow the Plegma framework and API which is described in these pages.

 API Reference
The complete up-to-date API reference in doxygen format can be found here

The main entity in the Yodiwo Plegma framework is called a Node, which is the implementer of the Plegma API and connects directly to Yodiwo’s Cloud. These entities are usually called “Edge Nodes” in IoT nomenclature, however a Yodiwo Node can also act as a Gateway to other, edgier, Nodes that may for various reasons not directly connect to Yodiwo’ Cloud. Among the reasons for an end device to require a gateway:

The purpose of this API guide is to help you make your node show up and present itself and its Things here:

After that Users will be able to place said Things from this Node into their graphical stories and have the Yodiwo Cloud exchange messages between them

A Node is assigned to a known Yodiwo user and given a globally unique Node Key and a Secret Key via a process known as Pairing. The Node and Secret keys are used to authenticate the Node to connection-based protocols and are included in all REST messages.

After pairing is successfully completed, the Node is free to start exchanging Plegma API messages with the Cloud. A Node may use the Plegma API to:

As mentioned Nodes present one or more Things to the Cloud Service. Things encapsulate and represent “bundles” of related functionality, e.g. a Thing may be a thermostat which has an output (its temperature reading) and one or more inputs (for controlling and configuring it).

A Thing may have any number of these inputs and outputs, which are called Ports. A Port holds and is used to exchange the minimum unit of information between a Node and the Cloud server:

In the following pages we’ll present how to create Nodes, Things and Ports, that will then automatically show up in Users’ Cyan environments to be used in countless stories.

 We come bearing gifts
Look for our Github page to download fully functional code examples of Node implementations in various popular languages!