google-code-export / mesh4x

Automatically exported from code.google.com/p/mesh4x
1 stars 1 forks source link

Synchronization over SMS #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Make it possible for 2 endpoints to synchronize by sending/receiving SMS 
messages. 

The proticol should be as efficient as possible in terms of number of 
messages exchanged in either way and in terms of number of messages needed 
to be sent to be able to take advantage of it.

The libraries should take the actual sender/receivver of SMS as a 
provider, we will probably use SMSLib or a smilar one for the actual 
implementation, but it culd be a BT gateway as well.

Original issue reported on code.google.com by edujez@gmail.com on 17 Jun 2008 at 10:01

GoogleCodeExporter commented 9 years ago
One item is synchronizing from two lists in 8 messages or less! (4 for the 
payload)

Original comment by edujez@gmail.com on 18 Jun 2008 at 4:45

GoogleCodeExporter commented 9 years ago

Original comment by edujez@gmail.com on 25 Jun 2008 at 5:09