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

Re: Remote microcontroller laboratory

Take a look on self-programming ability of this contriller-family implemented as DFU-technology. Shortly it ables you to update your MCU-firware over USB. About server-MCU solution see my answer to your question in another topic 
[ http://www.raisonance.com/Forum/punbb/v … hp?id=2476 ].
I would like to add that I find your project very interesting and fill that I can help you with it.
Good Luck !