This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Phyphox Android Source Code
#1
Exclamation 
Hello, I am working in a project in my university, that needs to deeply understand the code behind phyphox using Android Studio. But the part of experiments that I'm really interested is the Accoustic Section. All of experiments related to Sound/Accoustic. I have already downloaded the open source code "phyphox-android", but I'm not finding parts of the code ( i'm searching  the Classes in Android Studio), related specifically to that experiment´s section. I understood that the Classes are related to all experiments, and not divided for each of them, but what I really need to find is parts of code related to Accoustic. Someone have already worked with that experiments before ?

Thank You.

Carolina.
Reply
#2
The phyphox experiments are not hard coded, but defined in our own file format. The actual experiment definitions are in a separate repository (https://github.com/Staacks/phyphox-experiments) which is used by both, the Android and the iOS code. Our file format is XML-based and documented in our wiki (https://phyphox.org/wiki/index.php?title...ile_format). So, the app (i.e. the Android code you were looking at) loads these files, interprets them and does data analysis according to the configuration in the file. This way, you can change the experiments to your needs or even develop your own ones and run them on phyphox without changing the code of the app (see our experiment editor at https://phyphox.org/editor).
Reply


Forum Jump: