![]() |
2 years ago | |
---|---|---|
modules | 2 years ago | |
src | 2 years ago | |
test | 2 years ago | |
.gitignore | 3 years ago | |
CODE_OF_CONDUCT.md | 2 years ago | |
CONTRIBUTING.md | 2 years ago | |
COPYING | 2 years ago | |
LICENSE.GPL-2.0-only | 2 years ago | |
LICENSE.GPL-3.0-only | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago |
README.md
Librecast Modular Multicast Daemon
Modular Multicast Daemon.
Status
In development. Pre-alpha.
Build & Install
Dependencies:
- librecast
- libcurl
- lsdb
make
make install
Testing
sudo make net-setup
(sudo make net-teardown
when finished)
sudo ip netns exec vnet0 sudo -u `id -un` /bin/bash
Now we can run make test
and sudo make cap
in our test namespace.
License
This work is dual-licensed under GPL 2.0 and GPL 3.0.
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
Copyright © 2020 Brett Sheffield bacs@librecast.net
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program (see the file COPYING in the distribution). If not, see http://www.gnu.org/licenses/.
Funding
This project was funded through the NGI0 Discovery Fund, a fund established by NLnet with financial support from the European Commission's Next Generation Internet programme, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 825322. *Applications are still open, you can apply today*

