[SOLVED] How to make a REST API for the STM32F lwIP?
Hello,
I am trying to make a rest api for my stm32f controller. I am using the lwIP library for the Ethernet connection.
I looked at the STMCube applications with the lwIP library, but it works with .(s)html web pages.
i want to make a web interface that can be used for remote IO, settings and reading pins/data.
I want to send the data in JSON strings.The data of LED 1 has to be set my styping into a web browser:
.Does anyone know how to make REST API's for the stm32?
Greetings,
Angus Schmaloer#REST # API #STM32 #lwIP
