概述 Parsec SDK允许您的应用程序进行交互式,低延迟的点对点连接,以进行游戏流传输。 SDK处理点对点连接,网络和硬件加速的视频/音频处理的低级内部。 它是轻量级的,由一个和一个共享对象<5MB组成。 代管 SDK的ParsecHost部分允许主机接受传入的客户端连接(来宾)。 有两种操作模式:游戏模式和桌面模式。 游戏模式允许您的游戏将多人游戏功能添加到其他本机仅限本地的游戏中。 这可以通过紧密集成到游戏的渲染循环中来实现。 游戏模式要求应用程序调用ParsecHostSubmitFrame函数之一(支持OpenGL,D3D9和D3D11)和ParsecHostSubmitAudio 。 通过ParsecHostPollInput轮询输入,从而像暴露在本地一样暴露输入事件。 在游戏模式下,Parsec只能与您的游戏进行交互,而无法访问操作系统或任何其他应用程序。 此外,从主机
2024-02-06 14:42:32 21.04MB peer-to-peer parsec
1
IPFS协议JavaScript实现 从<= 0.40升级到0.48? 有关API更改列表和请参见。 我们已经走了很长一段路,但是这个项目仍在Alpha中,正在进行大量开发,API可能会更改,请注意 :dragon: .. 入门 阅读 查看以了解如何在Node.js和浏览器中生成IPFS节点 请查阅以了解如何使用IPFS节点 访问以了解IPFS及其基础概念 前往参加涵盖IPFS核心API的交互式教程 查看了解提示,操作方法等 有关更多信息,请参见 需要帮忙? 请问“我怎么办?” 问题 首席维护者 目录 入门 以CLI用户身份安装 全局安装ipfs将为您提供jsipfs命令,您可以使用该命令启动运行的守护程序: $ npm install -g ipfs $ jsipfs daemon Initializing IPFS daemon... js-ipfs version: x.x.x System version: x64/darwin Node.js version: x.x.x Swarm listening on /ip4/127.0 .... more output
2023-03-24 10:26:42 24.46MB javascript immutable peer-to-peer ipfs
1
libdatachannel:CC ++ WebRTC数据通道和媒体传输独立库
2022-05-30 17:08:26 50.56MB cpp websocket webrtc peer-to-peer
1
拉普拉斯 Laplace是一个开源项目,可直接通过浏览器实现屏幕共享。 使用WebRTC实现低延迟的对等连接,并在golang中实现WebSocket来实现WebRTC信令。 演示视频: : 尝试演示 对于演示,您可以访问 动机 已经有可能共享您的计算机屏幕的解决方案,例如TeamViewer。 但是其中大多数都需要安装软件或插件。 Laplace提供的解决方案很简单。 对于希望共享屏幕的用户,他们要做的就是用浏览器打开网站页面,单击某些按钮,然后与对等共享共享会话ID。 无需安装或注册。 解决延迟问题 该项目还可以用作概念证明(PoC),以直接在基于WebRTC的浏览器中实现屏幕共享功能。 使用WebRTC,可以通过对等连接实现实时通信。 事实证明,这对于解决最大的问题之一是屏幕流传输非常有用: Latency 。 延迟表示从源到传输到远程客户端的延迟有多长时间。 如果您注意到,此延
2022-05-27 10:19:03 437KB websocket webrtc peer-to-peer screencast
1
Abstract. A purely peer-to-peer version of electronic cash would allow online payments to be sent directly from one party to another without going through a financial institution. Digital signatures provide part of the solution, but the main benefits are lost if a trusted third party is still required to prevent double-spending. We propose a solution to the double-spending problem using a peer-to-peer network. The network timestamps transactions by hashing them into an ongoing chain of hash-based proof-of-work, forming a record that cannot be changed without redoing the proof-of-work. The longest chain not only serves as proof of the sequence of events witnessed, but proof that it came from the largest pool of CPU power. As long as a majority of CPU power is controlled by nodes that are not cooperating to attack the network, they'll generate the longest chain and outpace attackers. The network itself requires minimal structure. Messages are broadcast on a best effort basis, and nodes can leave and rejoin the network at will, accepting the longest proof-of-work chain as proof of what happened while they were gone.
2021-12-27 10:29:05 174KB 中本聪 比特币 区块链 去中心
1
PyTorrent-Python BitTorrent PyTorrent是一个CLI工具,可从BitTorrent网络下载文件。 我想编写自己的功能简单的程序,以了解BitTorrent协议如何工作并提高我的python技能。 它几乎是用python 3.7从头开始编写的,只有在连接新对等端或从对等端接收数据时,才使用pubsub库创建事件。 您首先需要等待程序首先连接到某些对等设备,然后才开始下载。 该工具需要大量改进,但是可以完成工作,您可以: 读取种子文件 抓取udp或http跟踪器 连接到同龄人 询问他们想要的障碍物 将一个块保存在RAM中,然后在完成检查后将数据写入硬盘
2021-12-06 19:53:35 16KB python torrent bittorrent peer-to-peer
1
Wifi 直连技术规范文档,来自于官方网站,Wi-Fi Peer-to-Peer (P2P) Technical Specification v1.7
2021-09-15 16:43:03 3.14MB WIFI Peer-to-Peer Wi-Fi Peer-t
1
Kinectron Kinectron是一个基于节点的库,可通过对等连接广播Kinect2数据。 它基于Node Kinect2和PeerJS库构建。 Kinectron有两个组件:一个电子应用程序,用于通过对等连接广播Kinect2数据;以及客户端API,用于通过对等连接请求和接收Kinect2数据。 资源资源 。 有助于 在跟踪问题 参见 ,了解如何为发展做出贡献
2021-09-05 00:36:46 5.52MB azure peer-to-peer kinect peerjs
1
P2P优秀论文_Super-proximity routing in structured peer-to-peer overlay networks
1