All of lore.kernel.org
 help / color / mirror / Atom feed
* Is the kernel X.25 support still actively maintained?
@ 2004-03-24 14:55 Tomas J. Sokorai Sch.
  2004-03-25 18:04 ` Frederico Faria
  0 siblings, 1 reply; 5+ messages in thread
From: Tomas J. Sokorai Sch. @ 2004-03-24 14:55 UTC (permalink / raw)
  To: linux-x25

Hi,
I've been playing with X.25 networking over Linux, and found that there's 
little information (if any) and much of the stuff is outdated.
I'm trying to get ISODE's FTAM client to work on Linux over X.25. I'm also 
trying to use XOT (with xotd) to communicate with a Cisco router.
There started my problems: I had to make a port of the xotd's x25tap interface 
to the 2.6.x kernel, as the patch on xotd is for the 2.4.x series.
I already have a port of ISODE FTAM initiator that I'm debbuging, that at 
least tries to open a X.25 call to my responder.
I was trying too to get a serial async X.25 link working, but the problems 
went on: No documentation on how to set up the link. Then I found that 
slattach is not patched to be able to set the tty to X.25, and the patch is 
nowhere to be found. I made my own patched slattach, managed to get the 
x25asy interface up, but slattach freezes, and if I try to kill it or reboot, 
the whole machine freezes.
Is there anyone still working on Linux's X.25 support?
It could be nice to unificate efforts and try to get a stable and full 
featured X.25 support for Linux.


-- 
Tomas J. Sokorai Sch.
Socio director, Gerente Proyectos Especiales
Xperts Ltda. F: 63 244591, Valdivia, Chile

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Is the kernel X.25 support still actively maintained?
  2004-03-24 14:55 Is the kernel X.25 support still actively maintained? Tomas J. Sokorai Sch.
@ 2004-03-25 18:04 ` Frederico Faria
  2004-03-25 18:16   ` Arnaldo Carvalho de Melo
  2004-03-26 10:15   ` Re[2]: " un@roo
  0 siblings, 2 replies; 5+ messages in thread
From: Frederico Faria @ 2004-03-25 18:04 UTC (permalink / raw)
  To: Tomas J. Sokorai Sch., linux-x25

Hi Thomas,

 I am working with XOT ( using  xotd ) to communicate with a CISCO router.
 After ,  I  will need implement  FTAM  on Linux over X25 too. Then  I am
interested
to get  a stable and full   featured X.25 support for Linux.

 Any  newness you can contact-me on my  email.

Thank you,

Frederico Faria




----- Original Message -----
From: "Tomas J. Sokorai Sch." <tsokorai@xperts.cl>
To: <linux-x25@vger.kernel.org>
Sent: Wednesday, March 24, 2004 11:55 AM
Subject: Is the kernel X.25 support still actively maintained?


