简体   繁体   English

TCP 端口上的 T24 Te.net 连接使用 Python

[英]T24 Telnet Connection on TCP Port Using Python

How can we interact with temenos t24 TCServer on TCP port using Python libraries like te.net or socket ?我们如何使用 Python 库(如te.netsocket )与 TCP 端口上的 temenos t24 TCServer 交互? Has anyone worked on this area?有人在这个领域工作过吗?

Easy to connect with Java.易于与 Java 连接。 Temenos gives standard java libraries to all clients with examples Temenos 为所有客户提供标准的 Java 库和示例

You can connect by te.net and then post "tRun tSS [ofs source]" where ofs source is an id from OFS.SOURCE T24 application (in older T24 command: "tSS [ofs source]" without "tRun").您可以通过 te.net 连接,然后发布“tRun tSS [ofs source]”,其中 ofs source 是来自 OFS.SOURCE T24 应用程序的 id(在旧的 T24 命令中:“tSS [ofs source]”没有“tRun”)。 It allows you to send OFS messages.它允许您发送 OFS 消息。 With OFS you can do almost everything you want in T24;)使用 OFS,您几乎可以在 T24 中做任何您想做的事情;)

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

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