├── Lua_files ├── getstatus.lua ├── init.lua ├── servernode.lua └── wifi_tools.lua ├── PHP_files ├── controllerIP.txt ├── filebin │ ├── blink.lua │ ├── init.lua │ └── servernode.lua ├── index.php ├── send_Compile.php ├── send_Delfile.php ├── send_Dofile.php ├── send_File.php ├── send_Restart.php └── writeIP.php └── README.md /Lua_files/getstatus.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breagan/ESP8266_WiFi_File_Manager/HEAD/Lua_files/getstatus.lua -------------------------------------------------------------------------------- /Lua_files/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breagan/ESP8266_WiFi_File_Manager/HEAD/Lua_files/init.lua -------------------------------------------------------------------------------- /Lua_files/servernode.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breagan/ESP8266_WiFi_File_Manager/HEAD/Lua_files/servernode.lua -------------------------------------------------------------------------------- /Lua_files/wifi_tools.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breagan/ESP8266_WiFi_File_Manager/HEAD/Lua_files/wifi_tools.lua -------------------------------------------------------------------------------- /PHP_files/controllerIP.txt: -------------------------------------------------------------------------------- 1 | 192.168.11.6 -------------------------------------------------------------------------------- /PHP_files/filebin/blink.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breagan/ESP8266_WiFi_File_Manager/HEAD/PHP_files/filebin/blink.lua -------------------------------------------------------------------------------- /PHP_files/filebin/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breagan/ESP8266_WiFi_File_Manager/HEAD/PHP_files/filebin/init.lua -------------------------------------------------------------------------------- /PHP_files/filebin/servernode.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breagan/ESP8266_WiFi_File_Manager/HEAD/PHP_files/filebin/servernode.lua -------------------------------------------------------------------------------- /PHP_files/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breagan/ESP8266_WiFi_File_Manager/HEAD/PHP_files/index.php -------------------------------------------------------------------------------- /PHP_files/send_Compile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breagan/ESP8266_WiFi_File_Manager/HEAD/PHP_files/send_Compile.php -------------------------------------------------------------------------------- /PHP_files/send_Delfile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breagan/ESP8266_WiFi_File_Manager/HEAD/PHP_files/send_Delfile.php -------------------------------------------------------------------------------- /PHP_files/send_Dofile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breagan/ESP8266_WiFi_File_Manager/HEAD/PHP_files/send_Dofile.php -------------------------------------------------------------------------------- /PHP_files/send_File.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breagan/ESP8266_WiFi_File_Manager/HEAD/PHP_files/send_File.php -------------------------------------------------------------------------------- /PHP_files/send_Restart.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breagan/ESP8266_WiFi_File_Manager/HEAD/PHP_files/send_Restart.php -------------------------------------------------------------------------------- /PHP_files/writeIP.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breagan/ESP8266_WiFi_File_Manager/HEAD/PHP_files/writeIP.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breagan/ESP8266_WiFi_File_Manager/HEAD/README.md --------------------------------------------------------------------------------