** FILES **
This directory contains click elements implementing IGMP
The 'router' subdirectory contains the click scripts required to make the example network function.
Elements should be placed in elements/local
The click version used is click-2.0.1
** INSTALLATION **
cp *.cc elements/local/
cp *.hh elements/local/
make elemlist
make
** USAGE **
BASICS:
- run script: userlevel/click -p 10000 scripts/ipnetwork.click
- connect: telnet localhost 10000
- list elements on telnet session: read list
ADDED HANDLERS:
- join/leave: The join and leave methods are implemented in the subscribeigmp element and can be called in terminal for our script as follows:
write client21/subscribe.join 239.1.1.1
write client21/subscribe.leave 239.1.1.1