ArduinoMongoose
ArduinoMongoose copied to clipboard
A wrapper for Mongoose to help build into Arduino framework
Have been troubleshooting ssl connections with MongooseHttpClient. In there, the "send" function does the following to get the default options: Mongoose.getDefaultOpts(&opts); However, the getDefaultOpts has a second "secure" parameter which...
My env: ``` - ESP32 with PSRam - [email protected] - platformio - Testing repo: https://git.quark-i.com/public/esp32ArduinoMongoose - Purpose: Serve static files from LittleFs for a Web ``` I am thinking in...
Move the code from https://github.com/OpenEVSE/ESP32_WiFi_V3.x/ for embeding/serving static content embedded into the firmware. Maybe also consider alternative methods, eg https://github.com/Aircoookie/WLED
I'm using release 20 on platform IO and trying to build the simple web server (https version) and the compile stage works fine but I get linking errors as follows...
If I set up multiple methods on the same endpoint, only the last will be executed, despite if I call the endpoint with a POST or GET ``` server.on("/tst$", HTTP_GET,...
How can I setup a UDP Server/Client?
Hi, I was looking for cellular connectivity in addition to Wifi and ETH, smt. like TinyGSM can support quite a lot of modems. Any suggestions where to start?
I'm not sure if this is actually a problem, but wanted to make a note to look at this before finishing up with the Mongoose 7.7 upgrade. In the static...
- [ ] LittleFS - [ ] SPIFFS - [ ] SD Card - [ ] Others??? Probably depends on #14