Initial Release
authorSteven Barth <steven@midlink.org>
Mon, 24 Aug 2015 08:20:32 +0000 (10:20 +0200)
committerSteven Barth <steven@midlink.org>
Mon, 24 Aug 2015 08:52:42 +0000 (10:52 +0200)
commitdc45078e6098f5dcdb1ef6e46edbb6ca78a03456
tree387388b43538f2a026e05554ab4be52377380c09
Initial Release
20 files changed:
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
libubox [new submodule]
src/client.c [new file with mode: 0644]
src/client.h [new file with mode: 0644]
src/groups.c [new file with mode: 0644]
src/groups.h [new file with mode: 0644]
src/igmp.c [new file with mode: 0644]
src/mld.c [new file with mode: 0644]
src/mrib.c [new file with mode: 0644]
src/mrib.h [new file with mode: 0644]
src/omcproxy.c [new file with mode: 0644]
src/omcproxy.h [new file with mode: 0644]
src/proxy.c [new file with mode: 0644]
src/proxy.h [new file with mode: 0644]
src/querier.c [new file with mode: 0644]
src/querier.h [new file with mode: 0644]