The Member Dashboard allows us to register members for use with HackRVA's RFID system. It will track whether they are active by pulling their subscription status from our payment provider.
- The server pulls payment information from paypal (and stores in the db) so we can tell who is currently an active member
- The server will maintain access lists and periodically push those access lists to the RFID Readers on the network
- The RFID reader stores its access list locally so it's not dependant on the network when someone wants to access the space
# install frontend deps
make deps-frontend
makenote that this doesn't setup the mqtt server and it doesn't communicate with any mqtt devices
Documentation can be found here