cjimti / iotwifi

Raspberry Pi (arm) wifi configuration container. Configure and control wifi connectivity with a JSON based REST api.
https://imti.co/iot-wifi/
MIT License
303 stars 124 forks source link

"post wifi credentials" ,this part can't work on openwrt with shadowsocks #22

Closed kevinkm closed 5 years ago

kevinkm commented 6 years ago

I tried several times, it can't connect my router which has shadowsocks, or has a very unstable connection, I have to say it works in few chance, but when I reboot RPI, obviously no automatically connect, if I input:

curl -w "\n" -d '{"ssid":"home-network", "psk":"mystrongpassword"}' \ -H "Content-Type: application/json" \ -X POST localhost:8080/connect

three or four times to try to connect my router, even the AP don't work.

1. 1. 1.

kevinkm commented 6 years ago

Oh ,it seems like the docker works well on openwrt without shadowsocks.