Topic: Remote microcontroller laboratory
I'm realizing a project that concern an web client/server architecture for remote microcontroller laboratory , the project intends to implement a remote microcontroller lab , client acceed from his web interface to serveur, send to server a file ( the code ".obj " of the program that he want execute into the STM32F103 microcontroller )
the server receive the file and send it to the microcontroller connected to it via the USB bus, the microcontroller execute the program and return results to client , the microcontroller does not implement a tcp/ip stack , how can i make a program that make the server communicate with the microcontroller board through USB cable , i need here the software program that enable server to send files to microcontroller memory in order to be executed.Help me please .
Thanks