'T24 Telnet Connection on TCP Port Using Python
How can we interact with temenos t24 TCServer on TCP port using Python libraries like telnet or socket? Has anyone worked on this area?
Solution 1:[1]
Easy to connect with Java. Temenos gives standard java libraries to all clients with examples
Solution 2:[2]
You can connect by telnet 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"). It allows you to send OFS messages. With OFS you can do almost everything you want in T24 ;)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Mark Taylor |
| Solution 2 | w.okrucinski |
