「Herobox/gm10-upload」の版間の差分
提供: fukudat.net
< Herobox
ナビゲーションに移動検索に移動
1行目: | 1行目: | ||
− | == Install | + | == Install == |
[[Gm-10]] 参照。 | [[Gm-10]] 参照。 | ||
23行目: | 23行目: | ||
sudo cpan LWP LWP::protocol::https DBI DBD::mysql | sudo cpan LWP LWP::protocol::https DBI DBD::mysql | ||
</pip> | </pip> | ||
+ | |||
+ | == Configure == | ||
+ | crontab に以下を設定 | ||
+ | <pre> | ||
+ | 4-59/5 * * * * /home/fukudat/git/sensors/bin/upload-radiation | ||
+ | </pre> |
2020年10月21日 (水) 22:09時点における版
Install
Gm-10 参照。
/etc/udev/rules.d/80-ttyUSB.rules
SUBSYSTEM=="tty",DRIVERS=="ftdi_sio",SUBSYSTEMS=="usb",SYMLINK+="gm10-1",OWNER="gm10",MODE="0660"
git repository を clone
cd ~/git git clone ssh://fukudat.net/var/git/sensors
python library を install
cd ~/git/sensors pip install -r requirements.txt
perl library を install
sudo cpan LWP LWP::protocol::https DBI DBD::mysql </pip> == Configure == crontab に以下を設定 <pre> 4-59/5 * * * * /home/fukudat/git/sensors/bin/upload-radiation