How to communicate real-time data between Java and C++ code? -


my application includes 2 devices - phone , cpu. phone transferring data laptop @ low latencies (milliseconds). both can assumed have wifi.

what existing software should accomplishing task? example applications should at?

cheers

something rabbitmq or zeromq worth look. think looking messaging layer / protocol provides native client both java , c++, , can handle (or let handle in client code) serialisation issues correctly related platforms (endian-ness primary issue at).


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -