Some ideas for multicast support.
authorThadeu Lima de Souza Cascardo <cascardo@cascardo.info>
Thu, 10 Oct 2013 21:35:41 +0000 (18:35 -0300)
committerThadeu Lima de Souza Cascardo <cascardo@cascardo.info>
Thu, 17 Oct 2013 22:03:41 +0000 (19:03 -0300)
doc/multicast.txt [new file with mode: 0644]

diff --git a/doc/multicast.txt b/doc/multicast.txt
new file mode 100644 (file)
index 0000000..aaf4088
--- /dev/null
@@ -0,0 +1,19 @@
+Invite: unicast message with group identification
+
+Group metadata: download from the swarm
+
+Message multicast ideas:
+
+1) Bittorrent
+
+Swarm downloads: when to update? Polling.
+
+2) Bitcoin
+
+How are transfers propagated?
+
+3) Fossil
+
+Create a new ID when a new message is created, propagate that, and use
+swarm to download the content. When messages history diverge, use
+merging. Try to solve a problem regarding message ordering.