We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hello everyone. firstly i need to say i m not professional in programming mcu and networking. And i m very begginer about web page designing. i m working stm32 for 3 years and i just run hardware stuff and some programs. for this reasons i don't know this question is stupid thing or not
in this days i m working on html server example. i m using stm32f746g - disco and keil http server. server example working fine. but i want to take another step. i want to collect data in http server with another stm32f746 disco board. simply; one board will be server and another one will be client. client will send data to server and server save it. if a person want to see saved data just will use browser. and also client will get data in http server page about it is own usage. i m not sure http server and bsd server both can be run in the same module but using bsd server is a second solution. because i don't want to hassle port setup for client.
i m looking for a solution for this problem or i m looking for another way for my problem.
So far there is no HTTP client implementation available in MDK Middleware pack. If you need to implement a HTTP client, you need to send all HTTP requests including the valid HTTP headers as a data payload of a TCP socket
i m trying to thing simple, so if i copy my computer browser answers and send them to socket which http server requested, does it work ? or server is needs different requestes for different times. i can use different pages for personal usage and device comunications. device comunication pages can be very simple
if this way works then i need to get computer browser's data which transmitted for server request. and for this i don't want to try html debugger because a few minutes ago i try one of them and i think for a few minutes my computer used for web atack xd i need to better understanding for keil http server operations. the thing you know; better then unknowni wil try to get browser answers, i m not sure which sub program receiving them but i will try