allopole / ROSC

Build and Parse Open Sound Control (OSC) Messages in R
Other
2 stars 0 forks source link

When the receive function will be available? #1

Open mancebral opened 1 year ago

mancebral commented 1 year ago

I would want to work with shiny receiving data from external apps such as Python and PureData.

Thank you!

allopole commented 1 year ago

I have no plans to do this any time soon. I would recommend looking at python-osc https://pypi.org/project/python-osc/ for the OSC client and server, and pass data from python to R/Shiny in Quarto or Rmarkdown. https://appsilon.com/use-r-and-python-together/#call-python-scripts

mancebral commented 1 year ago

I was able to send the data from shiny to other external apps and computers with reticulate, however I am not able to receive data with this method, do you know if it is rerally possible to receive OSC data in R with reticulate?

Thanks in advanced!