You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i have board STM32 Nucleo f767zi.
I want to make http-client on this board. In C/C++, i can use LWIP library, but i'm not found similar features in Emgo.
How can i make http-client by Emgo?
The text was updated successfully, but these errors were encountered:
Currently there is no any TCP/IP stack in Emgo. You probably can write wrapper for LWIP but this will not be easy task for Emgo newcomer and even for me.
I've just started working on driver to WiFi chip available on WIFIMCU. For now I will be happy if I can manage to load firmware to it. After that, the WIFI part need to be handled. And after that the IP, UDP (I don't even dream about TCP...).
Hello, i have board STM32 Nucleo f767zi.
I want to make http-client on this board. In C/C++, i can use LWIP library, but i'm not found similar features in Emgo.
How can i make http-client by Emgo?
The text was updated successfully, but these errors were encountered: