blob: 98ddff05dbc53518d38e8e794aab488c81e65d84 (
plain)
1
2
3
4
5
6
7
8
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
|