文件名称:wshs:Websocket的秘密握手
文件大小:4.32MB
文件格式:ZIP
更新时间:2024-02-25 08:25:37
websocket p2p securescuttlebutt secret-handshake P2PGo
Websocket的秘密握手 该项目的主要目标是通过websocket传输在golang中创建的新实现。 该项目还有其他一些目标: 优先考虑可读性/可理解性 优先考虑可用性/稳定性而不是速度 通过websockets工作 轻松更改网络密钥 演示版 您可以像这样运行演示: $ cd examples/demo $ ./server.sh & [1] 24494 Running server... $ ./client.sh Running client... 2020/01/21 00:56:29 Handshake Success: server 2020/01/21 00:56:29
【文件预览】:
wshs-master
----go.mod(214B)
----go.sum(1KB)
----client()
--------client.go(3KB)
--------step1.go(1008B)
--------handshake.go(3KB)
--------step3.go(1KB)
--------step4.go(2KB)
--------step2.go(1KB)
----ReadME.md(2KB)
----examples()
--------demo()
----LICENSE(857B)
----wshs.go(2KB)
----docs()
--------shs.pdf(226KB)
--------Scuttlebutt_Protocol_Guide.html(7.55MB)
--------shs.jpg(15KB)
----server()
--------step1.go(1KB)
--------handshake.go(3KB)
--------step3.go(2KB)
--------server.go(3KB)
--------step4.go(1KB)
--------step2.go(895B)