Sync files with remote instances of an application
-
Hi, I'm working on a application which handles media content. I define a programming of media content which will be played by the application. I also have an application which is responsible for making that programming. I want to implement a way of putting the new programming in the player which can be other machine on a network. Is there any API around which can spare me of writing a protocol? I'm talking about syncing files and other stuff. Thx, Best regards, Nuno
-
Hi, I'm working on a application which handles media content. I define a programming of media content which will be played by the application. I also have an application which is responsible for making that programming. I want to implement a way of putting the new programming in the player which can be other machine on a network. Is there any API around which can spare me of writing a protocol? I'm talking about syncing files and other stuff. Thx, Best regards, Nuno
Sounds like you want an updater for you application/libraries/resources. Such an updater would check for updates, download them, check for integrity of files and restart the application with the new files in place.
sinosoidal wrote:
Is there any API around which can spare me of writing a protocol?
I am not aware of a library that offers a complete updater.