Go 语言实现的网络协协议栈 Netstack

码农软件 · 软件分类 · 网络工具包 · 2019-02-25 06:43:24

软件介绍

Netstack,使用 Go 语言编写的网络协议栈。

开始

通过安装 tun_tcp_echo demo 尝试在 Linux 上使用 :

go install github.com/google/netstack/tcpip/sample/tun_tcp_echo

创建一个TUN设备:

[sudo] ip tuntap add user <username> mode tun <device-name>
[sudo] ip link set <device-name> up
[sudo] ip addr add <ipv4-address>/<mask-length> dev <device-name>

运行:

tun_tcp_echo <device-name> <ipv4-address> <port>

本文地址:https://www.codercto.com/soft/d/75.html

TED Talks Storytelling: 23 Storytelling Techniques from the Best

TED Talks Storytelling: 23 Storytelling Techniques from the Best

Akash Karia / CreateSpace Independent Publishing Platform / 2015-1-11 / USD 6.99

"Every speaker can put these ideas into practice immediately -- and they should!" ~ Dr. Richard C. Harris, Certified World Class Speaking Coach "An insightful read" ~Dennis Waller, Top 500 Revie......一起来看看 《TED Talks Storytelling: 23 Storytelling Techniques from the Best》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

URL 编码/解码
URL 编码/解码

URL 编码/解码

SHA 加密
SHA 加密

SHA 加密工具