osiota-app-console-keypress

1.0.4 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i osiota-app-console-keypress

Weekly Downloads

2

Version

1.0.4

License

MIT

Unpacked Size

6.82 kB

Total Files

10

Last publish

Collaborators

  • simonwalz