部室のRaspberryPiに入れる用の部室入退室管理アプリ.
#run as root
$git clone https://ryoctrl/RoommanagementApp.git
$cd RoommanagementApp
$npm install readline-sync
$apt-get install libpcap-dev
$npm install node-dash-button
# run as root
$nohup node index.js &
- nohupで実行するため、学籍番号とパスワードを入力できない問題
- DashButtonのタチャリングに対応する
- 動作ログと#raspberryとの同期
- リファクタリング&リストラクチャリング
- Authに用いるIDとPasswordのdummyで用意