0

I am using OpenCV on my Raspberry Pi to track circular objects. Then, I want to send the coordinate and radius values in an array of floats across the LAN to the Java program

I can send strings all fine with the code I have, but I'm having trouble trying to send numerical datatypes. What is the correct process for this?

2 Answers 2

1

A meta-answer would be to use JSON, since JSON generators and parsers can be found for every major programming language.

Sign up to request clarification or add additional context in comments.

Comments

1

Have you looked at BSON? It's like JSON, but optimised for a little more speed.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.