简体   繁体   English

是否有x.25协议Java库?

[英]Are there any x.25 protocol Java libraries?

I need to communicate with another machine using the x.25 protocol and Java. 我需要使用x.25协议和Java与另一台计算机通信。 Are there any Java Libraries available which will help me to accomplish my goal and is it even possible doing it with Java ? 有没有可用的Java库来帮助我实现自己的目标,甚至可以使用Java来实现?

I don't think there is one. 我不认为有一个。 Because there is no open stack to support X.25, you don't really gain much by using Java. 因为没有支持X.25的开放式堆栈,所以使用Java并不会带来太多好处。 We can't even upgrade our OS due to X.25. 由于X.25,我们甚至无法升级操作系统。 We have to use HP/UX 9 because the driver for the X.25 card is not available on newer OS. 我们必须使用HP / UX 9,因为X.25卡的驱动程序在较新的OS上不可用。

Our operations did some magic a few year ago to convert all X.25 traffic to TCP/IP using some off-the-shelf gateway. 几年前,我们的运营部门做了一些魔术,使用一些现成的网关将所有X.25流量转换为TCP / IP。 Maybe you should look into that. 也许您应该调查一下。

It's possible in theory, although the underlying operating system would have to support it, and you'd need to integrate with its native libraries. 从理论上讲这是可能的,尽管底层操作系统必须支持它,并且您需要与其本机库集成。 You couldn't do it in pure java, though. 但是,您无法在纯Java中做到这一点。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM