diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2016-06-17 11:31:16 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2016-06-17 11:31:16 +0200 |
commit | fbb8c27761964f3ee87f859bfbb57db75849cd1a (patch) | |
tree | 6ec5ed2a72e5e2205614ec96678c62aee3c869c4 /mcastseed/README.md | |
download | eficast-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.md | 9 |
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 |