You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@edgent.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/03/14 17:57:33 UTC

[jira] [Commented] (QUARKS-10) Allow a registered application to be started from a backend.

    [ https://issues.apache.org/jira/browse/QUARKS-10?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15193619#comment-15193619 ] 

ASF GitHub Bot commented on QUARKS-10:
--------------------------------------

GitHub user ddebrunner opened a pull request:

    https://github.com/apache/incubator-quarks/pull/7

    [QUARKS-10] [WIP] Iot provider

    A provider that registers services to allow:
    
    * PublishSubscribe Service
    * Application Service
    * JSON control service
    * use of a single IoTDevice by multiple applications through publish-subsribe
    * Integration of device commands with identifier `quarksControl` 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ddebrunner/incubator-quarks iot-provider

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-quarks/pull/7.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #7
    
----
commit ba23af774e0e008596ddd6010761c4d5bfd8d85b
Author: Dan Debrunner <dj...@debrunners.com>
Date:   2016-03-13T23:42:59Z

    Add details of reserved publish-subscribe topics

commit 6f9074109911c909bb00f177da4710212e2d5820
Author: Dan Debrunner <dj...@debrunners.com>
Date:   2016-03-13T23:46:20Z

    Add property for quarks.apps

commit 521ebec79402856ab631611fe9c5376d4e899b95
Author: Dan Debrunner <dj...@debrunners.com>
Date:   2016-03-13T23:51:03Z

    Simplify the echo to use the event id as the command id

commit 25260809f8db1a1155356c4d9c7be71f49084c25
Author: Dan Debrunner <dj...@debrunners.com>
Date:   2016-03-14T16:26:01Z

    Add initial IoT provider

----


> Allow a registered application to be started from a backend.
> ------------------------------------------------------------
>
>                 Key: QUARKS-10
>                 URL: https://issues.apache.org/jira/browse/QUARKS-10
>             Project: Quarks
>          Issue Type: New Feature
>          Components: Applications
>            Reporter: Daniel John Debrunner
>            Assignee: Daniel John Debrunner
>              Labels: iotscenario
>
> Support an IoT device command that can start a registered application (topology).
> Application service that provides a control MBean to submit any applications it has registered. This control mbean can then be exposed though JMX or as an Iot device command.
> Something like:
> interface ApplicationService {
>     // when the topology is to be submitted builder.accept(topology) is called
>     // create the graph (so that it can be created on demand)
>    // with topology being a newly created topology with the given name
>     void addTopology(String name, Consumer<Topology> builder);
> }
> And a control mechanism of:
> interface ApplicationMXBean {
>     void submit(String name, String jsonConfig);
> }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)