summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar yarikoptic <yarikoptic@web>2017-03-30 16:08:07 +0000
committerGravatar admin <admin@branchable.com>2017-03-30 16:08:07 +0000
commitb058f1a97338b5aad54c92affc4a3a6fc75943a3 (patch)
treeec8d35faceedaeeb72f15ef839b122dccae9d3b4 /doc/todo
parent07856680b6a76deebac452dc777db9e2922af5a0 (diff)
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/multicast___34__broadcasting__34___of_content_on_local_net.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/multicast___34__broadcasting__34___of_content_on_local_net.mdwn b/doc/todo/multicast___34__broadcasting__34___of_content_on_local_net.mdwn
index c2894ef8f..fa240bdf5 100644
--- a/doc/todo/multicast___34__broadcasting__34___of_content_on_local_net.mdwn
+++ b/doc/todo/multicast___34__broadcasting__34___of_content_on_local_net.mdwn
@@ -1,6 +1,6 @@
Hi Joey,
-Although you haven't remembered that "hash thing" to perform the job, we looked around for other ways to accomplish the mission: quickly/simultaneously distribute annexed files to multiple hosts on the same network. So, there are such tools as uftp to efficiently multicast files to multiple recipients. Initial setup takes a bit but I wondered how feasible it could be to e.g. establish some "custom annex remote" (if to avoid coming up with a new command eg. "annex serve") so e.g. I could e.g. `git annex copy --to=udp-multicast ` on the host A which has all the keys, and then run `git annex get --from=udp-multicast` on the clients (B) which want to get it all. To make it even more efficient, A could may be provide/announce on the local net a service to receive requests for desired keys to be transmitted. But even if it just multicasts all the content of the current tree, while those clients suck them all in, it could be super useful.
+Although I haven't remembered that "hash thing" to perform the job, we looked around for other ways to accomplish the mission: quickly/simultaneously distribute annexed files to multiple hosts on the same network. So, there are such tools as uftp to efficiently multicast files to multiple recipients. Initial setup takes a bit but I wondered how feasible it could be to e.g. establish some "custom annex remote" (if to avoid coming up with a new command eg. "annex serve") so e.g. I could e.g. `git annex copy --to=udp-multicast ` on the host A which has all the keys, and then run `git annex get --from=udp-multicast` on the clients (B) which want to get it all. To make it even more efficient, A could may be provide/announce on the local net a service to receive requests for desired keys to be transmitted. But even if it just multicasts all the content of the current tree, while those clients suck them all in, it could be super useful.
What do you think?