loansindi / ps1rfid

Golang RFID authentication for ps1auth
GNU General Public License v3.0
13 stars 11 forks source link

Caching of found keys #1

Closed loansindi closed 8 years ago

loansindi commented 9 years ago

If the network goes down, it would be nice to be able to get into the building.

Maybe use a slice to store each valid key and check that slice if network communications fail.

loansindi commented 8 years ago

solved by #21. Closing.