Search found 5 matches

by Venky555
Tue Oct 22, 2024 9:12 am
Forum: General Discussion
Topic: TCP/IP application protocols usage LWIP vs ESP
Replies: 0
Views: 393

TCP/IP application protocols usage LWIP vs ESP

Hello, I'm going through the ESP-IDF, and I can find the multiple implementations for HTTP, MQTT, and MDNS, one that is coming by default with LWIP and another implementation of Espressif. Please help me understand in detail how these implementations differ feature-wise to make a decision on what co...
by Venky555
Tue Oct 15, 2024 7:39 am
Forum: General Discussion
Topic: Webserver using ESP32
Replies: 3
Views: 1078

Re: Webserver using ESP32

How can I use libwebsockets with ESP32?
by Venky555
Mon Oct 14, 2024 5:29 am
Forum: General Discussion
Topic: Webserver using ESP32
Replies: 3
Views: 1078

Webserver using ESP32

Hi, I am using ESP32 dev kit 1. I want to run with WiFi and should work as webserver. I'm not able to find the webserver example in ESP-IDF. How can I use the webserver functionality? Upon searching I found libwebsockets is integrated with ESP32 and supports webserver. How do I integrate and use it ...
by Venky555
Wed Feb 08, 2023 8:44 am
Forum: General Discussion
Topic: Espressif IDE taking too long to build
Replies: 4
Views: 2849

Re: Espressif IDE taking too long to build

An hour does seem excessive. What kind of PC and OS are you using? The first time building a project it does have to build a whole bunch of standard ESP-IDF components, but that shouldn't take an hour. Do you have any other build environments that are comparable and are they much faster? On my feeb...
by Venky555
Mon Feb 06, 2023 6:24 am
Forum: General Discussion
Topic: Espressif IDE taking too long to build
Replies: 4
Views: 2849

Espressif IDE taking too long to build

I am trying to build the default project provided in IDF on my windows laptop. Building the project is taking too long >1hr. Please help me with any possible solution to reduce this time or any configuration changes or tools to be installed.