bodgery / bodgery-member-api

1 stars 1 forks source link

Create RFID Database Dump #29

Closed frezik closed 5 years ago

frezik commented 5 years ago

The current RFID system dumps a database in Seral format so the doorbots can work off a local cache on a ramdisk. There doesn't seem to be a Seral writing library for JavaScript, so we'll need to migrate this to something else.

Find a format that can dump a listing of all the active RFID keys. Implement that as a new call. Migrate the doorbot to use the new database format.