Librecast IPv6 Multicast Testing Tool
 
 
 
 
Go to file
Brett A C Sheffield 0446f368e7 --taponly 2022-08-30 23:23:40 +02:00
src --taponly 2022-08-30 23:23:40 +02:00
.gitignore initial autotools setup 2022-08-01 21:34:23 +02:00
CODE_OF_CONDUCT.md README, LICENSE etc. 2022-02-20 21:09:40 +01:00
CONTRIBUTING.md README, LICENSE etc. 2022-02-20 21:09:40 +01:00
COPYING README, LICENSE etc. 2022-02-20 21:09:40 +01:00
LICENSE.GPL-2.0-only README, LICENSE etc. 2022-02-20 21:09:40 +01:00
LICENSE.GPL-3.0-only README, LICENSE etc. 2022-02-20 21:09:40 +01:00
Makefile.in tidy Makefile 2022-08-02 22:06:56 +02:00
README.md update README 2022-08-01 21:14:19 +02:00
config.guess initial autotools setup 2022-08-01 21:34:23 +02:00
config.sub initial autotools setup 2022-08-01 21:34:23 +02:00
configure tidy Makefile 2022-08-02 22:06:56 +02:00
configure.ac tidy Makefile 2022-08-02 22:06:56 +02:00
install-sh initial autotools setup 2022-08-01 21:34:23 +02:00

README.md

lccat - Librecast Multicast Testing Tool

Open Source Initiative Approved License logo

Status

In development. Pre-alpha.

Build & Install

Dependencies:

  • librecast

make

make install

Usage

lccat [-i interface] [-b bridge] [--loop] channel ... [channel]

The -b option will create bridge as a virtual bridge if it does not exist, and create and connect a tap interface to that bridge.

Questions, Bug reports, Feature Requests

New issues can be raised at:

https://codeberg.org/librecast/lccat/issues

It's okay to raise an issue to ask a question. You can also email or ask on IRC.


IRC channel

#librecast on libera.chat

If you have a question, please be patient. An answer might take a few hours depending on time zones and whether anyone on the team is available at that moment.


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