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.
我需要创建一个 Python 应用程序,该应用程序接受来自客户端软件的 ISDN 拨号连接,并将来自该连接的消息中继到运行在 LAMP 网络服务器上的网站应用程序。
我们在 python 中是否有一些模块或支持这种实现?
请建议。
提前致谢。
您应该拥有处理建立 ISDN 链接的系统硬件和软件,这不是您应该尝试自己重新实现的东西。
您需要查阅该硬件和软件的文档以及客户端软件的文档,以确定如何使该连接可用于您的应用程序,以及客户端将通过 ISDN 链路使用什么通信协议。
(如果你真的很幸运,客户端实际上使用 PPP 来建立 TCP/IP 连接。)