B4R Library [module] rHttpUtils2 - Http Client - Erel    Feb 23, 2021   (11 reactions) The HttpJob module implements an http client. It is a simplified version of B4X HttpUtils2.
Example:
Sub Process_Globals
Public Serial1 As Serial
Private wifi As ESP8266WiFi
End Sub
Private Sub AppStart
Serial1.Initialize(115200)
Log("AppStart")
If wifi.Connect("dlink") Then
L B4R Question HttpJob Anwers - Erel (first post)    Nov 20, 2018 rHttpUtils2 collects the response until the connection breaks. Disable other tasks that can interrupt the connection. B4R Question rHttpUtils2 uses the LOG automatically - Gerardo Tenreiro (first post)    Sep 09, 2024 Thanks Erel, now the log stops showing up but I have another very strange problem, I use this test code to send some parameters to a server and on the seventh send the ESP32 panics.
I leave you the code to which it has to put the credentials of the wifi network and the rest would be operational,
Yo B4R Question Problems with rHttpUtils2 when integrating into the final project - Erel (first post)    Sep 17, 2024   (1 reaction) You can use the source code instead of the library and change the two occurrences of Main in HttpJob module to whichever module you like.
Another option is to delegate the call from Main to the other module:
Public Sub JobDone (Job As JobResult)
OtherModule.JobDone(Job)
End Sub
The "filed to co B4R Question ESP8266 & Firebase Push Messages - Erel (first post)    Nov 05, 2017   (1 reaction) You should use rHttpUtils2 to send http requests: https://www.b4x.-push-messages-fcm.81025/#content B4R Question Why does the serial debugging assistant output the entire response? - byz (first post)    Apr 13, 2024 I found the reason in the rHttpUtils2.b4xlib source code 152667 B4A Library [B4X][B4XLib] B4XCheckInternetLM - Erel (first post)    Sep 12, 2021   (1 reaction) It is iHttpUtils2 B4R Question error: control reaches end of non-void function - petr4ppc (first post)    Sep 04, 2024 Dear Daestrum, thank you for your answer. I got same result, "rHttpUtils2\Objects\src\rESP8266OTA" : I am using this code in rESP8266OTA.cpp: Please very much for help, best regards p4ppc B4R Question ESP8266+rhttputils2+LCD - Erel (first post)    Dec 03, 2018   (1 reaction) Start with rHttpUtils2 example: https://www.b4x.-rhttputils2-http-client.74785/#content B4R Question rHttpUtils2 SSL problem - Gerardo Tenreiro (first post)    Aug 28, 2024 Hello,
I'm in the same situation, and I've managed to get it to connect if instead of "HTTS" and port 443 I use "HTTP" and port 80.
I'll leave you the code that I'm trying and it connects, the rest I haven't got yet, I'm working on it.
The intention is to upload a file from the ESP32 Page: 1   2   3   4   5   6   7   Powered by ColBERT |