luc
e73b2e372d
Remove APConfig Function
...
SoftAPConfig is now part of the esp8266 functions so no need to
duplicate
2015-05-13 13:07:20 +08:00
Luc
027e8d5e7b
Merge pull request #6 from gitter-badger/gitter-badge
...
Add a Gitter chat badge to README.md
2015-04-30 21:19:59 +08:00
The Gitter Badger
9f68d6804b
Added Gitter badge
2015-04-30 13:16:19 +00:00
Luc
d45e639305
Update README.md
2015-04-22 17:04:02 +08:00
luc lebosse
571463f4f6
Screen for Information Page
...
Screen for Information Page
2015-04-22 17:00:50 +08:00
luc lebosse
557c4da77e
Add AP information in web page
...
Including connected clients
2015-04-22 17:00:32 +08:00
luc lebosse
6321175d06
Fix IP String Size in EEPROM
...
Fix IP String Size in EEPROM
2015-04-22 16:59:15 +08:00
luc lebosse
700cc71ffb
Memory optimization and Client Status Info
...
Diisplay all System information and Client Information
AP information to be done
2015-04-21 22:10:24 +08:00
luc lebosse
2f1ee7abc9
Page Information and Page Configuration sample
...
backbone for Information page and configuration page
2015-04-21 11:20:59 +08:00
luc lebosse
29339aee3c
Add Compilation Condition for mDNS
...
Add Compilation Condition for mDNS as not mandatory
2015-04-21 11:19:29 +08:00
luc lebosse
d90932a7cb
Add mDNS feature in main loop
...
Add mDNS feature in main loop
2015-04-21 10:40:39 +08:00
luc lebosse
f2d80d6017
Add mDNS feature
...
Add mDNS feature
2015-04-21 10:39:04 +08:00
luc lebosse
7bd428b47a
Revert "Add mDNS feature"
...
This reverts commit a024329c9b3dce02ae109b1b116572d84d7a8780.
2015-04-21 10:37:38 +08:00
luc lebosse
a024329c9b
Add mDNS feature
...
Add mDNS feature for easy access
2015-04-21 10:37:10 +08:00
luc lebosse
95ffb53b3e
Move FW version anf Git link to config.h
...
Move FW version anf Git link to config.h
2015-04-20 20:37:49 +08:00
luc lebosse
b71cab9830
Add new helper to convert IP to str
...
Add new helper to convert IP to str
2015-04-20 20:35:58 +08:00
luc lebosse
3db280e18e
Previous file was not take in account
...
Previous file was not take in account
2015-04-20 11:34:23 +08:00
luc lebosse
f05a9930f0
Add some function to wifi class
...
Some functions are missing but can be added in ESP8266WiFiClass, but to
avoid to update main class, at each release as it is not implemented -
move them to wifi class
2015-04-20 11:30:37 +08:00
luc lebosse
6365055734
Move page Handle definition to class constructor
...
to avoid to setup handle function for web requests in main setup -
define handles function in class creator
2015-04-18 19:59:22 +08:00
luc lebosse
c74d8235dd
Remove Bridge/front end split
...
as can listen 2 ports can do both together no need to split - so remove
settings and pin
2015-04-18 19:09:32 +08:00
Luc
3d4cf9a065
Update README.md
...
missng space to emulate LF
2015-04-17 23:16:14 +08:00
Luc
ef9e42ceb1
Update Web/Data interface as now 2 port can be listened
...
Web config/front end use port 80
Data interface use port 8888
2015-04-17 23:14:45 +08:00
luc lebosse
5b9f3835b9
Add backbone for Web interface and Data Interface
...
Web Server listen on port 80
Data Bridge listen on port 8888 may need to allow configuration of this
port in settings - TBD
2015-04-17 23:02:28 +08:00
luc lebosse
f53b968690
Add Include to access SDK function directly
...
Some function like the one to know the current mode are not in ESPWifi
class but directly available from SDK
2015-04-17 21:21:08 +08:00
luc lebosse
11516bedd0
Merge branch 'master' of https://github.com/luc-github/ESP8266
2015-04-17 17:13:53 +08:00
luc lebosse
766c7cd21c
Add missing function to change AP IP
...
need to update ESP8266 files also - I pushed my code to ESP8266 github
already to see if they implement it - or not
2015-04-17 17:13:40 +08:00
Luc
3a28972d12
Update README.md
...
Update plan for MAC address
2015-04-17 10:11:57 +08:00
Luc
21245ad009
Update README.md
...
Add some planned feature
2015-04-17 09:27:15 +08:00
luc lebosse
01e1bcb727
First Code Commit
...
Basic Setting Function Save/Read from EEPROM
Connection to wifi according settings in EEPROM
Recovery Mode using GPIO2 just after module start to reset settings
2015-04-16 22:03:37 +08:00
Luc
663f4a7c00
Update README.md
...
typo issue
2015-04-16 21:57:42 +08:00
Luc
03164cc061
Update README.md
2015-04-16 21:56:49 +08:00
Luc
46cdebc7b1
Create README.md
2015-04-16 21:51:14 +08:00