Changes between Version 55 and Version 56 of Startup
- Timestamp:
- 02/01/12 16:51:33 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Startup
v55 v56 29 29 smcroute:: Smcroute is a command line tool to manipulate the multicast routes of the Linux kernel and it can send join and leave messages to subscribe mutlicast groups. **//Attention! **// Smcroute is a daemon and set the MRT-Flag. So you cannot run smcroute and mcproxy on the same system. [http://www.cschill.de/smcroute/ Here] is a link to the project page. 30 30 31 iperf:: Iperf is a commonly used network testing tool that can create TCP and UDP data streams and measure the throughput of a network that is carrying them. So you caneasily send multicast test messages. To install it use the following line of code:31 iperf:: Iperf is a commonly used network testing tool that can create TCP and UDP data streams and measure the throughput of a network that is carrying them. You can use it to easily send multicast test messages. To install it use the following line of code: 32 32 {{{ 33 33 apt-get install iperf