开发者

ISDN dial up connection with python

开发者 https://www.devze.com 2023-01-11 00:37 出处:网络
I have a requirement to create a Python application that accepts dial up connections over ISDN from client software and relays messages from this conne开发者_开发知识库ction to a website application r

I have a requirement to create a Python application that accepts dial up connections over ISDN from client software and relays messages from this conne开发者_开发知识库ction to a website application running on a LAMP webserver.

Do we have some modules or support for this kind of implementation in python?

Please suggest.

Thanks in advance.


You should have system hardware and software that handles establishing ISDN links, that's not something you should be trying to reimplement yourself.

You need to consult the documentation for that hardware and software, and the documentation for the client software, to determine how that connection can be made available to your application, and what communications protocol the client will be using over the ISDN link.

(If you're really lucky, the client actually uses PPP to establish a TCP/IP connection.)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号