Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Johnathan
/
nodemcu-httpserver
Public
forked from
marcoskirsch/nodemcu-httpserver
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 3, 2017
Merge pull request #79 from stephanMettler/master
Show description for 90cb4e4
marcoskirsch
authored
90cb4e4
View commit details
Copy full SHA for 90cb4e4
Browse repository at this point
Update httpserver.lua
Show description for 79313b0
smet
authored
79313b0
View commit details
Copy full SHA for 79313b0
Browse repository at this point
Commits on Feb 5, 2017
Restart if can't connect or connection is lost
Show description for 2dea3c9
marcoskirsch
committed
2dea3c9
View commit details
Copy full SHA for 2dea3c9
Browse repository at this point
Modify for more standard hardware Wemos D1 Pro and its relay shield.
marcoskirsch
committed
6ab6fcf
View commit details
Copy full SHA for 6ab6fcf
Browse repository at this point
Improve wording, ordering of links
marcoskirsch
committed
cc2173e
View commit details
Copy full SHA for cc2173e
Browse repository at this point
Improved logging via serial.
Show description for 2e25a63
marcoskirsch
committed
2e25a63
View commit details
Copy full SHA for 2e25a63
Browse repository at this point
Commits on Jan 28, 2017
Add simple text example
marcoskirsch
committed
6efa4ce
View commit details
Copy full SHA for 6efa4ce
Browse repository at this point
upload.html fixes
Show description for 87e1a4b
marcoskirsch
committed
87e1a4b
View commit details
Copy full SHA for 87e1a4b
Browse repository at this point
Merge pull request #76 from marcoskirsch/dev
Show description for d27251c
marcoskirsch
authored
d27251c
View commit details
Copy full SHA for d27251c
Browse repository at this point
Merge pull request #75 from marcoskirsch/master
Show description for 189e4a5
marcoskirsch
authored
189e4a5
View commit details
Copy full SHA for 189e4a5
Browse repository at this point
Merge branch 'dev' into master
marcoskirsch
authored
1a5f750
View commit details
Copy full SHA for 1a5f750
Browse repository at this point
Merge pull request #74 from ATAMAH/dev
Show description for dbeaf45
marcoskirsch
authored
dbeaf45
View commit details
Copy full SHA for dbeaf45
Browse repository at this point
Commits on Jan 23, 2017
Upload form for nodemcu-httpserver
Show description for bc3ffff
ATAMAH
committed
bc3ffff
View commit details
Copy full SHA for bc3ffff
Browse repository at this point
Commits on Jan 2, 2017
Fixed formatting, and added more info on how this stress test crashes and hints on further testing.
marcoskirsch
committed
76750ab
View commit details
Copy full SHA for 76750ab
Browse repository at this point
Change reference to number of images loaded by cars.html more ambiguous, in case that ever changes rendering this incorrect.
marcoskirsch
committed
c59af98
View commit details
Copy full SHA for c59af98
Browse repository at this point
Fix - make fileHandle and clean it up, so it plays nice with coroutines.
marcoskirsch
committed
dba1ca7
View commit details
Copy full SHA for dba1ca7
Browse repository at this point
Fix crash when WiFi connection fails.
marcoskirsch
committed
45edb29
View commit details
Copy full SHA for 45edb29
Browse repository at this point
Add file.fscfg() results to example.
marcoskirsch
committed
2165484
View commit details
Copy full SHA for 2165484
Browse repository at this point
Simplify by using file object model API
marcoskirsch
committed
2034480
View commit details
Copy full SHA for 2034480
Browse repository at this point
Commits on Dec 30, 2016
Improve documentation related to HTTP Basic Authentication.
Show description for 7aa44cd
marcoskirsch
committed
7aa44cd
View commit details
Copy full SHA for 7aa44cd
Browse repository at this point
Commits on Dec 28, 2016
Allow multiple users for basic HTTP authentication.
marcoskirsch
committed
79e345d
View commit details
Copy full SHA for 79e345d
Browse repository at this point
Commits on Dec 26, 2016
Modified to work on floating point firmware builds using changes by hazarkarabay. Fixes https://github.com/marcoskirsch/nodemcu-httpserver/issues/37
Marcos Kirsch
committed
10bcd2f
View commit details
Copy full SHA for 10bcd2f
Browse repository at this point
Changed wifi config to STATION, which I think would be most common. Reworked starting the server until after IP address is acquired. Added mdns conditonal mdns registration (thank you firmware peop…
Show description for 2167d72
Marcos Kirsch
committed
2167d72
View commit details
Copy full SHA for 2167d72
Browse repository at this point
Merge branch 'master' of https://github.com/marcoskirsch/nodemcu-httpserver
Marcos Kirsch
committed
472af17
View commit details
Copy full SHA for 472af17
Browse repository at this point
There was a typo (entra n) when sending 'Cache-Control: private, no-store' in the header. I removed the whole thing because why not let browser cache?
Marcos Kirsch
committed
856ef7a
View commit details
Copy full SHA for 856ef7a
Browse repository at this point
This is really annoying... normalize line endings to Unix (LF). Please use Unix line endings so things diff right with git.
Marcos Kirsch
committed
badbf6e
View commit details
Copy full SHA for badbf6e
Browse repository at this point
Remove print about server running from server code itself. Client can choose to do the prints from init.lua if client wants to, This seems more appropritate.
Marcos Kirsch
committed
f060295
View commit details
Copy full SHA for f060295
Browse repository at this point
Chage baud rate to 115200 which seems to be the defualt for newer nodemcu-firmware builds/
Marcos Kirsch
committed
8b46df0
View commit details
Copy full SHA for 8b46df0
Browse repository at this point
Commits on Dec 18, 2016
Merge pull request #69 from ffedoroff/patch-1
Show description for d74b26b
marcoskirsch
authored
d74b26b
View commit details
Copy full SHA for d74b26b
Browse repository at this point
Merge pull request #70 from computerlyrik/uploader-configuration
Show description for 241de79
marcoskirsch
authored
241de79
View commit details
Copy full SHA for 241de79
Browse repository at this point
Add private to Cache-Control
Marcos Kirsch
committed
1cc0d12
View commit details
Copy full SHA for 1cc0d12
Browse repository at this point
Commits on Dec 9, 2016
modularize nodemcu-command, add start_baud parameter
computerlyrik
committed
ea74a6d
View commit details
Copy full SHA for ea74a6d
Browse repository at this point
Commits on Nov 2, 2016
line shorter
Show description for 73fbf92
ffedoroff
authored
73fbf92
View commit details
Copy full SHA for 73fbf92
Browse repository at this point
Commits on May 27, 2016
Merge pull request #62 from bhollosi/dev
Show description for c2aeffc
marcoskirsch
committed
c2aeffc
View commit details
Copy full SHA for c2aeffc
Browse repository at this point
Commits on May 26, 2016
typo fix at Cache-Control header, new http response code: 500 / internal server error
bhollosi
committed
2b75289
View commit details
Copy full SHA for 2b75289
Browse repository at this point
Previous
Next
You can’t perform that action at this time.