Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的 linux 电脑(ubuntu 12.04)和 tty-device 之间建立连接。我想用 C 来实现它,我正在寻找 socat 的库。但我找不到任何东西。
有人知道吗,我在哪里可以找到一些?
非常感谢,
弗洛里安
您找不到 socat 库,因为没有。socat 被实现为一个单一的可执行文件(尽管它确实链接到标准系统库)。您可以下载socat源并复制粘贴所需的功能。