makeitlabs / ratt

RATT (RFID All The Things) is an RFID access control system primarily for use on tools and equipment in makerspace environments. Based on Raspberry Pi Zero W and a custom hardware control board.
23 stars 4 forks source link

Listen for ratt/control/tool/... messages #10

Open bkgoodman opened 5 years ago

bkgoodman commented 5 years ago

RATT listens for ratt/control/node/{mac} messages - but these should be for "node" specific events.

For "tool"-specific events, it should additionally listen for ratt/control/tool/{toolid}.

This will help it support MTPN (Multiple tool per node)

ALSO when this is done and deployed, we need to change backend to broadcast these messages. (This will allow proper backend support for MTPN)