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-vastAll 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. |
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
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. |
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:
----------------------------------------------------- Seth Berman President & CEO, Instantiations Inc. Email: [hidden email] Twitter: @sethloco78 LinkedIn: www.linkedin.com/in/seth-berman 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. |
Free forum by Nabble | Edit this page |