AutoHotkey Community

It is currently May 27th, 2012, 6:35 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: AHK Consultant?
PostPosted: April 1st, 2011, 5:06 pm 
Offline

Joined: April 1st, 2011, 4:32 pm
Posts: 1
Location: Miami, Floridaaaaa
I'm in a bit of a crunch and would like to actually pay someone to give a hand writing a small script. Probably a couple/few hours of work for someone. Please contact me if you're interested.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 1st, 2011, 6:13 pm 
Offline
User avatar

Joined: December 21st, 2007, 3:14 pm
Posts: 3826
Location: Louisville KY USA
Probably get more bite from serious members if you post what its about a high level of what your attempting to do

_________________
No matter what your oppinion Please join this discussion
Formal request to Polyethene
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 3rd, 2011, 1:50 am 
Offline

Joined: December 26th, 2010, 7:40 pm
Posts: 4172
Location: Awesometown, USA
*can't tell if legit, or April Fools troll*

But yes, please describe your problem in detail. There's actually a good chance it's already been done. I won't try to guess right now...

_________________
Autofire, AutoClick, Toggle, SpamWindow Control Tools
Recommended: AutoHotkey_L


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 3rd, 2011, 8:12 pm 
Offline

Joined: February 17th, 2008, 5:01 pm
Posts: 303
I would potentially be interested in hiring a AHK consultant to wrap the Windows Filtering Platform libraries for a "self-discipline" program I'm writing.

I'm a bit torn, though, between using AHK or C#. The rest of my program is in AHK, but this is a program that will be running on my computer all of the time and affecting all of my internet surfing, so I want it to be fast. Some of the Windows Filtering Platform calls involve callbacks, which an interpreted language might slow down too much. If I can find the right person to wrap the library in AHK, though, I would have them wrap the portions that don't intensively use callbacks.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 3rd, 2011, 11:16 pm 
Offline
User avatar

Joined: December 21st, 2007, 3:14 pm
Posts: 3826
Location: Louisville KY USA
why not use .NET Framework Interop

_________________
No matter what your oppinion Please join this discussion
Formal request to Polyethene
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 4th, 2011, 10:35 pm 
Offline

Joined: February 17th, 2008, 5:01 pm
Posts: 303
AAAAAAAAAAHHHHHHHHHHH!!!!!!

That's scary. I'm actually not much of a .NET guy, so I'm afraid I wouldn't know how to make this work. That's essentially what I'm hoping to find a consultant for. I might be able to figure it out on my own, but it would probably take about 40 hours, which I really can't afford given that I started this whole project to save time.... :-)

I've basically got two strategies:
1.) My AHK script has 4-5 modes, and will ideally need to do fairly complicated filtering depending on the mode. The first strategy would be to write all of the filtering logic in a separate C# process, and have the AHK script communicate with it through some sort of interprocess communication. All that the AHK script would have to tell the C# process would be which of the 4-5 modes it was in. I'm comfortable with sockets, so I was planning to just to have the two processes communicate through a port on localhost. It looks like .Net framework interop would be a variation on this.
2.) Get someone to wrap the Windows Filtering Platform (WFP) code in AHK, and write all of the filtering logic in AHK. There wouldn't be any headaches with Interprocess communication (IPC), but callbacks would be slow.

Assuming the filtering logic is written in C#, the challenging part will be writing the filtering logic in C#. I suspect the IPC, whether it is sockets based, .net interop based, or some other option, will be fairly simple, since I only have 4-5 modes. My hope is to use the project to learn some C#, if I take the "filtering logic in C#" approach. Here I'm mostly looking for a contractor for the second approach--"wrap the WFP libraries in AHK."


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: codybear and 2 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group