免费 C/C++ PPP 的 Java 实现?

发布于 2024-07-18 05:17:18 字数 122 浏览 8 评论 0原文

是否有通过串行线路使用的点对点协议 (PPP) 的免费 C/C++ 和 Java 实现? C/C++ 实现将进入嵌入式硬件,因此可移植性是一个问题。 我并不是在寻找完整的 TCP/IP 堆栈,只是提供一个面向连接的基础来构建。

Are there free C/C++ and Java implementations of the point-to-point protocol (PPP) for use over a serial line? The C/C++ implementation will go into embedded hardware so portability is a concern. I'm not looking for a full TCP/IP stack, just something to provide a connection-oriented base to build on top of.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

影子是时光的心 2024-07-25 05:17:18

大多数基于 Linux 的系统中使用的软件包是 C 语言,名为 Paul's PPP Package

FreeBSD 有一个完全不同的版本,也是用 C 编写的,但我没有使用它的经验。

The one used in most Linux-based systems is in C and is named Paul's PPP Package.

FreeBSD has a completely different one, also written in C, but I have no experience with it.

墨落成白 2024-07-25 05:17:18

在 Linux 中,我使用 chat 和 pppd 在 Linux 中通过串行线路使用 ppp。 (添加 gprs 调制解调器以获取互联网连接)

In linux I use chat and pppd for using ppp over serial line in linux. ( Adding a gprs modem to get internet connection )

白云不回头 2024-07-25 05:17:18

我找到了一个名为 TINI 的库,其中包含 ppp java 实现
http://raud.ut.ee /~tec/static/api/tini1.15/javadocs/firmware/index.html

这里有更多描述
http://www.maxim-ic.com/products/ ibutton/software/1wire/1wire_api.cfm

希望有帮助

I found a library named TINI that includes a ppp java implementation
http://raud.ut.ee/~tec/static/api/tini1.15/javadocs/firmware/index.html

And more description here
http://www.maxim-ic.com/products/ibutton/software/1wire/1wire_api.cfm

Hope it helps

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文