java的异步传输模式
我在满足我们公司提出的要求时遇到了麻烦,如果有人可以帮助我解决这个问题,我将非常感激,我国政府要求每个赌场实施实时数据发送软件,为此,他们给了我们一份包含规范的文档,所以问题来了,在文档中,他们要求每个数据都必须使用 ATM 协议发送,但我在网上找不到任何有关如何发送的代码示例实现一个能够使用它发送数据的应用程序协议,我读了一些文章,我不确定,但我想我需要一个 ATM 交换机,我的问题是..我如何将 ATM 协议实现到一个 JAVA 应用程序?我对 ATM 交换机以及数据如何使用该协议传输的描述正确吗?我必须先将其转换为二进制或字节吗?如果你能给我一些示例代码那就太好了。
预先感谢
PD:抱歉我的英语……不太好
I'm having troubles with a requirement that have been asked to our company, i will be very thankful if someone can give me a hand on this, the government from my country is asking for every casino to implement a real time data-sending software, for this purpose they gave us a document with the specifications, so here comes the problem, in the document, they request that every data have to be sent using the ATM protocol, but i dont find any example of code in the web about how to implement an application that is able to send data using this protocol, i read some articles, im not sure about it but i think i need an ATM switch for this, my question is..how can i implement the ATM protocol to one JAVA application? Am i right about the ATM switch, and how the data travels using this protocol? do i have to convert it to binary or bytes before? and if you can give me some sample code that would be awesome.
Thanks in advance
PD: sorry about my english..is not that good
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先您需要一个支持 ATM 的硬件平台。然后,您需要在该硬件上实现 ATM 的 Java API。请参阅ATM 论坛 Java API 规范,但这只是你可以自己做的谷歌搜索,我不知道你将在哪里获得实现。
First you need a hardware platform that supports ATM. Then you need a Java API for ATM that is implemented on that hardware. See ATM Forum Java API specification, but this is just Googling that you could have done for yourself, and where you are going to get an implementation I have no idea.