MQTT for Pharo

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
16 messages Options
MQTT for Pharo – Hi, MQTT is a light-weight publish/subscribe messaging protocol, originally created around 1998. It is now an official open industry ISO standa...
Sven, I am currently working with IoT and MQTT is necessary. At this point I use mosquitto as the broker and your Pharo client is nice to have...
> On 21 Dec 2016, at 12:50, phil@... wrote: > > Sven, > > I am currently working with IoT and MQTT is necessary. At this po...
FWIW get yourself an account at http://enco.io The devportal has mqtt endpoints so that we can integrate with that and possibly have some mark...
> On 21 Dec 2016, at 15:11, phil@... wrote: > > FWIW get yourself an account at http://enco.io OK, I'll put it on my list of thi...
You might like to collaborate with Tim and Craig. http://forum.world.st/Graphing-weather-data-td4927701.html cheers -ben On Wed, Dec 21, 2016...
> On 21 Dec 2016, at 15:47, Ben Coman <btc@...> wrote: > > You might like to collaborate with Tim and Craig. > http://foru...
Hi Sven, yes, the code in SqueakSource/MQTT is very early stuff. It's improving quickly though. I'd be happy to get together to work on an as com...
Hi Sven! One thing I noticed when testing the RabbitMQ client with keepalive > 0, was connection being closed and all subscriptions lost when ...
Hendrik, Thank you for this detailed feedback. > On 21 Dec 2016, at 12:44, Henrik Johansen <henrik.s.johansen@...> wrote: > &...
> On 21 Dec 2016, at 14:57 , Sven Van Caekenberghe <sven@...> wrote: > > Hendrik, > > Thank you for this detailed fee...
> On 21 Dec 2016, at 16:04, Henrik Johansen <henrik.s.johansen@...> wrote: > >> >> On 21 Dec 2016, at 14:57 , Sven ...
> On 21 Dec 2016, at 16:52 , Sven Van Caekenberghe <sven@...> wrote: > >> >> On 21 Dec 2016, at 16:04, Henrik Johan...
> On 21 Dec 2016, at 18:19, Henrik Johansen <henrik.s.johansen@...> wrote: > >> >> On 21 Dec 2016, at 16:52 , Sven ...
Back on topic, MQTT, I added more/better functional units tests and more comments, as well as variants against a local broker. Here is a more c...