airpipe:通过wifi或Internet轻松创建stdinstdout管道

时间:2024-03-28 08:44:40
【文件属性】:

文件名称:airpipe:通过wifi或Internet轻松创建stdinstdout管道

文件大小:4KB

文件格式:ZIP

更新时间:2024-03-28 08:44:40

JavaScript

气管 通过wifi或互联网轻松创建stdin / stdout管道。 神奇的部分是该程序将根据主题字符串自动在本地网络甚至Internet上找到其他人,而无需交换IP地址。 只是直接通向另一个同伴的管道。 用法 在一个终端中: $ airpipe testshare 在另一个终端中: $ echo " hello from another terminal " | airpipe testshare 在此示例中, testshare是每个对等方用来查找对方的主题字符串。 但是,使用相同主题字符串在网上的其他任何人也会连接,因此请选择不太可能与其他用户的使用相冲突的内容。 您可以使用以下命令生成随机主题字符串(在POSIX系统(如Linux,BSD,MacOS)上) $ xxd -ps -g 0 -l 12 /dev/urandom 166c3e056808ed18b5d851


【文件预览】:
airpipe-sprout
----.gitignore(3KB)
----package.json(470B)
----index.js(755B)
----README.md(2KB)
----bin.js(422B)

网友评论