[Twisted-Python] Is X.25 supported?
Hello, I just found the article below on the web. Would anybody please let me know if Twisted-Python provides any support for the X.25 protocol? Kind regards Sergio Lobo [Twisted-Python] adding a new connection type Eric C. Newton twisted-python@twistedmatrix.com Sun, 26 May 2002 22:30:45 -0400 * Previous message: [Twisted-Python] adding a new connection type * Next message: [Twisted-Python] adding a new connection type * Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Itamar Shtull-Trauring <twisted@itamarst.org> writes:
Well, first of all, what does it run over?
X.25. Be afraid.
And in what languages is it written?
It runs in Python of course.
And, what is it good for?
X.25 is an international standard for wide area communications widely adopted by companies in the 1970's and early 80's using packet-oriented, synchronous serial communications devices. I'm using Linux, and playing with 2-year-old patches for version 2.4 of the kernel which enables me to play with the API over a loopback device. Sometimes it even works.
Sergio Lobo wrote:
I just found the article below on the web. Would anybody please let me know if Twisted-Python provides any support for the X.25 protocol?
If you can access it from Python, then probably, yes. Try emailing whoever wrote that email in the first place. Alternate plan of action: 1. Get your Linux box or whatever OS it is setup with X.25. 2. Play with socket module in Python, see if it can do X.25 stuff. 3. Get back to us.
participants (2)
-
Itamar Shtull-Trauring
-
Sergio Lobo