IoT SIG - 2019-10-01


  1. COM8

    Just a small update from my side: I'm currently working on a XMPP client implementation for the ESP32 and it looks promissing.

  2. SouL

    COM8, I'm really interested! Can you explain more? What are you doing exactly? :D

  3. COM8

    https://github.com/COM8/esp32-xmpp-iot That's my repo regarding the ESP32 stuff (Needs more docu I know). I'm using sockets from Smooth (https://github.com/PerMalmberg/Smooth). This makes it FAR easier than using raw ESP-IDF sockets. At the moment I manged to connect and hold and upgraded TLS connection with PLAIN authentifikation. All is just hard coded while I'm testing if it's even worth the effort.

  4. MattJ

    Nice :)