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 - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -