Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how can i use TCP stack? #17

Open
samoxbal opened this issue Aug 22, 2018 · 1 comment
Open

how can i use TCP stack? #17

samoxbal opened this issue Aug 22, 2018 · 1 comment

Comments

@samoxbal
Copy link

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?

@ziutek
Copy link
Owner

ziutek commented Aug 22, 2018

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...).

A lot of work...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants