Conceptual question :
Is there any straightforward way to start / run a MS script on a PC using my iPhone?
I realise that I can do it with TeamViewer (or similar desktop viewing software) but I'm wondering if there is a neater and more elegant way?
Thoughts appreciated.
Initiate script on PC from iPhone?
Moderators: JRL, Dorian (MJT support)
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: Initiate script on PC from iPhone?
If you use the msNet remote controller, then, assuming your firewall is set up correctly you could just type a URL into your iOS Safari browser to trigger a macro. msNet essentially turns Macro Scheduler into a small http server, listening for requests, so e.g. you can type a URL like:
http://ip-address/macroname
You can make it ask or a password etc and pass params.
Funnily enough though I have been thinking lately about the idea of an iOS/Android app to do this more easily. It would require a plugin to Macro Scheduler and a cloud service on our server to handle the comms between the app and your desktop. However, I'm not sure how many people would find it useful and therefore whether it would be worth the development cost. One issue with running macros remotely is that the machine may be logged out / locked and since most macro scheduler macros simulate user activity what you could do with it could be very limited.
http://ip-address/macroname
You can make it ask or a password etc and pass params.
Funnily enough though I have been thinking lately about the idea of an iOS/Android app to do this more easily. It would require a plugin to Macro Scheduler and a cloud service on our server to handle the comms between the app and your desktop. However, I'm not sure how many people would find it useful and therefore whether it would be worth the development cost. One issue with running macros remotely is that the machine may be logged out / locked and since most macro scheduler macros simulate user activity what you could do with it could be very limited.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
- Grovkillen
- Automation Wizard
- Posts: 1132
- Joined: Fri Aug 10, 2012 2:38 pm
- Location: Bräcke, Sweden
- Contact:
Re: Initiate script on PC from iPhone?
Just give us access to MQTT and there's a ton of ways to communicate with MS.
Re: Initiate script on PC from iPhone?
Quick and easy way would be email. Have the script check an email address every 30 seconds and for security only accept from your email address reading the "from". Discarding anything else.
Then you can just send an email include the macro name in the subject line.
It can also email you back the results!
Then you can just send an email include the macro name in the subject line.
It can also email you back the results!