Hi
I am running some experiments on an embedded platform. The problem is, that the memory ressources are limited; hence, I am thinking of writing the output into a file on a remote machine. I am wondering what is the best way to realise that? I am using C++ on the embedded platform. I was thinking of communicating over a TCP/IP socket with the host machine where I wanna store my file. Obviously, I would then also need to write a socket application for the host PC that handles the incoming data stream. But I am wondering if maybe WIN XP or Linux offers some kind of support for my needs so that I do not need to write a socket application for the host.
Thanks for some guideline in this matter.