Skip to content

某学校のオープンキャンパスの体験授業で使った

License

Notifications You must be signed in to change notification settings

yumekiti/Open_Close_Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

OpenCloseLogger_pico:開閉状態管理アプリ

github license npm version pypi version github languages github downloads


仕組み

system

シリアル通信で開閉状態の情報を受け取り表示しています



開発手順

バックエンドからフロントエンドを動かしているので
まずはバックエンドから開発していきましょう!



バックエンドができたら次はフロントエンド開発しよう!



最後にセンサーを反映できるようにしよう!




使い方

Docker

$ make up

Node.js

$ cd app
$ npm install
$ node ./app.js

EXE

/app で npm install を実行し .exe を同じフォルダに入れ .exe を起動するだけです。
/app に node_modules がある場合は npm install 無しで起動できます。

$ ./*.exe

Python

# packages install
$ pip install pyserial requests
$ python ./python/host/main.py



リポジトリ

https://github.com/yumekiti/Open_Close_Logger/

制作者

@yumekiti1204

License

This is MIT license.