What is this?
This is designed for allow any AutoIt scripts (must include UDF provided) to call remote functions (host script written in AutoIt) and consume returned results.
How to allow remote client to call functions?
Edit the AppHost.au3, change the following:
Const $DEFAULT_RPC_ACCESS = $RPC_ACCESS_LOCALHOST
to
Const $DEFAULT_RPC_ACCESS = $RPC_ACCESS_REMOTE
-
Screenshots:
Download Links:
(Version 1.0) : http://www.mediafire.com/download/vcc1lacvmts21xd/AutoIt_RPC.zip