phyphox Forums
translate editor to be an app? - Printable Version

+- phyphox Forums (https://phyphox.org/forums)
+-- Forum: App-Feedback (https://phyphox.org/forums/forumdisplay.php?fid=6)
+--- Forum: Experiment editor (new Blockly-based version) (https://phyphox.org/forums/forumdisplay.php?fid=15)
+--- Thread: translate editor to be an app? (/showthread.php?tid=2108)



translate editor to be an app? - noitarud - 03-17-2025

That should be an app (not be constrained to net to do design)!

(off topic) does phyphox do postprocessing (and permit some reprocessing on trial particulars?) or is it just realtime?


RE: translate editor to be an app? - Jens Noriʇzsɔɥ - 03-17-2025

The editor can be run offline. There are only a few occasions where a net connection is required: loading experiments and reset, AFAICR. It is not labelled “released” yet and is currently undergoing quite a refactoring to make it more supportable. If there is sufficient demand, we might put it also on GitHub.

There is perhaps a way to achieve “post processing” with a button, however, this is likely acting at the limits of the file format. In most cases, reading the data from the REST interface (remote access, see https://phyphox.org/wiki/index.php/Remote-interface_communication) and feed it to some script looks more effective to me…