I need peer-to-peer replication for an iPad application (MonoTouch or SDK).
The best thing would of course be suggestions....
But also hints about where to look. Normally this would be a feature of the database, but perhaps with the IOS model (multi-processing etc) it would have to be a library for my application?
Would it be much the same for MonoTouch and SDK? Should I generally look at code for SQLite?
This would be for peer-to-peer transactional replication between iPads in a network. There can also be a server on the web.
Installation/security are not issues.