doc: update list of related projects
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4fead7bfcb
commit
06a1392839
1 changed files with 30 additions and 3 deletions
33
README.md
33
README.md
|
@ -7,7 +7,9 @@
|
|||
## Overview
|
||||
|
||||
The IGMP Packet Generator (`igmpgen`) is a specialized tool designed for
|
||||
generating various types of Internet Group Management Protocol (IGMP) packets.
|
||||
generating various types of [Internet Group Management Protocol
|
||||
(IGMP)](https://en.wikipedia.org/wiki/Internet_Group_Management_Protocol)
|
||||
packets.
|
||||
|
||||
This tool is particularly useful for network administrators, developers, and
|
||||
researchers involved in testing and analyzing multicast network protocols.
|
||||
|
@ -114,6 +116,31 @@ This project is licensed under the LGPL 3.0-or-later.
|
|||
|
||||
## Related projects
|
||||
|
||||
* [IGMPproxy (Official Version)](https://github.com/pali/igmpproxy): The official version of the IGMPproxy tool.
|
||||
* [IGMPproxy with IGMPv3 & FreeBSD support](https://github.com/ViToni/igmpproxy/): A version of IGMPproxy with added support for IGMPv3 and FreeBSD.
|
||||
* [IGMPproxy (Official Version)](https://github.com/pali/igmpproxy): The
|
||||
official version of the IGMPproxy tool.
|
||||
* [IGMPproxy with IGMPv3 & FreeBSD
|
||||
support](https://github.com/ViToni/igmpproxy/): A version of IGMPproxy with
|
||||
added support for IGMPv3 and FreeBSD.
|
||||
* [pierf packet generator and analyzer](https://pierf.sourceforge.net/): A
|
||||
packet injection tool.
|
||||
* [Send IGMP](https://sendigmp.com/#examples): A simple command-line tool to
|
||||
send IGMP packets
|
||||
* [Ostatino](https://github.com/pstavirs/ostinato): Traffic generator for
|
||||
network engineers.
|
||||
* [individuwill/mcast](https://github.com/individuwill/mcast)
|
||||
* [troglobit/mcjoin](https://github.com/troglobit/mcjoin)
|
||||
* [troglobit/mrdisc](https://github.com/troglobit/mrdisc)
|
||||
* [troglobit/mrouted](https://github.com/troglobit/mrouted)
|
||||
* [scapy](https://scapy.net/)
|
||||
* <https://itecnote.com/tecnote/python-send-igmp-packets-with-scapy/>
|
||||
* <https://gist.github.com/sdir/6e44c14f6fd29149689b2f9fe37ba6b9>
|
||||
|
||||
* <https://github.com/Abaco-Systems/WinPcap-igmp-join>
|
||||
|
||||
## References
|
||||
|
||||
* https://www.ietf.org/proceedings/50/I-D/idmr-snoop-00.txt
|
||||
* https://www.rfc-editor.org/rfc/rfc4541
|
||||
* [Wikipedia: IGMP Snooping](https://en.wikipedia.org/wiki/IGMP_snooping)
|
||||
* [Wikipedia: Multicast Listener Discovery](https://en.wikipedia.org/wiki/Multicast_Listener_Discovery)
|
||||
|
||||
|
|
Loading…
Reference in a new issue