anschrammh
|
af25f55089
|
Updated getHTTPHeader function (increased mime type size)
|
2019-12-28 14:09:51 +01:00 |
|
anschrammh
|
d0349ea26e
|
Renamed former HtmlClient to HttpClient and implemented the methods
|
2019-12-28 14:07:40 +01:00 |
|
anschrammh
|
ea60399ea3
|
Added new helper functions
|
2019-12-28 14:04:50 +01:00 |
|
anschrammh
|
2d73921bc7
|
Minor modifications
|
2019-12-27 10:50:32 +01:00 |
|
anschrammh
|
7b80f7a95c
|
Minor changes to the Dictionary class
|
2019-12-27 10:48:47 +01:00 |
|
anschrammh
|
9148e61911
|
Created new HttpConstants class
|
2019-12-27 10:47:34 +01:00 |
|
anschrammh
|
2cca10ec5a
|
Removed http specific enums, which are now part of the HttpConstants class
|
2019-12-27 10:47:02 +01:00 |
|
anschrammh
|
c29d4edbd7
|
Renamed HtmlClient to HttpClient
|
2019-12-27 10:45:52 +01:00 |
|
|
635273589f
|
Started to define class methods
|
2019-12-25 21:07:53 +01:00 |
|
|
1eaa1c1361
|
Added a new state to the state machine for consistency
|
2019-12-25 21:07:11 +01:00 |
|
|
82db9489f7
|
Added a debug statement
|
2019-12-25 21:06:12 +01:00 |
|
|
fafbcc36cf
|
Minor fix because of an issue introduced by the new esp8266 core release
|
2019-12-25 21:03:21 +01:00 |
|
anschrammh
|
078b93cb63
|
Merge branch 'master' of http://82.64.196.164/git/Th3maz1ng/ESP8266_swiss_army_board
|
2019-12-21 15:03:57 +01:00 |
|
anschrammh
|
d91f394416
|
Created new empty class which will be used to do Html queries
|
2019-12-21 14:59:48 +01:00 |
|
anschrammh
|
c235f7936e
|
Corrected header guards
|
2019-12-21 14:58:55 +01:00 |
|
|
4b0a903922
|
Mettre à jour 'README.md'
|
2019-12-21 14:43:42 +01:00 |
|
|
75175be3d8
|
Mettre à jour 'README.md'
|
2019-11-21 19:46:18 +01:00 |
|
anschrammh
|
88b8b757b2
|
Registered the new api endpoint
|
2019-11-18 11:45:08 +01:00 |
|
anschrammh
|
ff3d999449
|
Updated the version history
|
2019-11-18 10:57:54 +01:00 |
|
anschrammh
|
6ac860861d
|
Added an api endpoint to adjust CPU frequency and used the new injectApiHeader for testing purposes
|
2019-11-18 10:55:41 +01:00 |
|
anschrammh
|
1db65be493
|
Added the setCpuFreq() method to change the cpu clock at run time
|
2019-11-17 20:32:08 +01:00 |
|
anschrammh
|
e7cf2fa020
|
Added a handy way to retrieve the configuration of a config file without having to instantiate a parser - but I do not like it - might be removed in the future
|
2019-11-17 19:31:06 +01:00 |
|
anschrammh
|
ef2f986581
|
Updated the code, the save feature needs to be tested carefully before using it
|
2019-11-17 19:28:50 +01:00 |
|
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 |
|