I am trying to implement a Folder sync amongst peers connected in a Wireless Ad Hoc network.
I have the IP Addresses of the interested peers(Did a UDP broadcast and the interested peers will reply to it)
Now i need to send the data.
How can i use Microsoft Sync Framework to solve my problem?
How can i manage the peer to peer data transfer?
The scenario is If i have changes in my folder, i wish it to be propagated to all the peers.
All other connected peers must do the same thing also