Re: [Dev] [CDMF] Connect IOT Devices with CDMF

2015-05-07 Thread Ayyoob Hamza
Thanks Dulitha, I will look into it and let you know Regards, *Ayyoob Hamza* *Software Engineer* WSO2 Inc.; http://wso2.com email: ayy...@wso2.com cell: +94 77 1681010 <%2B94%2077%207779495> On Fri, May 8, 2015 at 7:36 AM, Dulitha Wijewantha wrote: > Hi Ayyob, > So below are the things you nee

Re: [Dev] [CDMF] Connect IOT Devices with CDMF

2015-05-07 Thread Dulitha Wijewantha
Hi Ayyob, So below are the things you need to do to get things started - - You'll have to write an IoT device-mgt plugin - https://github.com/wso2/carbon-device-mgt-plugins - You'll need to write a JAX-RS layer where the IOT agent communicates - I started some work on a python based ag

Re: [Dev] [CDMF] Connect IOT Devices with CDMF

2015-05-07 Thread Ayyoob Hamza
Thanks for the info Milan *Ayyoob Hamza* *Software Engineer* WSO2 Inc.; http://wso2.com email: ayy...@wso2.com cell: +94 77 1681010 <%2B94%2077%207779495> On Thu, May 7, 2015 at 12:39 PM, Milan Perera wrote: > Hi Ayyoob, > > In order to enroll and manage devices, first you have to create a plug

Re: [Dev] [CDMF] Connect IOT Devices with CDMF

2015-05-07 Thread Milan Perera
Hi Ayyoob, In order to enroll and manage devices, first you have to create a plugin (OSGI service) which should contain the device specific operations, policies and etc. Then you can register that plugin in the core[1]. So then you will have to implement JAX-RS service that should communicate with

[Dev] [CDMF] Connect IOT Devices with CDMF

2015-05-06 Thread Ayyoob Hamza
Hi all, We are intending to enroll and manage iot devices with the cdmf. For this purpose we couldn't find a web service that could perform this task on[1].Therefore we thought of creating a patch to expose a secured JAX-RS service with basic authentication for device management. What are your tho