Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

組込ボードでの動作をサポート #2

Open
1 of 9 tasks
dynamis opened this issue Jan 16, 2018 · 2 comments
Open
1 of 9 tasks

組込ボードでの動作をサポート #2

dynamis opened this issue Jan 16, 2018 · 2 comments

Comments

@dynamis
Copy link

dynamis commented Jan 16, 2018

現在サーバ側は RPi3 (enocean センサーを MQTT で mosquitto に pub るところまで) + Mac (mosquitto から sub して異常値検知してクライアントに送る) で動作するコードになっているが、まずはサーバ側をまとめて Mac で動かす手順をまとめた上で、サーバ側も開発ボードでの動作をサポートしたい。

  • RPi3 での動作サポート
    • 音量データの取得
    • mongodb での動作を確認
  • RZ/G1 シリーズでの動作サポート
    • Python 3.x と依存ライブラリの動作
    • mongodb での動作を確認
    • enocean レシーバのドライバを入れて動作を確認
    • mosquitto のインストールと動作の確認
    • 音量データの取得 (Python ライブラリ経由、バックエンド未確認)
@epli2
Copy link
Member

epli2 commented Feb 14, 2018

mongodbのバージョンは2.6以上が必要

@epli2
Copy link
Member

epli2 commented Feb 21, 2018

mongodb v3.0.14にて動作を確認(Raspberry Pi3, Raspbian jessie)
mongodbはhttps://andyfelong.com/2017/03/mongodb-3-0-14-binaries-for-raspberry-pi-3 のビルドを使った

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants