Re: [Twisted-Python] Is X.25 supported?
Twisted does prevent it, but there is no built-in support. This is not suprising since X.25 APIs are different on nearly every platform. I tried re-patching my changes back in recently and had little success. I may come back to this in a couple of months. -Eric On Tue, Sep 17, 2002 at 06:51:26PM +0200, Sergio Lobo wrote:
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.
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
participants (1)
-
Eric C. Newton