> Hi,
> I've been playing with X.25 networking over Linux, and found that there's
> little information (if any) and much of the stuff is outdated.
> I'm trying to get ISODE's FTAM client to work on Linux over X.25. I'm also
> trying to use XOT (with xotd) to communicate with a Cisco router.
> There started my problems: I had to make a port of the xotd's x25tap
interface
> to the 2.6.x kernel, as the patch on xotd is for the 2.4.x series.
> I already have a port of ISODE FTAM initiator that I'm debbuging, that at
> least tries to open a X.25 call to my responder.
> I was trying too to get a serial async X.25 link working, but the problems
> went on: No documentation on how to set up the link. Then I found that
> slattach is not patched to be able to set the tty to X.25, and the patch
is
> nowhere to be found. I made my own patched slattach, managed to get the
> x25asy interface up, but slattach freezes, and if I try to kill it or
reboot,
> the whole machine freezes.
> Is there anyone still working on Linux's X.25 support?
> It could be nice to unificate efforts and try to get a stable and full
> featured X.25 support for Linux.
>
>
> --
> Tomas J. Sokorai Sch.
> Socio director, Gerente Proyectos Especiales
> Xperts Ltda. F: 63 244591, Valdivia, Chile
> -
> To unsubscribe from this list: send the line "unsubscribe linux-x25" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Is the kernel X.25 support still actively maintained?
  2004-03-25 18:04 ` Frederico Faria
@ 2004-03-25 18:16   ` Arnaldo Carvalho de Melo
  2004-03-26 10:15   ` Re[2]: " un@roo
  1 sibling, 0 replies; 5+ messages in thread
From: Arnaldo Carvalho de Melo @ 2004-03-25 18:16 UTC (permalink / raw)
  To: Frederico Faria; +Cc: Tomas J. Sokorai Sch., linux-x25

On Thursday 25 March 2004 15:04, Frederico Faria wrote:
> Hi Thomas,
> 
>  I am working with XOT ( using  xotd ) to communicate with a CISCO router.
>  After ,  I  will need implement  FTAM  on Linux over X25 too. Then  I am
> interested
> to get  a stable and full   featured X.25 support for Linux.
> 
>  Any  newness you can contact-me on my  email.

I'll probably put my hands on the x.25 code in the coming months, as part of 
my TCPfication world tour :) I'm refactoring a ton of core networking code to 
reduce the differences on network protocol families implementations for the 
Linux kernel, initially I'm doing it on my stacks (Appletalk, LLC, IPX) and 
of course on the net/ipv4 and net/ipv6 code bases, but I'll eventually get to 
things like X.25.

For the curious the latest snapshot of my net-experimental tree is at this
URL:

http://www.kernel.org/pub/linux/kernel/people/acme/v2.6/net-experimental-2.6-20031224.patch.bz2

I've been busy with real life work after this christmas drop :-\

Just a heads up! :-)

- Arnaldo

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re[2]: Is the kernel X.25 support still actively maintained?
  2004-03-25 18:04 ` Frederico Faria
  2004-03-25 18:16   ` Arnaldo Carvalho de Melo
@ 2004-03-26 10:15   ` un@roo
  2004-03-26 13:16     ` Herve Gautier
  1 sibling, 1 reply; 5+ messages in thread
From: un@roo @ 2004-03-26 10:15 UTC (permalink / raw)
  To: linux-x25

Hello All,

      Is anybody working with x.25 now?
      Is anybody use Eicon cards in Linux?
      Can anybody help in setting up x.25 in there?

      Nicolay

Thursday, March 25, 2004, 9:04:47 PM, you wrote:

FF> Hi Thomas,

FF>  I am working with XOT ( using  xotd ) to communicate with a CISCO router.
FF>  After ,  I  will need implement  FTAM  on Linux over X25 too. Then  I am
FF> interested
FF> to get  a stable and full   featured X.25 support for Linux.

FF>  Any  newness you can contact-me on my  email.

FF> Thank you,

FF> Frederico Faria




FF> ----- Original Message -----
FF> From: "Tomas J. Sokorai Sch." <tsokorai@xperts.cl>
FF> To: <linux-x25@vger.kernel.org>
FF> Sent: Wednesday, March 24, 2004 11:55 AM
FF> Subject: Is the kernel X.25 support still actively maintained?


>> Hi,
>> I've been playing with X.25 networking over Linux, and found that there's
>> little information (if any) and much of the stuff is outdated.
>> I'm trying to get ISODE's FTAM client to work on Linux over X.25. I'm also
>> trying to use XOT (with xotd) to communicate with a Cisco router.
>> There started my problems: I had to make a port of the xotd's x25tap
FF> interface
>> to the 2.6.x kernel, as the patch on xotd is for the 2.4.x series.
>> I already have a port of ISODE FTAM initiator that I'm debbuging, that at
>> least tries to open a X.25 call to my responder.
>> I was trying too to get a serial async X.25 link working, but the problems
>> went on: No documentation on how to set up the link. Then I found that
>> slattach is not patched to be able to set the tty to X.25, and the patch
FF> is
>> nowhere to be found. I made my own patched slattach, managed to get the
>> x25asy interface up, but slattach freezes, and if I try to kill it or
FF> reboot,
>> the whole machine freezes.
>> Is there anyone still working on Linux's X.25 support?
>> It could be nice to unificate efforts and try to get a stable and full
>> featured X.25 support for Linux.
>>
>>
>> --
>> Tomas J. Sokorai Sch.
>> Socio director, Gerente Proyectos Especiales
>> Xperts Ltda. F: 63 244591, Valdivia, Chile
>> -
>> To unsubscribe from this list: send the line "unsubscribe linux-x25" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>

FF> -
FF> To unsubscribe from this list: send the line "unsubscribe linux-x25" in
FF> the body of a message to majordomo@vger.kernel.org
FF> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Best regards,
 un                            mailto:un@rootelecom.ru


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Is the kernel X.25 support still actively maintained?
  2004-03-26 10:15   ` Re[2]: " un@roo
@ 2004-03-26 13:16     ` Herve Gautier
  0 siblings, 0 replies; 5+ messages in thread
From: Herve Gautier @ 2004-03-26 13:16 UTC (permalink / raw)
  To: linux-x25

un@roo wrote:
> Hello All,
> 
>       Is anybody working with x.25 now?
>       Is anybody use Eicon cards in Linux?

Yes ! With the GCOM LiS streams and the Eicon X25 libraries. But I'm not 
an X.25 expert :-/

>       Can anybody help in setting up x.25 in there?

You can make a try !

> 
>       Nicolay
> 

-- 
Hervé Gautier


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-03-26 13:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-24 14:55 Is the kernel X.25 support still actively maintained? Tomas J. Sokorai Sch.
2004-03-25 18:04 ` Frederico Faria
2004-03-25 18:16   ` Arnaldo Carvalho de Melo
2004-03-26 10:15   ` Re[2]: " un@roo
2004-03-26 13:16     ` Herve Gautier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.