MakerPass is an upcoming iOS/Android app for managing access to machines in makerspaces. It is a successor of the Tulane Makerspace Card Reader System built for any makerspace.
Now available on the Apple App Store! Android coming soon (check releases)!
This repository contains the app-side code for the MakerPass system. MakerPass is built to be self-hosted, with the app connecting to makerspace servers directly.
MakerPass additionally hosts a MQTT server for communication with wifi relays. The primary purpose of MakerPass is to only allow certain user's access to certain tools. At the Tulane Makerspace, users must be trained on each tool, and with MakerPass, they are able to turn on the power to their authorized machines.
MakerPass also allows for keeping track of maintenance through TagOuts.
Copyright (C) 2024 Bennett Hermanoff
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
