Re: IoT Protocol in RTEMS

2017-03-15 Thread punit vara
OK. For a time being we can create tickets for these protocol. We can figure it out from where we can port. :) On Tue, Mar 14, 2017 at 10:13 PM, Gedare Bloom wrote: > On Tue, Mar 14, 2017 at 12:08 PM, Joel Sherrill wrote: >> >> >> On Tue, Mar 14, 2017 at

Re: IoT Protocol in RTEMS

2017-03-14 Thread Gedare Bloom
On Tue, Mar 14, 2017 at 12:08 PM, Joel Sherrill wrote: > > > On Tue, Mar 14, 2017 at 10:22 AM, punit vara wrote: >> >> Can I port MQTT from here ? >> >> >> https://github.com/zephyrproject-rtos/zephyr/tree/master/subsys/net/lib/mqtt >> >> It has Apache

Re: IoT Protocol in RTEMS

2017-03-14 Thread Joel Sherrill
On Tue, Mar 14, 2017 at 10:22 AM, punit vara wrote: > Can I port MQTT from here ? > > https://github.com/zephyrproject-rtos/zephyr/tree/master/subsys/net/lib/ > mqtt > > It has Apache licence. Where do I possibly need to add files ? Any > suggestion ? > > Why would Zephyr

Re: IoT Protocol in RTEMS

2017-03-14 Thread punit vara
Can I port MQTT from here ? https://github.com/zephyrproject-rtos/zephyr/tree/master/subsys/net/lib/mqtt It has Apache licence. Where do I possibly need to add files ? Any suggestion ? -- PV On Tue, Mar 14, 2017 at 7:50 PM, Joel Sherrill wrote: > > > On Tue, Mar 14, 2017 at

Re: IoT Protocol in RTEMS

2017-03-14 Thread punit vara
On Tue, Mar 14, 2017 at 7:26 PM, Gedare Bloom wrote: > On Tue, Mar 14, 2017 at 1:26 AM, punit vara wrote: >> Hi >> >> I think RTEMS don't have any IoT protocol so I propose we should >> implement at least two important IoT protocols >> >> 1. MQTT

Re: IoT Protocol in RTEMS

2017-03-14 Thread Joel Sherrill
On Tue, Mar 14, 2017 at 8:56 AM, Gedare Bloom wrote: > On Tue, Mar 14, 2017 at 1:26 AM, punit vara wrote: > > Hi > > > > I think RTEMS don't have any IoT protocol so I propose we should > > implement at least two important IoT protocols > > > > 1. MQTT

Re: IoT Protocol in RTEMS

2017-03-14 Thread Gedare Bloom
On Tue, Mar 14, 2017 at 1:26 AM, punit vara wrote: > Hi > > I think RTEMS don't have any IoT protocol so I propose we should > implement at least two important IoT protocols > > 1. MQTT (http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/mqtt-v3.1.1.html) > 2. CoAP

IoT Protocol in RTEMS

2017-03-13 Thread punit vara
Hi I think RTEMS don't have any IoT protocol so I propose we should implement at least two important IoT protocols 1. MQTT (http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/mqtt-v3.1.1.html) 2. CoAP (http://coap.technology/) What's your opinion on this ? :) Regards Punit Vara