Skip to content

osiota/osiota-app-console-keypress

Repository files navigation

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.

About

This application collects keypress events from the console.

Resources

License

Stars

Watchers

Forks

Packages

No packages published