Marcos
7cdbe0ffd0
Move init.lua code into 3 smaller files. Consolidate server configuration. ( #94 )
...
* Move server initialization out of init.lua and into new httpserver-init.lua
* Use wildcard for finding server files to upload.
* Break init.lua up into 3 files. Move all configuration to httpserver.conf.
New files are:
* httpserver-compile.lua
* httpserver-wifi.lua
* httpserver-init.lua
2017-07-01 22:01:45 -05:00
Marcos Kirsch
472af17b18
Merge branch 'master' of https://github.com/marcoskirsch/nodemcu-httpserver
2016-12-26 13:49:04 -06:00
Marcos Kirsch
8b46df0f75
Chage baud rate to 115200 which seems to be the defualt for newer nodemcu-firmware builds/
2016-12-26 13:41:06 -06:00
Christian Fischer
ea74a6de7d
modularize nodemcu-command, add start_baud parameter
2016-12-09 17:54:31 +01:00
Marcos Kirsch
e7db3dce7d
Moved BufferedConnection into its own file.
2016-02-16 22:45:14 -06:00
Marcos Kirsch
33b94ec5d5
Modified Makefile so that the nodemcu-uploader script no longer needs to be executable
2016-02-15 13:08:59 -06:00
Marcos Kirsch
c693c7f90f
Update for renamed file
2015-07-19 13:32:20 -05:00
Marcos Kirsch
820437a98a
Was missing b64.lua
2015-07-19 12:21:12 -05:00
Samuel A. Dieck
be63ee0093
Added basic auth. Added static settings file
2015-07-18 23:17:14 -05:00
Marcos Kirsch
ead632d131
Refactoring - function for sending headers is now in its own file. All errors are sent using coroutine. Some other memory usage improvements
2015-04-19 23:42:58 -05:00
Marcos Kirsch
3125f997f7
Changed upload to upload_all which is more clear. You can now use make upload to upload a specific file
2015-04-18 23:13:04 -05:00
Artem Pastukhov
a51a4d929b
Fixes, fixes
2015-04-02 16:57:26 +03:00
Artem Pastukhov
da17c3b346
Merge branch 'master' of https://github.com/pastukhov/nodemcu-httpserver
...
Conflicts:
Makefile
http/node_info.lua
httpserver-static.lua
2015-04-02 16:02:39 +03:00
Artem Pastukhov
92a44592d5
Fix end of line
2015-04-01 08:57:18 +03:00
Artem Pastukhov
71058e6b44
Fix some typos
...
Add ability to start httpserver with wifi.ap mode
Add http/updateaplist.lua that create http/aplist.json with list of access points
2015-03-31 09:53:24 +03:00