Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.52 KB

README.md

File metadata and controls

58 lines (40 loc) · 1.52 KB

osiota application console-keypress

Osiota is a software platform capable of running distributed IoT applications written in JavaScript to enable any kind of IoT tasks. See osiota.

Configuration: console-keypress

This application collects keypress events from the console.

No properties.

Configuration: console-keypress/rpc-accesskey

After a keypress event of the main application, this sub application calls rpc functions of other applications dependant on their accesskey information.

The sub application needs to be configured as child of the main application:

{
    "name": "console-keypress",
    "config": {
        "app": [{
            "name": "console-keypress/rpc-accesskey",
            "config": {
            }
        }]
    }
}

No properties.

How to setup

Add a configuration object for this application, see osiota configuration:

{
    "name": "console-keypress",
    "config": CONFIG
}

License

Osiota and this application are released under the MIT license.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.