Open mancebral opened 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
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!
I would want to work with shiny receiving data from external apps such as Python and PureData.
Thank you!