AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Sparrow: AHK WebServer w/ AHK in HTML support (sources incl)
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next
 
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Lexikos



Joined: 17 Oct 2006
Posts: 7299
Location: Australia

PostPosted: Mon Feb 02, 2009 9:06 am    Post subject: Re: RemoteControl Reply with quote

skrommel wrote:
is there any system variables list somewhere?
If you mean environment variables, type "set" with no arguments at a command prompt. You might also want to go through the list of AutoHotkey variables, if you haven't already.
Back to top
View user's profile Send private message Visit poster's website
skrommel



Joined: 30 Jul 2004
Posts: 190

PostPosted: Mon Feb 02, 2009 6:01 pm    Post subject: Sparrow's variables Reply with quote

Smile No, a complete list of Sparrow's system variables:
$_System, $_Get, and other.

Sad My script above won't route the image to the right address, and I wonder if there's a variable that will tell me the url of the web server.

Skrommel
_________________
www.1HourSoftware.com
Back to top
View user's profile Send private message Visit poster's website
Petru



Joined: 17 Dec 2007
Posts: 235
Location: Galati, Romania

PostPosted: Mon Feb 02, 2009 9:36 pm    Post subject: Reply with quote

I'm sooooo excited waiting the new version... When will it be ready? I think it would be nice if you would provide us with minor updates, so maybe we can develop things in parallel.
Back to top
View user's profile Send private message Yahoo Messenger
derRaphael



Joined: 23 Nov 2007
Posts: 841
Location: ~/.

PostPosted: Tue Feb 03, 2009 1:51 pm    Post subject: Reply with quote

sparrow is being rewritten at the moment. but its a long process, since the entire core has to be written completly new from scratch to avoid the POST send data issue.

greets
dR
_________________

    All scripts, unless otherwise noted, are hereby released under CC-BY
Back to top
View user's profile Send private message
Petru



Joined: 17 Dec 2007
Posts: 235
Location: Galati, Romania

PostPosted: Tue Feb 03, 2009 2:30 pm    Post subject: Reply with quote

Well this project could be turned into a collaborative effort, don't you think?
Back to top
View user's profile Send private message Yahoo Messenger
derRaphael



Joined: 23 Nov 2007
Posts: 841
Location: ~/.

PostPosted: Tue Feb 03, 2009 11:21 pm    Post subject: Reply with quote

i thought about it, yes ... atm i am just quite short of time but still ... the idea to have it as a "true" community project is quite tempting.

who wants to contribute with this project, so we can develop a strategy (versioning, publishing/hosting, bugtracking, documentation) ?
_________________

    All scripts, unless otherwise noted, are hereby released under CC-BY
Back to top
View user's profile Send private message
Petru



Joined: 17 Dec 2007
Posts: 235
Location: Galati, Romania

PostPosted: Wed Feb 04, 2009 12:59 pm    Post subject: Reply with quote

We could start a Sourceforge project on this.
Back to top
View user's profile Send private message Yahoo Messenger
fincs



Joined: 05 May 2007
Posts: 1163
Location: Seville, Spain

PostPosted: Wed Feb 04, 2009 3:51 pm    Post subject: Reply with quote

I use Sparrow as an intranet server for my network (home).
Very nice.
_________________
fincs
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]
Back to top
View user's profile Send private message
Petru



Joined: 17 Dec 2007
Posts: 235
Location: Galati, Romania

PostPosted: Wed Feb 04, 2009 7:31 pm    Post subject: Reply with quote

This project has a huge potential, it should be turned into a collaborative project and a wiki-site is just what we need and it will surely be a hit for the most of the AHK users.
Back to top
View user's profile Send private message Yahoo Messenger
SMo
Guest





PostPosted: Tue Feb 24, 2009 2:53 pm    Post subject: Sparrow: 1. Community Project? 2. WebServiceHost? Reply with quote

Hi dR!

1.: Did you turn Sparrow into a Community Project up till now? If yes, could you please post the url.
2: What I would like to do with Sparrow is, using it as a WebServiceHost to provide remote automation for Windows Application, is this possible? Example: Install a Calculator.hkml file and providing Calculator.wsdl file and call the WebService Calculator(variable1, variable2, operation) and receive the result as defined in the wsdl. What happens on the server side is, the calculator application is launched and the calculation is performed and the result is copied, the calculator application is closed and the result is returned to the caller.

Thank you for your post and efforts for Sparrow getting running! I would call the the WebServiceHost "Sparrow Nest"

My best regards,
SMo
Back to top
paftdunk



Joined: 08 Apr 2009
Posts: 13

PostPosted: Fri Apr 10, 2009 3:33 am    Post subject: Reply with quote

so i couldn't get to the sparrow code, so wrote a web server myself with bits of code from everywhere... albeit it only returns 404...

http://www.autohotkey.com/forum/viewtopic.php?t=42967

Thanks for the inspiration Der Raphael!!
Back to top
View user's profile Send private message
Guest






PostPosted: Sat May 02, 2009 7:49 pm    Post subject: Anyone have this? Reply with quote

I had Sparrow a while back but now the download link isn't working. Would anyone be kind enough to upload it onto a different place if they have it for me?

Thank you.
Back to top
SoggyDog



Joined: 02 May 2006
Posts: 783
Location: Greeley, CO

PostPosted: Sat May 02, 2009 9:16 pm    Post subject: Reply with quote

Got it... Click Here
_________________

SoggyDog
Dwarf Fortress:
"The most intriguing game I've ever played."
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
derRaphael



Joined: 23 Nov 2007
Posts: 841
Location: ~/.

PostPosted: Fri May 22, 2009 12:33 am    Post subject: Reply with quote

Sparrow Reloaded:

At the moment a wiki for sparrow is coming up. It can be accessed and viewed at http://sparrow.wikia.com

also the sparrow core 0.1.3 version has been committed to SVN.

its accessible world-readable from: svn://autohotkey.net/sparrow/core

a more detailed howto can be found here:
http://sparrow.wikia.com/wiki/SVN_Howto

interested developers contact me thru pm or mail me to derRaphael-at-oleco-dot-net so i can setup needed accounts for you to commit to SVN repo.


ppl who are interested in sharing ideas, arts, hkml files, comments or creating wiki pages are welcome to participate aswell as all others.

thanks in advance
derRaphael
_________________

    All scripts, unless otherwise noted, are hereby released under CC-BY
Back to top
View user's profile Send private message
ManaUser



Joined: 24 May 2007
Posts: 1121

PostPosted: Fri May 22, 2009 3:48 am    Post subject: Reply with quote

I just wanted to add a quick note to say how cool this is. Smile I only tested it briefly, but I intend to experiment with this further.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next
Page 5 of 7

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group