Pandora Pocket

IT系と日常系の備忘録。三日坊主。

個人的に作ってるアプリで必要だったので調べた成果。

MQTT Subscriberの .NET Core コンソールアプリのサンプル. Contribute to Ovis/MqttSubscriberConsoleSample development by creating an account on GitHub.
[はてなブックマークで表示]

MQTT BrokerはBeebottleを想定しつつ、一応汎用的に動くはず。

Beebottleの場合、アカウントIDにトークンを指定してください。

内部的にはMQTTのライブラリとして MQTTnet を使用しています。

MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/...
[はてなブックマークで表示]