SUPER TOP TEN TASK, a winner one: Program a simple OSC protocol based Liquid Galaxy Android application
Read about OSC protocol at http://opensoundcontrol.org/introduction-osc Ideate and develop a simple Android app that launches at least 8 commands to the Liquid Galaxy from the OSC app. Commands have to be: go to 5 different cities, go to moon, go to mars, go to earth. Browse through the Liquid Galaxy wiki to know about how the command sending works. Write documentation about how the system works, both the basic liquid galaxy and your new application.
You can mimic our actual Liquid Galaxy Controller android https://github.com/LiquidGalaxyLAB/Liquid-Galaxy-POIs-Controller https://play.google.com/store/apps/details?id=com.gsoc.ijosa.liquidgalaxycontroller
And also you can take a look and get an idea of how the protocol works at the many OSC open source applications out there, like: https://github.com/ahmetkizilay/QuickOSC
NOTE: if you have read the basics of the OSC protocol you have to be aware that you need to implement a listener on the Liquid Galaxy, a little server that listen in the selected ports, getting the instruction sent by the app and converting it to the Liquid Galaxy instruction. Look at this urls to have some code and ideas: https://docs.juce.com/master/tutorial_osc_sender_receiver.html https://github.com/attwad/python-osc
Send us the link, the compiled APK and a brief document with your observations about the new protocol and your new app to lgcodein@gmail.com. Publish it too in the selected task of your Google Code-in dashboard for mentor review and approval.