at ACM Movement Computing Conference 2024
Creative coding platforms represent a genre of software that facilitates users in exploring and manifesting their creative inclinations through programming endeavors. Serving as an intermediary between coding practices and artistic expression, these platforms offer simplified coding syntaxes and user-friendly interface libraries.
The focal point of our work
In our design, we opted for the use of the Open Sound Control (OSC) protocol in tandem with UDP, and Websockets in tandem with TCP. This choice allows real-time communication between client and server, as opposed to more conventional protocols like HTTP. While considering alternatives such as WebRTC, we found its implementation complexity and reliance on third-party servers for peer-to-peer connectivity to complexify the process too much.
Communication between the robot and the server was made using a serial connection with an OpenCM9.04 development board flashed with a custom firmware. This board features multiple MOLEX connectors, allowing plug-and-play connectivity with the Poppy Ergo Jr.
Stay tuned for the launch of the ACM Movement and Computing Conference 2024 Proceedings, after which the full paper will be accessible.