Page 1 of 1

Online Flow Viewer/Editor

Posted: 04 Sep 2017 11:58
by Bluscre
Some way to view edit flows online would be dope hence the keyboard and mouse on computers. This also would allow iframes with flows on the forum :)

Re: Online Flow Viewer/Editor

Posted: 04 Sep 2017 13:06
by Bluscre
Working hard on it: https://automagic4android.github.io/flow.html

Edit: Removed image for privacy

Re: Online Flow Viewer/Editor

Posted: 04 Sep 2017 23:16
by Bluscre
This will be a looooooooooooooooooooooooooooooooong way xD https://automagic4android.github.io/flo ... he_2_0.xml

Re: Online Flow Viewer/Editor

Posted: 15 Sep 2017 15:18
by simon_magus101
I do my scripting on Android running inside Virtualbox. Then sync using Dropbox or Google Drive. It would be nice to have an alternative.

Re: Online Flow Viewer/Editor

Posted: 15 Sep 2017 16:05
by Desmanto
simon_magus101 wrote:I do my scripting on Android running inside Virtualbox. Then sync using Dropbox or Google Drive. It would be nice to have an alternative.
That's a nice idea. For long script, this is probably more convenient. But I usually test my script directly on my phone while walking around, gathering inspiration. If in front of PC, I am tempted to do something else :D

For syncing to phone, you can open up the virtualbox guest connection to host, make it reachable. Then you can use HTTP request to send from virtual box to your phone directly. At your phone receive the flow and directly imported it. Automagic 1.34 has the HTTP post to upload data already, so you can send your flow back-thru both automagic powered devices.

Re: Online Flow Viewer/Editor

Posted: 16 Sep 2017 15:22
by mbirth
In the end this should run on the phone and be accessible via a specific port, like those web file managers, e.g. WebSharing.

Re: Online Flow Viewer/Editor

Posted: 19 Sep 2017 13:51
by simon_magus101
Desmanto wrote: Automagic 1.34 has the HTTP post to upload data already, so you can send your flow back-thru both automagic powered devices.
Thanks. I didn't know that.