Re: [dev] MQTT G/W

2018-08-20 Thread Dwarkaprasad Dayama
3 years ago MQTT code based on Protocol Plugin Manager (PPM) existed. But now PPM has been replaced with Mini Plugin Manager (MPM). You should be able to find old code in repository or through google search. Regards Dwarka From: iotivity-dev@lists.iotivity.org [mailto:iotivity-dev@list

Re: [dev] MQTT G/W

2018-08-20 Thread Mats Wichmann
On 08/20/2018 03:01 PM, Gregg Reynolds wrote: > On Mon, Aug 20, 2018, 3:52 PM Mats Wichmann wrote: > Sorry, what does that mean? What is an "unsolicited message"? Aren't most > msgs "unsolicited"? A "server role" means you only send messages in response to a state request, you don't initate conv

Re: [dev] MQTT G/W

2018-08-20 Thread Gregg Reynolds
On Mon, Aug 20, 2018, 3:52 PM Mats Wichmann wrote: > On 08/20/2018 05:28 AM, Khaled Elsayed wrote: > > Hi, > > > > Has anyone developed a MQTT gateway that would host a MQTT broker > receiving > > the MQTT publish requests and creates OCF resources corresponding to the > > MQTT topics and handles

Re: [dev] MQTT G/W

2018-08-20 Thread Mats Wichmann
On 08/20/2018 05:28 AM, Khaled Elsayed wrote: > Hi, > > Has anyone developed a MQTT gateway that would host a MQTT broker receiving > the MQTT publish requests and creates OCF resources corresponding to the > MQTT topics and handles the update of the resources data. It should not be > that difficu

Re: [dev] MQTT G/W

2018-08-20 Thread Gregg Reynolds
On Mon, Aug 20, 2018, 1:36 PM Gregg Reynolds wrote: > > > On Mon, Aug 20, 2018, 6:28 AM Khaled Elsayed wrote: > >> Hi, >> >> Has anyone developed a MQTT gateway that would host a MQTT broker >> receiving the MQTT publish requests and creates OCF resources corresponding >> to the MQTT topics and

Re: [dev] MQTT G/W

2018-08-20 Thread Ethan
I haven’t seen anyone implement that but would be interested in it becoming a project. It would make IoTivity easier to plug into a great deal of other IoT applications. Ethan From: on behalf of Gregg Reynolds Date: Monday, August 20, 2018 at 12:37 PM To: Khaled Elsayed Cc: iotivity-dev S

Re: [dev] MQTT G/W

2018-08-20 Thread Gregg Reynolds
On Mon, Aug 20, 2018, 6:28 AM Khaled Elsayed wrote: > Hi, > > Has anyone developed a MQTT gateway that would host a MQTT broker > receiving the MQTT publish requests and creates OCF resources corresponding > to the MQTT topics and handles the update of the resources data. It should > not be that

[dev] MQTT G/W

2018-08-20 Thread Khaled Elsayed
Hi, Has anyone developed a MQTT gateway that would host a MQTT broker receiving the MQTT publish requests and creates OCF resources corresponding to the MQTT topics and handles the update of the resources data. It should not be that difficult so I am asking it is already there to avoid doing it ag