Upgrade to Pro — share decks privately, control downloads, hide ads and more …

PicoRubyでMQTTサポートの実装をしている話 (3)

ryosk7
February 06, 2025

PicoRubyでMQTTサポートの実装をしている話 (3)

Omotesando.rb #106 登壇資料
https://omotesandorb.connpass.com/event/342678/

一部、動画のスライドがあります (PDFのため停止しています)。

ryosk7

February 06, 2025
Tweet

More Decks by ryosk7

Other Decks in Programming

Transcript

  1. MQTTの仕組み ブローカーとクライアント MQTT Broker Publisher 1 Publisher 2 Subscriber 1

    Subscriber 2 Publish Publish Subscribe Subscribe Omotesando.rb #106
  2. ロードマップ TLS encryption support POSIX support MQTT 5.0 features QoS

    levels 1 and 2 support MQTT over WebSocket Last Will and Testament Over-the-Air (OTA) updates (callback script only) Omotesando.rb #106