JustWifi is a WIFI Manager library for the Arduino Core for ESP8266. The goal of the library is to manage ONLY the WIFI connection (no webserver, no mDNS,...) from code and in a reliable and flexible way.
There are other WIFI managers available. SO how does JustWifi compare to them:
The table below summarizes the main differences between WiFiManager, WifiMulti and JustWifi:
WiFiManager | JustWifi | WifiMulti | |
---|---|---|---|
AP fallback | YES | YES | NO |
AP+STA mode | NO | YES | NO |
Configuration portal | YES | NO | NO |
Configure networks from code | NO | YES | YES |
Custom parameters | YES | NO | NO |
Persist confguration | YES | NO | NO |
Allow multiple networks | NO | YES | YES |
Check the signal strength | YES* | YES | YES |
Support static IPs | YES | YES | NO |
The main features of the JustWifi library are:
TODO