communication
How can I determine the length of received bytes of UsbRequest.queue(..) method?
I have troubles with UsbRequest class in Android 3.1. This is my code开发者_运维百科: ByteBuffer buffer = ByteBuffer.allocate(4096);[详细]
2023-03-25 06:34 分类:问答Sending Large amouts of data from Unmannaged C++ application to Managed C#
we have two applications, a native C++ application and a managed C#/WPF UI that creates input for, executes & reads output generated by the native application. Currently, communication between the[详细]
2023-03-24 17:58 分类:问答iOS application control non-ios devices via bluetooth
I want to develop iOS application that is a remote cotrol via bluetooth for the specific product. I try to research related methods for iOS programming, but most people almost said is impossible in iO[详细]
2023-03-23 18:14 分类:问答Screen Halt while Communication(Client/Server) in Android
I have an application in which there is Google map, location overlays on Google map and a separate thread which send the current location of device to server after every 30 seconds. The problem is tha[详细]
2023-03-23 09:35 分类:问答Is there a way where a website (remote) would talk to a set local machine when the ip of the local machine is configured in that website?
Hi i would like to know if there is any way where the remote machine would talk to a set local machine when a request is made to a remote machine from any other computer[详细]
2023-03-23 04:15 分类:问答Communicate between two java programs
I would like to create two Java programs, that communicate each other by messages. I know method client<->server<->client (using sockets) but I want to create client<->client communication (w[详细]
2023-03-22 14:18 分类:问答Applet - Servlet Communication
I have abandoned my earlier quest to make the applet communicate directly with the database, even though users and webpages have said that it\'s possible. I am now trying to get my applet to pass info[详细]
2023-03-22 06:41 分类:问答Can JMX be used for normal communication between two remote Java processes?
Can JMX be used for normal communication between two remote Java processes to transfer some data back and forth?[详细]
2023-03-22 00:19 分类:问答All ways of JVM to JVM communication
I want a list of all the ways two JVMs can communicate. 开发者_如何学CThe JVMs can be local or remote.[详细]
2023-03-21 12:42 分类:问答How to ensure that communication between 2 points is not tampered?
I have an app that runs in the client and this app sends and receives data to/from a remote server. Is there any way that I can guarantee that the data sent to the server really originated from the a[详细]
2023-03-20 15:51 分类:问答