Skip to content

phelipealves/CreateAPServer

 
 

Repository files navigation

SOFTWAY4IoT-CreateAPServer

Using Flask to make a REST API via socket which creates an access point (AP) Wi-Fi.

Dependencies

$ apt install python-dev
$ apt install hostapd
$ apt install iproute2
$ apt install iw
$ apt install haveged (optional)

Install create_ap tool

git clone https://github.com/sw4iot/create_ap.git
cd create_ap
make install

Install CreateAPServer tool

git clone https://github.com/LABORA-INF-UFG/SOFTWAY4IoT-CreateAPServer.git CreateAPServer
cd CreateAPServer
make install

Obs.: try running the following before starting create_ap:

nmcli r wifi off
rfkill unblock wlan

About

The service that creates Wi-Fi Access Points using create_ap

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 90.3%
  • Makefile 9.7%