🪧 ✨ Python class to send commands to the different games and receive information (device, start of a min-game). It also handles handcheck, heartbeat, etc in background.
Developed by Ludovic DARMET from the DANC lab and COPHY, under the supervision of Jimmy Bonaiuto and Jérémie Mattout.
📁
👩💻 Clone the repo:
git clone https://github.com/ludovicdmt/udp_cyb.git
cd ${INSTALL_PATH}
pip install -e .
This will install the module in editable mode. That means that any changes you do to the code will be updated so you don't have to re-install every time.
🗜️
You could then use this class inside one of your Python script, see in examples
folder.
🆘 If you encounter any issues while using this code, feel free to post a new issue on the issues webpage. I'll get back to you promptly, as I'm keen on continuously improving it. 🚀