创建多播路由器

发布于 2024-11-16 21:26:06 字数 78 浏览 3 评论 0原文

我怎样才能让我的笔记本电脑充当多播路由器。 我需要将视频内容流式传输到同一网络中的其他计算机。我怎样才能让我的笔记本电脑作为多播路由器工作。

How can i make my laptop to act as a multicast router.
I need to stream video content to other computers with in same network. How can i make my laptop to work as a multicast router.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

居里长安 2024-11-23 21:26:06

有一些类似的工具iouiou2net.pl

There are some tools like that iou,iou2net.pl

恰似旧人归 2024-11-23 21:26:06

这很简单 - 编写一个简单的应用程序来在一个网卡上接收多播,然后在另一张网卡上重新发送它。一包输入 - 一包输出。这样你就可以制作用户空间多播路由器。很容易。只是不要忘记在这些套接字上注册 IGMP。
这样您还可以一次将其发送到多个网络,等等。

It's simple - write a simple app to recieve multicast on one network card and simply re-send it on another one. One packet in - one packet out. And this way you can make userspace multicast router. Very easy. Just dont forget to register IGMP on these sockets.
This way you can also send it to multiple networks at once, etc etc.

枕头说它不想醒 2024-11-23 21:26:06

假设您在虚拟机 (ubuntu) 上安装 Cisco IOU,或者如果您已经使用 ubuntu,则直接安装。
您运行的每个实例(路由器的 3 级 bin 文件和交换机的 2 级 bin 文件)都作为单独的物理机进行处理。
通过这种方式,您可以:

  • 在一台计算机内创建网络。
  • 节省内存,因为 IOU 并不真正占用那么多内存(默认情况下为 64mb),
  • 可以在本地免费进行任何类型的测试。

例如,iou2net.pl 是一个用于将 IOU 实例链接到外部网络的工具。
通过这种方式,您可以使用真实的路由器/交换机或网络将 IOU 设置为一个或一组或客户端或您的服务器本身。

Say you install Cisco IOU on a VM (ubuntu) or directly if you already use ubuntu.
Every instance you run (level 3 bin files for routers and level 2 for switches) is dealt with as a seperate physical machine.
This way you can:

  • create a network within one machine.
  • save up on memory as IOUs don't really take that much (64mb by default)
  • do any type of testing you need locally and for free.

iou2net.pl for instance is a tool you use to link an IOU instance to external networks.
This way you can use a real router/switch or network setting up the IOU either as one or a group or client OR your server itself.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文