cyklokoalicia / OpenSourceBikeShare

The world's first low-cost and open source bike sharing system. (new version in development, use working "breakthrough" release instead!)
http://opensourcebikeshare.com/
GNU General Public License v3.0
169 stars 71 forks source link

Move 4 digit code logic to connector #108

Open nekromoff opened 8 years ago

nekromoff commented 8 years ago

4 digit code logic should be separated in its own Controller (if it's not already) to allow for external open/lock cases such as external API (automatic locks/card authentication etc.) to be allowed to be controlled by OSBS.

It should be done in similar way as the SMS bridges that can allow multiple gateways with different logic to be contacted by OSBS.