09-20-2019, 09:30 PM
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).