summaryrefslogtreecommitdiff
path: root/mcastseed/README.md
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2016-06-17 11:31:16 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2016-06-17 11:31:16 +0200
commitfbb8c27761964f3ee87f859bfbb57db75849cd1a (patch)
tree6ec5ed2a72e5e2205614ec96678c62aee3c869c4 /mcastseed/README.md
downloadeficast-fbb8c27761964f3ee87f859bfbb57db75849cd1a.tar.gz
eficast-fbb8c27761964f3ee87f859bfbb57db75849cd1a.tar.bz2
eficast-fbb8c27761964f3ee87f859bfbb57db75849cd1a.zip
Initial import : make-boot-image.sh operationnal. Dumb mcastseed.
Diffstat (limited to 'mcastseed/README.md')
-rw-r--r--mcastseed/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/mcastseed/README.md b/mcastseed/README.md
new file mode 100644
index 0000000..98ddff0
--- /dev/null
+++ b/mcastseed/README.md
@@ -0,0 +1,9 @@
+
+This is a simple multicast file transfer with TCP back-chat.
+Greatly inspired from https://github.com/bk138/Multicast-Client-Server-Example
+
+Tested on GNU/Linux Debian 8, may usable under other OS without big efforts (patches appreciated).
+
+# Building
+To compile, use
+ autoreconf -fi && ./configure && make