vivek4020 0 Newbie Poster

Hi Everyone,

I am trying to write a software that can synchronize a folder amongst peers connected in a Wireless Ad-hoc network

I have written some code and now i have the IPs of all the peers who wish to sync.(I did this using UDP broadcast. Interested peers will reply to broadcast and their IP is stored. Is there a better way to do this?)

Now what i need to do is the actual folder synchronization. I did some googling and binging :) and saw this Microsoft Sync Framework File Synchronization which is what i need(I was actually trying to setup a Client and Server to do the syncing)

Can anyone please tell me how to accomplish this?

Thanks in advance

Vivek