Commit Graph

317 Commits

Author SHA1 Message Date
anschrammh
e9625b909c Implemented the post data parser (only for application/x-www-form-urlencoded), replaced strcpy with memmove, put string that was in ram to flash + other optimizations 2019-11-17 19:25:36 +01:00
anschrammh
28ad4c0342 Added a new method in order to update the value of a parameter 2019-11-17 13:57:01 +01:00
b1f137abf5 Mettre à jour 'README.md' 2019-11-17 11:12:02 +01:00
anschrammh
5de3553fc9 Minor css changes 2019-11-17 11:07:27 +01:00
anschrammh
5b44ee1441 Updated the wifi signal strength representation, added the time set functionality and other small improvement 2019-11-17 11:06:51 +01:00
anschrammh
3db344aa00 Updated the index.htm file, displayed the DS3231 temperature reading and added the time set functionality 2019-11-17 11:04:04 +01:00
anschrammh
efadce0b41 Added a new getUpTime() method which returns the board running time 2019-11-17 11:02:21 +01:00
anschrammh
cd46e089f1 Changed strcpy to memmove to handle memory overlaps 2019-11-17 10:59:59 +01:00
anschrammh
c19c15dd07 Added a new range attribut in order to handle the http bytes-range command (to be done) 2019-11-17 10:58:43 +01:00
anschrammh
4ee100d16b Minor changes 2019-11-17 10:50:49 +01:00
anschrammh
aa544d307e Corrected some code and improved logic 2019-11-17 10:47:10 +01:00
anschrammh
df1816ca44 Moved the connectivity defines where they belong to (ConnectivityManager.h) 2019-11-17 10:45:00 +01:00
anschrammh
33661ec97e Added the current board run time in the serial monitor 2019-11-17 10:43:47 +01:00
anschrammh
81dcd390e0 Updated flash string definition in order to save RAM (changed F() to PSTR()) 2019-11-17 09:42:53 +01:00
anschrammh
202aa27d9b Added login and password parameters in the server config file for the FTP server 2019-11-17 09:40:23 +01:00
anschrammh
fc434c1292 Removed an old include that wasn't necessary anymore 2019-11-17 09:37:34 +01:00
4834d41580 Mettre à jour 'README.md' 2019-11-16 17:17:57 +01:00
2863945e19 Mettre à jour 'README.md' 2019-11-16 17:16:09 +01:00
anschrammh
66fdc24a3e Added new view 2019-10-31 21:51:23 +01:00
anschrammh
5a75603f6e Updated the version history 2019-10-31 21:50:55 +01:00
anschrammh
e699b89faf Added a new view to display rtc info and renamed a few old views for clarity 2019-10-31 21:47:43 +01:00
anschrammh
36f87a27a8 Added a method to get temperature of the module 2019-10-31 21:45:45 +01:00
anschrammh
34769ac251 Added new getTemperature method in order to read the internal temp of the DS3231 RTC chip 2019-10-31 21:44:21 +01:00
anschrammh
28103022cd Added checks to see if the client is logged in or not and other improvements in order to increase responsiveness 2019-10-31 21:39:04 +01:00
anschrammh
f7fc5abad5 Improved the FTPClient class by adding better verification to buffers 2019-10-31 21:26:02 +01:00
anschrammh
4a1fc5b712 Merge branch 'master' of http://88.167.116.148/git/Th3maz1ng/ESP8266_swiss_army_board 2019-10-30 00:07:24 +01:00
bf806c0347 Mettre à jour 'README.md' 2019-10-30 00:06:38 +01:00
anschrammh
163c15ef68 Changes related to previous changes... 2019-10-20 18:17:00 +02:00
anschrammh
9660d38dac Added three new methods, one to enable or disable the screen, one to reload the config on the fly, and one to init the object 2019-10-20 18:16:27 +02:00
anschrammh
35596c1296 Added two new methods to be able to reload wifi connectivity config while the card is running 2019-10-20 18:13:29 +02:00
anschrammh
cd41b61197 Added and defined two new config files (one for the screen and one for the servers) 2019-10-20 18:08:57 +02:00
anschrammh
d06b1e49d9 Added new api endpoint to reload and apply screen config from sd card 2019-10-20 18:05:06 +02:00
anschrammh
882e97dfcd Small change 2019-10-19 15:37:14 +02:00
anschrammh
d615845a26 Removed old SD lib 2019-10-19 15:36:59 +02:00
anschrammh
7ed9eb6868 Updated Serial baud rate going from 115200 to 500000 and updating SDCardManager initialization 2019-10-19 15:36:32 +02:00
anschrammh
34ffc920a1 Improving FTPserver again and again, added the rename function, code refactoring, what is missing is verifying if the client is logged in before commands - will be added soon 2019-10-19 15:34:27 +02:00
anschrammh
49b16c1b17 Updated sdMount and sdUnmout calls to use the new SDCardManager methods 2019-10-19 15:31:32 +02:00
anschrammh
849150ac1f Changed underlaying SD card library allowing other file format than 8.3 2019-10-19 15:29:49 +02:00
anschrammh
6da0671121 Modified SDCardManager : added new methods and changed constructor 2019-10-19 15:27:51 +02:00
anschrammh
b272ab0f22 Changed sdcard library driver, now using the one for the esp8266 which is mush better, also note that the WEBServerManager will be removed in a near future 2019-10-18 01:06:59 +02:00
anschrammh
0c152a7dc5 Completely removed header files for the old config files 2019-10-18 01:05:36 +02:00
anschrammh
6be6c7256d Removed ScreenConfig, SDCardConfig and PinMapping. They are now replaced by a single object : BoardConfig 2019-10-17 21:38:28 +02:00
anschrammh
bd3d17c5c2 Minor updates 2019-10-16 19:27:43 +02:00
anschrammh
d41cebfee6 Removed useless file close statement 2019-10-16 19:21:53 +02:00
anschrammh
7d60a8d9d0 FTPServer implemented, small bugs to fix... 2019-10-16 19:19:57 +02:00
anschrammh
f0398b717b Added lastIndexOf helper function 2019-10-14 23:01:27 +02:00
anschrammh
ef0ab58add Minor bug correction 2019-10-14 22:59:31 +02:00
anschrammh
99e0f7d82c Added the FTPServer and improved functionalities (not done yet) 2019-10-14 22:58:15 +02:00
anschrammh
c777e23a52 Updated TCPServer and WEBServer core logic 2019-10-13 16:43:54 +02:00
anschrammh
1450a8c0e5 Continuing to implement the FTPServer 2019-10-13 16:42:34 +02:00