Mnc-multicast NetCat

Source: Internet
Author: User

Mnc-multicast NetCat

Using NC to test UDP multicast, always encounter strange problems, engage in confused. The MNC was discovered by chance, and the test was really useful.

Https://github.com/marascio/mnc

   Mnc-multicast NetCat------------------------1. INTRODUCTIONMNC is a simple, one-direction-at-a-time, "Netcat"-like application Usingmulticast. The aim is to provide a tool for easy debugging and testing whensetting up a multicast network or host. MNC supports IPV4 and Ipv6any-source-multicast and single-source-multicast, but depending on yourplatform some of those FE Atures available:l = Listen (implies igmp/mld mupport) S = Send +----------+-- --------+----------+----------+----------+       | Platform | IPv4 ASM | IPv4 SSM | IPv6 ASM |       IPv6 SSM | +----------+----------+----------+----------+----------+       |  *nix |  L + S |  L + S |  L + S |       L + S | +----------+----------+----------+----------+----------+       |  Win2K |    L + S |   S |   None |       None | +----------+----------+----------+----------+----------+       |  WinXP |  L + S |    L + S |    S |S | +----------+----------+----------+----------+----------+       |  Win2k3 |  L + S |    L + S |    S |       S | +----------+----------+----------+----------+----------+ man doc/mnc.1-information and help in how to run multic Ast.2. Supported Platformsas of September 2004, MNC have been compiled and tested with Linux 2.6.8kernels, the BSD kame STA CK and Windows XP profesional. Currently Automaticinterface selection does not work in a kame-based host and you'll need tospecify the interface when I N Listening mode.3. Installing MNC from source on unix:./configure; make; Make INSTALL4. Compiling from source on WINDOWS:NMC are compilable with free utilities available from Microsoft. Need todownload and install the free (as in beer) MS Visual C + + command-line Toolsfrom:http://msdn.microsoft.com/visua Lc/vctoolkit2003/and the SDK relevant to your platform From:http://www.microsoft.com/msdownload/platformsdk/sdkupdate /you can run a Visual C + + Command-liNE session, and use:cl/dwindows=1/tc/c *.c link/fixed/out:mnc.exe *.obj ws2_32.libto compile a working mnc.exe. The Windows version of MNC does not yet fullysupport IPv6 due to underlying limitation in the Operating system.5. Reporting problemsany problems, bugs or suggested features should is mailed to Colmat apache.org.

Mnc-multicast NetCat

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.