Commit graph

  • 97ffecb172 source and destination not yet working Florian Hoss 2022-04-24 14:59:42 +0200
  • ffee834ccb first tests are working Florian Hoss 2022-04-24 14:34:56 +0200
  • 912165d9ee make it clearer to read Florian Hoss 2022-04-24 13:50:30 +0200
  • fee5aec4d1 some things where missing Florian Hoss 2022-04-24 13:29:54 +0200
  • b356054121 retrieving/storing amount on eeprom esp8266 Florian Hoss 2022-04-24 13:25:55 +0200
  • 85c41b6530 minor changes Florian Hoss 2022-04-24 12:48:01 +0200
  • e5b46fa80d change default to ESP8266 Florian Hoss 2022-04-24 12:46:25 +0200
  • 6692bb1385 real simple https on esp8266 Florian Hoss 2022-04-24 01:09:17 +0200
  • a4870fd6fd use basic auth again Florian Hoss 2022-04-24 00:41:16 +0200
  • bda65724aa rename files to be generic Florian Hoss 2022-04-24 00:23:37 +0200
  • 2cde69a34a storage on esp8266 will be next Florian Hoss 2022-04-24 00:21:42 +0200
  • 59b1a6b15f rename, move, change the lot Florian Hoss 2022-04-24 00:13:20 +0200
  • 0a7f0faa39 fix rest api Florian Hoss 2022-04-23 23:50:46 +0200
  • 17a1a5176f rewrite in progress... Florian Hoss 2022-04-23 23:36:44 +0200
  • e77ced2f0a rename types Florian Hoss 2022-04-22 22:40:01 +0200
  • bb1a67c49d move credentials into struct Florian Hoss 2022-04-22 08:46:37 +0200
  • 6a2b4df655 Update .gitignore Florian Hoss 2022-04-22 08:46:28 +0200
  • db679de8b8 minor changes Florian Hoss 2022-04-21 16:10:31 +0200
  • f176227914 Update platformio.ini Florian Hoss 2022-04-21 15:52:08 +0200
  • cb9131a2e9 include platformio readme files Florian Hoss 2022-04-21 15:46:55 +0200
  • 492d6bee0e Update .gitignore Florian Hoss 2022-04-21 15:43:16 +0200
  • c8f38a3d17 Update .gitignore Florian Hoss 2022-04-21 15:33:52 +0200
  • 7548497ac0 Delete extensions.json Florian Hoss 2022-04-21 13:33:35 +0000
  • a7540a9504 move files around Florian Hoss 2022-04-21 15:32:04 +0200
  • 4594215a23 move ignore files Florian Hoss 2022-04-21 15:31:52 +0200
  • db80be44de Merge branch '9-auth-for-api' into 'main' Florian Hoss 2022-04-21 13:16:54 +0000
  • b531b5b360 Resolve "Auth for API" Florian Hoss 2022-04-21 13:16:54 +0000
  • 6aee231a4e Merge branch 'seperate-classes' into 'main' Florian Hoss 2022-04-20 19:35:57 +0000
  • a8cd48c756 all working as intended Florian Hoss 2022-04-20 21:35:36 +0200
  • a08ea4803b using SPIFFS for cert, eeprom for the rest Florian Hoss 2022-04-20 21:17:34 +0200
  • c86be9feb4 move helper functions to types Florian Hoss 2022-04-20 19:58:15 +0200
  • 71b6fee0a6 all working as expected Florian Hoss 2022-04-20 19:54:46 +0200
  • 89886a65e3 storing and reading works Florian Hoss 2022-04-20 19:42:30 +0200
  • d457949a76 get certificate from storage Florian Hoss 2022-04-20 16:02:10 +0200
  • fe65ae4866 store cert method Florian Hoss 2022-04-20 15:53:54 +0200
  • d05ccef834 use preferences instead of eeprom Florian Hoss 2022-04-20 15:43:02 +0200
  • e5c061ff32 rename... Florian Hoss 2022-04-20 14:37:21 +0200
  • beddd88653 introduce namespace Florian Hoss 2022-04-20 13:08:12 +0200
  • 73533e5d15 cleanup classes Florian Hoss 2022-04-20 11:40:00 +0200
  • 0c7cbae18a ip needs to be c_str for console Florian Hoss 2022-04-20 11:06:17 +0200
  • d0eeab9c52 remove old imports Florian Hoss 2022-04-20 08:21:04 +0200
  • 790371a099 works with inheritance Florian Hoss 2022-04-20 08:17:55 +0200
  • b2c2a967d9 create seperate api class Florian Hoss 2022-04-20 07:58:06 +0200
  • 1a2b495ff7 changing types Florian Hoss 2022-04-19 21:35:32 +0200
  • 61966d6791 clean filenames Florian Hoss 2022-04-19 21:26:43 +0200
  • 69eaf1cead create seperate types file Florian Hoss 2022-04-19 21:15:55 +0200
  • aa725f995f only show wifi reconnection in debug log level Florian Hoss 2022-04-19 00:17:03 +0200
  • 4712b5eba2 Merge branch 'https' into 'main' Florian Hoss 2022-04-18 22:11:37 +0000
  • 7aca5ebf04 communication is encrypted Florian Hoss 2022-04-19 00:09:06 +0200
  • c155d986e2 Update .gitignore Florian Hoss 2022-04-19 00:08:14 +0200
  • 34db1a88d1 start to move to https Florian Hoss 2022-04-18 22:56:30 +0200
  • b635eb38df cleanup Florian Hoss 2022-04-18 18:45:37 +0200
  • e966638f86 Merge branch 'eeprom' into 'main' Florian Hoss 2022-04-18 16:41:12 +0000
  • 4a34439fd2 eeprom successfully implemented for firewall rules Florian Hoss 2022-04-18 18:40:23 +0200
  • 66dffbc2fc create firewall rule set on startup Florian Hoss 2022-04-18 17:55:34 +0200
  • 06b122de64 read all firewall rules stored in eeprom Florian Hoss 2022-04-18 17:46:17 +0200
  • d017f28254 rule can be written to eeprom Florian Hoss 2022-04-18 17:35:52 +0200
  • d7520c15fd store amount of rules in eeprom Florian Hoss 2022-04-18 13:11:02 +0200
  • d269eff8ee communicating with eeprom Florian Hoss 2022-04-18 11:16:01 +0200
  • ae73e2081d performance enhancement for firewall rule size Florian Hoss 2022-04-18 10:59:02 +0200
  • dff1f4f0aa delete firewall rule works Florian Hoss 2022-04-11 22:17:55 +0200
  • cd41ce6129 speed and clean code Florian Hoss 2022-04-11 21:27:27 +0200
  • f1dbc95de5 find a specific firewall rule in the linked list Florian Hoss 2022-04-11 18:40:57 +0200
  • 945f1fd3b6 get firewall rule over url parameter and regex Florian Hoss 2022-04-11 18:19:03 +0200
  • 0e1bf6a915 check for parameter Florian Hoss 2022-04-11 18:06:21 +0200
  • c33414ade1 firewall routes can be created Florian Hoss 2022-04-11 17:46:44 +0200
  • 9dfd1d06ab replace webserver with async type Florian Hoss 2022-04-11 17:02:58 +0200
  • 3b6c5e0561 add post request Florian Hoss 2022-04-11 13:49:48 +0200
  • bbea1428e5 example firewall data Florian Hoss 2022-04-11 11:50:13 +0200
  • 2cc20a1d62 add firewall rule, return all rules Florian Hoss 2022-04-11 11:47:50 +0200
  • 4d23c1039b works, needs more work Florian Hoss 2022-04-10 20:46:54 +0200
  • f94639c1a0 basic webserver Florian Hoss 2022-04-10 15:55:42 +0200
  • eb3dbcaffc basic wifi connection on arduino Florian Hoss 2022-04-10 14:38:03 +0200
  • a5e0f81930 create separate folder for arduino and espidf Florian Hoss 2022-04-10 13:26:52 +0200
  • bc3989f111 write an example secrets.h in readme Florian Hoss 2022-04-05 20:17:51 +0200
  • ef307a24f5 add source code that exists so far Florian Hoss 2022-04-05 20:05:16 +0200
  • 275c84b48f add documentation Florian Hoss 2022-04-05 20:04:11 +0200
  • c35537036b initial Florian Hoss 2022-04-05 20:00:26 +0200
  • 32942ec564 Delete README.md Florian Hoss 2022-04-05 17:56:12 +0000
  • 19018e9730 Initial commit Tobias Heer 2022-04-05 10:51:38 +0000