jeff-winn / nemesis-mod

Just a little project to mod a Nerf blaster with Arduino compatible hardware and Bluetooth support.
MIT License
1 stars 0 forks source link

Need means of authenticating the operator #16

Closed jeff-winn closed 5 years ago

jeff-winn commented 5 years ago

Currently the authentication lock is disabled but in order to enable speeds higher than the default the operator must have a means of authenticating themselves.

Possibilities:

jeff-winn commented 5 years ago

This issue will be solved using the Bluetooth and connected application route using an authenticate command.

See #28 for more information.

jeff-winn commented 5 years ago

This item will need issue #25 completed to ensure the data passed along during authentication is validated against data stored on the device.