Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about OSC on galileo #1

Open
tmator opened this issue Mar 27, 2014 · 1 comment
Open

Question about OSC on galileo #1

tmator opened this issue Mar 27, 2014 · 1 comment

Comments

@tmator
Copy link

tmator commented Mar 27, 2014

Hi,

why did you use pthread instead of main loop ?

Did you modify something on OSC arduino lib ?

Good job,

@philippelaulheret
Copy link

If I remember well, the read on the socket was a blocking call, so it was interrupting the normal flow of the application.
Actually I don't think using a OSC sketch on Galileo is the best idea, it would have been much better to recompile a c library that do everything and plug it in (performance wise it would be better I think). But well we were trying this hybrid appraoch and having multiple threads in an arduino sketch sounded cool/useful/bad idea.

Keep us posted if you do something cool with the code !
Merci :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants