Jump to content

AutoIt Remote Procedure Call (RPC) - (Version 1.0)


Dhilip89
 Share

Recommended Posts

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:

post-11186-0-16005900-1369821741_thumb.ppost-11186-0-36945700-1369821748_thumb.ppost-11186-0-96361100-1369821755_thumb.p

Download Links:

(Version 1.0) : http://www.mediafire.com/download/vcc1lacvmts21xd/AutoIt_RPC.zip

Edited by Dhilip89

[u]My Projects[/u]:General:WinShell (Version 1.6)YouTube Video Downloader Core (Version 2.0)Periodic Table Of Chemical Elements (Version 1.0)Web-Based:Directory Listing Script Written In AutoIt3 (Version 1.9 RC1)UDFs:UnicodeURL UDFHTML Entity UDF[u]My Website:[/u]http://dhilip89.hopto.org/[u]Closed Sources:[/u]YouTube Video Downloader (Version 1.3)[quote]If 1 + 1 = 10, then 1 + 1 ≠ 2[/quote]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...