[ANN] New MQTT Support Project for VA Smalltalk now on Github

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[ANN] New MQTT Support Project for VA Smalltalk now on Github

Seth Berman
Hello all,

Just letting folks know about a new project I've started, along with help from Norbert Schlemmer, to bring
MQTT Messaging protocol support to VA Smalltalk.

MQTT is a lightweight messaging protocol and VA Smalltalk's client support makes use of 
the Eclipse Paho MQTT C project.

This support comes in 2 parts:
- Smalltalk code (which I have begun to release at VastGoodies.com) named MQTT-Paho
- C code providing supporting user-primitives, thread-safety, and callback implementations.

The C Code is currently on Github at the following location.  This is functional, but a work in progress as I bring different platforms online and finish the support.
https://github.com/vasmalltalk/paho-mqtt-vast

All the infrastructure is in place so within a couple of weeks this should be good to go.

-- Seth

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] New MQTT Support Project for VA Smalltalk now on Github

Leonardo Oillataguerre
Hi Seth,

We have our primitive but funcional MQTT client using EsEntryPoints, although started to test this project because your approching sounds to be more eficient.
But, is it finish ? We could't found any docs about connecting the compiled user primitives into smalltalk code neither how to configure callbacks to get messages.
Are we missing something ?

Thanks
Leonardo


El lunes, 4 de marzo de 2019, 18:16:40 (UTC-3), Seth Berman escribió:
Hello all,

Just letting folks know about a new project I've started, along with help from Norbert Schlemmer, to bring
MQTT Messaging protocol support to VA Smalltalk.

<a href="http://mqtt.org/" target="_blank" rel="nofollow" onmousedown="this.href=&#39;http://www.google.com/url?q\x3dhttp%3A%2F%2Fmqtt.org%2F\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNFkLEKIfbBi7nnVRXjEszspc_MtLw&#39;;return true;" onclick="this.href=&#39;http://www.google.com/url?q\x3dhttp%3A%2F%2Fmqtt.org%2F\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNFkLEKIfbBi7nnVRXjEszspc_MtLw&#39;;return true;">MQTT is a lightweight messaging protocol and VA Smalltalk's client support makes use of 
the <a href="https://www.eclipse.org/paho/" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://www.google.com/url?q\x3dhttps%3A%2F%2Fwww.eclipse.org%2Fpaho%2F\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNHuir6kruk_-fvp-tVLczdNwxqn_w&#39;;return true;" onclick="this.href=&#39;https://www.google.com/url?q\x3dhttps%3A%2F%2Fwww.eclipse.org%2Fpaho%2F\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNHuir6kruk_-fvp-tVLczdNwxqn_w&#39;;return true;">Eclipse Paho MQTT C project.

This support comes in 2 parts:
- Smalltalk code (which I have begun to release at VastGoodies.com) named MQTT-Paho
- C code providing supporting user-primitives, thread-safety, and callback implementations.

The C Code is currently on Github at the following location.  This is functional, but a work in progress as I bring different platforms online and finish the support.
<a href="https://github.com/vasmalltalk/paho-mqtt-vast" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://www.google.com/url?q\x3dhttps%3A%2F%2Fgithub.com%2Fvasmalltalk%2Fpaho-mqtt-vast\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNGa6YL60VYaee0EvLINFVHfKtHgDQ&#39;;return true;" onclick="this.href=&#39;https://www.google.com/url?q\x3dhttps%3A%2F%2Fgithub.com%2Fvasmalltalk%2Fpaho-mqtt-vast\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNGa6YL60VYaee0EvLINFVHfKtHgDQ&#39;;return true;">https://github.com/vasmalltalk/paho-mqtt-vast

All the infrastructure is in place so within a couple of weeks this should be good to go.

-- Seth

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/df4561e1-a981-45fe-ace7-edb1ad6884e7%40googlegroups.com.
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] New MQTT Support Project for VA Smalltalk now on Github

Seth Berman
Hi Leonardo,

No, it’s not finished on the Smalltalk side yet.  The C code is pretty much complete.  I work on it as time allows, but the last half of 2019 didn’t leave me much time with 9.2 being delivered.  In the next couple of months I will try to get some time to upload the working smalltalk code.

- Seth 

On Thu, Dec 26, 2019 at 10:15 AM Leonardo Oillataguerre <[hidden email]> wrote:
Hi Seth,

We have our primitive but funcional MQTT client using EsEntryPoints, although started to test this project because your approching sounds to be more eficient.
But, is it finish ? We could't found any docs about connecting the compiled user primitives into smalltalk code neither how to configure callbacks to get messages.
Are we missing something ?

Thanks
Leonardo



El lunes, 4 de marzo de 2019, 18:16:40 (UTC-3), Seth Berman escribió:
Hello all,

Just letting folks know about a new project I've started, along with help from Norbert Schlemmer, to bring
MQTT Messaging protocol support to VA Smalltalk.

MQTT is a lightweight messaging protocol and VA Smalltalk's client support makes use of 
the Eclipse Paho MQTT C project.

This support comes in 2 parts:
- Smalltalk code (which I have begun to release at VastGoodies.com) named MQTT-Paho
- C code providing supporting user-primitives, thread-safety, and callback implementations.

The C Code is currently on Github at the following location.  This is functional, but a work in progress as I bring different platforms online and finish the support.
https://github.com/vasmalltalk/paho-mqtt-vast

All the infrastructure is in place so within a couple of weeks this should be good to go.

-- Seth

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/df4561e1-a981-45fe-ace7-edb1ad6884e7%40googlegroups.com.
--
-----------------------------------------------------
Seth Berman
President & CEO, Instantiations Inc.
Email: [hidden email]
Twitter: @sethloco78

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/CAO3JmgPBDkFyNMqO8u4%3DaV7WcRxi6_SDvVWjdRjKxmic81bEhA%40mail.gmail.com.