https://github.com/systemengineeringteam/geekcamp-2022-vol3
人の入り見れる蔵は、スマートフォンから送られてくるビーコン情報をRaspberry Piで受信し、部屋の入退室管理を行うものです。
https://github.com/systemengineeringteam/geekcamp-2022-vol3
firebase kotlin-android nextjs python3 typescript
Last synced: over 1 year ago
JSON representation
人の入り見れる蔵は、スマートフォンから送られてくるビーコン情報をRaspberry Piで受信し、部屋の入退室管理を行うものです。
- Host: GitHub
- URL: https://github.com/systemengineeringteam/geekcamp-2022-vol3
- Owner: SystemEngineeringTeam
- License: other
- Created: 2022-05-27T09:29:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T00:14:38.000Z (over 2 years ago)
- Last Synced: 2024-05-28T23:47:50.062Z (about 2 years ago)
- Topics: firebase, kotlin-android, nextjs, python3, typescript
- Language: Kotlin
- Homepage: http://opc3.qqey.net
- Size: 486 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 人の入り見れる蔵(hito no iri mi reru zou)

## Introduction
このシステムは、スマートフォンから送られてくるビーコン情報をRaspberry Piで受信し、部屋の入退室管理を行うものです。
また、現在誰が部屋にいるのか、Web上で確認することができます。
## Environment
| Tool | Version |
| ------- | -------- |
| Python | 3.10.5 |
| Kotlin | 1.6.21 |
| Node.js | 16.15.0 |
## Usage
### requirements
``` pip install -r requirements.txt ```
### raspberrypi
#### send_beacon
``` cd Ibeacon/bluez-beacon ```
```sudo ./ibeacon 200 ba4d8ef751a3110ca55dbca1afbba494 56562 1 -29```
#### receiving_beacon
``` cd Backend/beacon_send ```
``` python3 beacon.py ```
### Backend
```cd Backend```
``` python3 firebase.py ```
## YouTube
https://youtu.be/aXrKhL0umm0?si=0yWlDZsZpFt5BRA2
## Blueprint

## Slide
https://docs.google.com/presentation/d/1HPZSVCowMsqZpYC6BxLSLmziRzbQEojV/edit?usp=sharing&ouid=103737357734306374267&rtpof=true&sd=true
## Contributing
プルリクエストは歓迎します。大きな変更については、まず課題を作成して、変更したい内容を議論してください。
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[](https://github.com/MakeNowJust/sushi-ware)