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.