Search found 7 matches

by Brattchess
Wed Oct 17, 2018 2:40 pm
Forum: ESP-IDF
Topic: Wifi AP configure IP Gateway
Replies: 0
Views: 2465

Wifi AP configure IP Gateway

Hello, I configure the module as Wifi AP. I would like to know how configure the IP Gateway. And if it could be possible to assign a name to the module in DNS. It could be very interesting because when the user connects to the module via web server. He only needs to put the name of the module in the...
by Brattchess
Thu Sep 20, 2018 9:12 am
Forum: ESP-IDF
Topic: Create a Web Server
Replies: 3
Views: 9123

Re: Create a Web Server

Hello,

I am starting from the example of the http_server of ESP-IDF.

But I detect that when the server sends a response always put the:
Content-Type application/json

What can I do to remove it?

Best regards,
Juan
by Brattchess
Mon Sep 10, 2018 6:20 am
Forum: ESP-IDF
Topic: The compilation is very slowly
Replies: 9
Views: 17864

Re: The compilation is very slowly

francescofcf wrote:thanks it works very well
Hello,

When I modify this parameter I had an error.
IS it possible that you must indicate to the compiler the order of the files to do the compilation?

Best regards,
Juan
by Brattchess
Thu Sep 06, 2018 6:27 am
Forum: ESP-IDF
Topic: The compilation is very slowly
Replies: 9
Views: 17864

Re: The compilation is very slowly

Hello,

I am using eclipse framework.

Best regards,
Juan
by Brattchess
Wed Sep 05, 2018 4:31 pm
Forum: ESP-IDF
Topic: The compilation is very slowly
Replies: 9
Views: 17864

The compilation is very slowly

Hello, I would like to improve the time of the compilation. It is very slowly and it makes imposible to work with ESP32. I am reading some threads about it and I think that it could be very good issue: Run the build with "make -jN" where N is a large-ish number (try double the number of CPUs in your...
by Brattchess
Thu Aug 30, 2018 3:16 pm
Forum: ESP-IDF
Topic: Create a Web Server
Replies: 3
Views: 9123

Create a Web Server

Hello,

I would like to know which is the best example for start to program a web server?
Where is possible to find it?
Thanks in advance.

Best Regards,
Juan
by Brattchess
Mon Jul 16, 2018 6:12 am
Forum: ESP-IDF
Topic: lwip/sockets.h documentation
Replies: 1
Views: 4812

lwip/sockets.h documentation

Hello, I would like to know where I could find the information of the lwip/sockets.h? I am using this function: ssize_t sizeRead = recv(clientSock, data + sizeUsed, total-sizeUsed, 0); I go to the web of esp-idf and all the info that I can find is: https://github.com/espressif/esp-idf/blob/master/co...