golangとMQTTに関するdeeeetのブックマーク (2)

  • MQTT Gateway Fuji

    Fujiとは Fuji は、株式会社時雨堂がオープンソース・ソフトウェア (※1) として公開する MQTT ゲートウェイです。 Edison (※2) などの送受信機 (センサーからデータを受け取り、サーバへ送ることのできる端末) にインストールして使用します。 センサーから収集したデータを簡単に MQTT ブローカーへ送信、MQTT ブローカーから受信したデータを LED や電源スイッチなどの出力デバイスに送信できます。 (※1) Apache License, Version 2.0 で公開しています。 (※2) Edison は、インテルによって開発されている SD カードサイズのコンピュータです。 特長 すぐに使える簡単な設定 センサーからのデータはシリアルポート経由であれば、INI ファイルに設定するだけで、MQTT ブローカーへ送信することが可能です。 センサーデータ

    MQTT Gateway Fuji
  • Go and MQTT

    rndm.io 17 Feb 2014 Go and MQTT Just before the end of last year myself, Seth Hoenig and Mike Robertson all worked on an MQTT client library written in Go. In January this was accepted into the Eclipse Paho project http://eclipse.org/paho and the git repository is here and the API docs are here Your first question might be "What is MQTT?". I'll link you to the site http://mqtt.org and include the

  • 1