I have two projects communicating over a wireless network. I have communication working fine between the two.
I would like to maintain two identical copies of some objects on both programs. The objects needn't be equal (in a reference sense), however the objects must show the same data when viewed.
Is there an existing technology to do this, or am I going to have to roll my own...?