head

2015年4月28日火曜日

[blog-4] マスタ値の取得、pythonサービス

========================================================
参考の記事
http://kuc-arc-f.com/agri/?blog=blog-4
========================================================

pythonサービスで、クラウド側から
マスタ情報の取得、センサ供給判定値。流量(バルブ開閉時間)
各バルブの開閉判定など


code:
https://github.com/kuc-arc-f/python-blog4-parse


# 取得の処理、
parse - REST-APIで取得,
マイコンIDをキーに、取得できた場合、給水開始。

class:

def get_master(self, sId ):
ret={}
clsConst = com_appConst.appConstClass()
headers = {
"X-Parse-Application-Id": clsConst.mParse_APP_ID ,
"X-Parse-REST-API-Key": clsConst.mParse_REST_ID ,
"Content-Type": "application/json"
}
dtParam = {'mc_id': int(sId) };
params = urllib.urlencode({"where":json.dumps(dtParam)})
try:
r = requests.get('https://api.parse.com/1/classes/MsObject?' +params, headers=headers , timeout=30)
print r.status_code
dRest = r.json()
nCt= len(dRest["results"])
print nCt
if(nCt > 0):
print dRest["results"][0]
ret=dRest["results"][0]
view raw gistfile1.txt hosted with ❤ by GitHub



*) mbed リレー回路 on/off 制御
http://knaka0209.blogspot.jp/2015/04/agri-typ-d-2.html

*) 開発者向けのまとめ記事

0 件のコメント:

コメントを投稿

google colaboratory お試し編 、GPUも使える機械学習の環境構築

前回続き、機械学習の関連となります。 開発環境まわりの内容となり。先人様の情報を元に調査しました。 google colab(google colaboratory) を試してみました。機械学習系の いくつかのライブラリがインストール済みで、 クラウド上で、ある程度機械学...

AD-parts

Shop
Bluetooth搭載
ベース基板

Social