https://github.com/zekesnider/bathroomdoorstate
Server application and Raspberry Pi client that manages state of a bathroom door.
https://github.com/zekesnider/bathroomdoorstate
expressjs nodejs python raspberry-pi
Last synced: about 2 months ago
JSON representation
Server application and Raspberry Pi client that manages state of a bathroom door.
- Host: GitHub
- URL: https://github.com/zekesnider/bathroomdoorstate
- Owner: ZekeSnider
- License: mit
- Created: 2017-12-07T21:55:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T07:50:16.000Z (over 8 years ago)
- Last Synced: 2025-01-12T22:41:05.094Z (over 1 year ago)
- Topics: expressjs, nodejs, python, raspberry-pi
- Language: Python
- Homepage:
- Size: 228 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BathroomDoorState
This is an application which manages the state of a bathroom door. There is a server application which manages a REST/WebSocket API, and a frontend web interface. The client application runs on a Raspberry Pi and uses NFC to determine whether the bathroom door is locked or unlocked. It uses the REST API to update the server's state in real time.