TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is there a hackable Network Switch?

9 点作者 bootcat超过 7 年前
What is the closest hardware and software to realize this and generally play/hack the switch using custom software ?

3 条评论

jzoch超过 7 年前
Barefoot networks(<a href="https:&#x2F;&#x2F;barefootnetworks.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;barefootnetworks.com&#x2F;</a>) has programmable switches using their custom designed chips and run using their programming language p4 (<a href="http:&#x2F;&#x2F;onrc.stanford.edu&#x2F;p4.html" rel="nofollow">http:&#x2F;&#x2F;onrc.stanford.edu&#x2F;p4.html</a>). Its pretty powerful stuff and the chips are about $2000 a pop last I checked
ktpsns超过 7 年前
An easy way to hack an ethernet switch (or router) is a computer with a number of network cards. A cheap one is for instance the Banana Pi R1 (<a href="http:&#x2F;&#x2F;www.banana-pi.org&#x2F;r1.html" rel="nofollow">http:&#x2F;&#x2F;www.banana-pi.org&#x2F;r1.html</a>) which exposes five ethernet cards to the operating system.
评论 #15853392 未加载
评论 #15848731 未加载
wmf超过 7 年前
There&#x27;s a lot of different stuff out there depending on what you want to hack. Mellanox Spectrum with switchdev or Facebook Wedge with FBOSS will let you hack the control plane. Barefoot Tofino with P4 or NetFPGA will let you hack the data plane.
评论 #15848730 未加载