python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
LWIP: When to deallocate the pbuf after calling udp_sendto(...)?
When sending a UDP packet with LWIP using the uds_sendto(...) call when do I deallocate the pbuf? Can I do this right after uds_sendto(...) or do I have to wait for the paket to actually having been s...
nIIoIIn
Votes: 0
Answers: 1
LWIP CGI handler - Sending data back to webpage instead of returning a filename
I'm running an LWIP http webserver on an STM32F4 discovery board. It displays a webpage when its IP address is entered on a web broswer. I need to send a string back to the webpage when the LWIP CGI h...
Arun Cheriyan
Votes: 0
Answers: 1
embedded webserver for MCU with RESP API support
I'm developing a project where I use FreeRTOS+lwip on a Cortex M7 MCU.
I need a web server that supports management of REST APIs, websockets, and possibly https (via Mbed TLS or WolfSSL).
Excluding th...
mastupristi
Votes: 0
Answers: 0
Pinging Cortex-M7
I am currently making my first dual-core microcontroller project. I want to use the STM32H745BI. So I bought the STM32H745I-DISCO to develop my project on. One part of the project is making a webinter...
Marijn
Votes: 0
Answers: 1