67 Commits

Author SHA1 Message Date
Luc
41018db174 Delete Thumbs.db 2015-06-13 18:51:18 +08:00
Luc
ac52b330d4 Update README.md 2015-06-12 13:50:09 +08:00
Luc
8a02fd5bd2 Add backbone to send command from web UI
Implement Emmergency Stop Command on web UI
2015-06-11 09:35:40 +08:00
Luc
b1796e9107 Add Support for Error/Info/Status message
allows to store and display : the 10 last error messages , the last info
messages, and the 10 last status changes
2015-06-10 22:03:18 +08:00
Luc
690792bc8d Update UI for printer status
add online/busy/offline blink led
2015-06-10 08:08:00 +08:00
Luc
c5f44d6fec Update README.md 2015-06-08 21:42:47 +08:00
luc
e3af88087f Update readme 2015-06-08 21:41:20 +08:00
Luc
b981ffa4d6 Add support for basic front end
Show :temperatures, positions, speed and flow
Fix display bug in navigation bar
2015-06-08 21:30:20 +08:00
Luc
1046cd2201 Add backbone for command interpretation
no filtering, command pass from SERIAL to TCP, and TCP to SERIAL, but
are also stored to check if there is a [ESPXXX]<param>\n where XXX are
command number and <param> is a sequence of parameters ended by a \n
2015-06-08 21:30:19 +08:00
Luc
987fa66538 Update README.md 2015-06-05 14:44:46 +08:00
luc
abcc974286 Allows any char but space in SSID
as only digit and alpha is too restrictive
2015-06-05 09:38:41 +08:00
luc
e87497726a change int to long for baud
both are 4 bytes size but long is more adapted
2015-06-05 09:34:00 +08:00
luc
aaf4ce699f Fix display issue for IP / GW /MSK when press apply 2015-06-05 09:14:04 +08:00
Luc
ef635e9e94 Update README.md 2015-06-03 21:05:58 +08:00
Luc
4d39a454c1 Update README.md 2015-06-03 21:05:28 +08:00
Luc
026fba1b3e Allow to change web port and data ports
System configuration web page allows to change web port and data port
2015-06-03 20:44:21 +08:00
luc
9a88756b20 Add bridge support based on WifiTelnetToSerial
Remove useless datainterface files
2015-06-03 15:53:20 +08:00
Luc
72b4d5df71 Update README.md 2015-06-03 13:55:38 +08:00
Luc
57ffa9cf99 Update readme
missing update
2015-06-03 13:50:39 +08:00
Luc
dc57397ba0 Update readme
Update readme with latest screenshots an status
2015-06-03 13:45:44 +08:00
Luc
44a6a05331 Add some screenshot of webUI
show Default page, system config, AP config and Station config
2015-06-03 13:27:26 +08:00
Luc
f3be797f6a Change RSSI to Signal strength in percent
and fix typo
2015-06-03 13:24:05 +08:00
luc
303181923b Remove buffer function before sending data
as now there is already a function doing this by default, so remove all
related function and only use a string buffer by function.
remove PHY_MODE selection from system configuration as it is in STA and
AP configuration, add N selection available in STA configuration
2015-06-03 11:00:03 +08:00
Luc
4e88dd5839 Add page to configure Station mode
Add page to configure Station mode
2015-06-01 22:34:53 +08:00
luc
9aaa045347 Add page to configure Access Point
Fix wrong size for SSID/password
Add minimum size for easy change
Workaround missing strncpy_P missig issue
2015-05-29 20:35:08 +08:00
luc
f48e419e0f Use PROGMEM and F() properly
Add function to be able to access to strings stored with PROGMEM, it
save 4k memory vs no usage of PROGMEM
2015-05-27 17:08:47 +08:00
luc
0c37d73db8 System Settings PHY mode and Sleep mode
These settings can now be modified
2015-05-18 23:43:15 +08:00
luc
3cb636f416 Backbone for saving settings
Save Baud Rate is first setting to be changed to test the logic
2015-05-18 21:45:56 +08:00
luc
14a959c810 Use Const char for 404 strings
Use Const char for 404 strings
2015-05-18 13:42:10 +08:00
luc
0bf70cc79c Add 404 basic management
Draft page if not URL is not found
Change first Configuration link to be system, later will add
Configuration AP and Configuration Station
2015-05-14 22:13:26 +08:00
luc
70919d0dbd Missing Sleep mode setting at start
Missing Sleep mode setting at start
2015-05-14 15:07:14 +08:00
luc
cd96d84a1c Remove unwished files
Remove unwished files
2015-05-14 14:53:24 +08:00
luc
e3346805ae Missing file from previous commit
Missing file from previous commit
2015-05-14 14:52:18 +08:00
luc
a1b7cbc84e Add functions to manage large files
That allow page bigger than 2500 octets to be displayed by splitting
automaticaly
Add table tags for easy management
2015-05-14 13:59:09 +08:00
luc
364e37f5ba Update EEPROM content for new settings
Modify EEPROM content to reflect the possible settings
Add a buffer format function to query/write EEPROM instead of always
using string function to save space.
Update Reset/Print Configuration with new settings
Code Cleaning
Some settings stay default as no real add value currently to allow to
change them
2015-05-13 21:58:26 +08:00
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