Commit Graph

445 Commits

Author SHA1 Message Date
anschrammh
3b03afb27e Updated the initialization of the WEBServer and the FTPServer to enable TCPKeepAlive, as well as defining teh root directories for both of them 2020-12-19 21:09:48 +01:00
anschrammh
07456cc48e Removed empty line 2020-12-19 21:05:47 +01:00
anschrammh
96e4cfa401 Replaced dependency from definition.h to utilities.h 2020-12-19 21:05:11 +01:00
anschrammh
8be389a08d Removed the dependency to definition.h as well as replacing SDCardManager class parameter to SDClass parameter 2020-12-19 21:04:11 +01:00
anschrammh
573e33ccf4 Added ViewLink structure taken from definition.h 2020-12-19 20:52:59 +01:00
anschrammh
08afbad156 Moved functions from definition to utilities 2020-12-19 20:51:34 +01:00
anschrammh
46b246c270 Added WEBServer connected client count to debug message 2020-12-19 20:49:59 +01:00
anschrammh
c108c33162 Removed the cpp part of the definition 2020-12-19 20:47:09 +01:00
anschrammh
0511435edc Updated the CFGFileParser.h to use the new utilities file 2020-12-19 20:43:45 +01:00
anschrammh
7fdb7b256e Created the utilities cpp file containing moved functions that were in the definition.h file 2020-12-19 20:40:08 +01:00
anschrammh
a67354cd84 Added a comment about why not using the strdup c function 2020-12-17 08:20:31 +01:00
anschrammh
2cf047f4ff Updated version history 2020-12-17 08:19:33 +01:00
2426a8c1dd Mise à jour de 'README.md' 2020-12-16 00:50:03 +01:00
ae32bce365 Mise à jour de 'README.md' 2020-12-16 00:46:00 +01:00
anschrammh
e1ac857088 Called the TCPKeepAlive feature 2020-12-16 00:43:57 +01:00
anschrammh
19cf9ac678 Updated a changed method name 2020-12-16 00:42:12 +01:00
anschrammh
5627ebde48 Added the new enableTCPKeepAlive method which enable the feature for all new connected client after the call (this fixes a very annoying crash) and I corrected a bug with the maxClient setting 2020-12-16 00:40:54 +01:00
anschrammh
0c622c600b Grouped common class initialization directives in one private method and enabled new TCPKeepAlive setting for WEB and FTP servers 2020-12-15 23:50:41 +01:00
anschrammh
125a02c0e6 Minor modifications 2020-12-15 23:47:35 +01:00
anschrammh
3e193233b4 Changed the file date time adjustements 2020-12-15 00:38:46 +01:00
anschrammh
5611f59575 Merge branch 'master' of http://82.64.196.164/git/Th3maz1ng/ESP8266_swiss_army_board 2020-12-15 00:15:27 +01:00
anschrammh
f57140ca91 Updated version history 2020-12-15 00:15:08 +01:00
anschrammh
89ee88530e Updated due to changes to the monthNumTo3LetterAbbreviation function's prototype 2020-12-15 00:14:38 +01:00
anschrammh
2b0698c7d0 Updated the monthNumTo3LetterAbbreviation function, it is no more needed to declare a buffer to store the 3 letters, instead a uint32_t is used 2020-12-15 00:11:48 +01:00
1b15bd4c9b Mise à jour de 'README.md' 2020-12-14 22:49:41 +01:00
anschrammh
48991fe12e Removed old sdCard test 2020-12-13 22:00:18 +01:00
anschrammh
1dfe399d56 Added new test to check the TCPServer base class stability 2020-12-13 21:52:29 +01:00
anschrammh
ea0c82d8e4 First part of the WEBServer crash fix :) not finished yet 2020-12-13 21:25:05 +01:00
anschrammh
08576e441e Corrected a grammar mistake 2020-12-13 21:23:19 +01:00
anschrammh
bcc185bf5d Added function description 2020-12-13 21:16:29 +01:00
anschrammh
7d2ceedc9a Adjusted the file date and time format 2020-12-13 21:14:19 +01:00
anschrammh
8191aa640b Added a TCPServer stress test utility developed with the SFML 2020-12-13 20:47:35 +01:00
anschrammh
e5733b88cc Added exe,o and dll files to the ignore list 2020-12-13 20:46:02 +01:00
anschrammh
e5ace8bc16 Added a new SDcard library test program 2020-12-12 15:10:26 +01:00
anschrammh
4cf3b36f8d Added a modified version of the SDFS lib : implemented the setTimeCallback() method :) it is working now 2020-12-12 15:07:01 +01:00
anschrammh
9db06f5be6 Updated the test header as well as other small things 2020-12-12 11:15:07 +01:00
anschrammh
0ead1e5600 Changed port data type from unsigned int to uint16_t as well as removed a redundant port information 2020-12-12 11:11:35 +01:00
81cab29edc Mise à jour de 'README.md' 2020-12-11 22:54:34 +01:00
4488b9c4cc Mise à jour de 'LICENSE.md' 2020-12-11 22:52:52 +01:00
857f7af8ae Mise à jour de 'license.md' 2020-12-11 22:52:26 +01:00
8275c9902b Ajouter 'license.md' 2020-12-11 22:51:58 +01:00
a345ca543b Mise à jour de 'README.md' 2020-12-11 22:44:47 +01:00
2784d6a7b9 Mise à jour de 'README.md' 2020-12-11 22:30:12 +01:00
da034a5678 Mise à jour de 'README.md' 2020-12-11 22:25:44 +01:00
bc36eae286 Mise à jour de 'README.md' 2020-12-11 20:52:15 +01:00
anschrammh
e66fd11e68 Added the EventHandler class that monitors button presses 2020-12-09 22:40:53 +01:00
anschrammh
281e07c30a Removed the old way to change the current view and added the EventHandler way to do it 2020-12-09 22:40:00 +01:00
anschrammh
e0bea5fae4 Reworked the way the rssi percentage is computed 2020-12-09 22:36:02 +01:00
anschrammh
58b8891d41 Changed max read buffer from 2500 to 2048 2020-12-08 23:25:42 +01:00
anschrammh
5076864bc2 Updated the version history file 2020-12-08 21:54:41 +01:00