adapiekarska / centralized-lock-system

0 stars 0 forks source link

Find a way to allow simple WiFi configuration #14

Open adapiekarska opened 4 years ago

adapiekarska commented 4 years ago

One way would be to use some pre-existing library like this one. The issue may lay in the licence.

Another way would be to implement similar functionality from scratch (but it may take some time).

Furhter investigation is needed.

adapiekarska commented 4 years ago

SmartConfig could be an option too. Needs investigating.

adapiekarska commented 4 years ago

There is also something called blufi - example code here. It uses bluetooth to provision WiFi.

Documentation (API reference) can be found here and here.

Blufi for Android documentation