AbelCam Forum
Download AbelCam buy Pro
 
 
 
Welcome Anonymous User
05/05/2024 - 01:19 AM
Quick Search:
Quick Jump:
 
Announcements
Latest Topics
 
Growl support
By: MichaelAn
Rank: Forum Addict
Topics: 56
From: Denmark
Added: 05/27/2010 - 10:19 PM

Would be nice to have growl.

Would both be easy to detect visitors, chat, or what ever, even when abelcam is running on another computer than the one you use.
By: MichaelAn
Rank: Forum Addict
Topics: 56
From: Denmark
Added: 05/27/2010 - 10:23 PM

might even be possible to just make it as a plugin...
By: MichaelAn
Rank: Forum Addict
Topics: 56
From: Denmark
Added: 05/28/2010 - 01:02 PM

And i have decided to try and make that plug-in.
By: sse
Rank: Forum Addict
Topics: 73
From: n/a
Added: 05/29/2010 - 02:04 AM

Sounds good - let me know if I can help you.
By: MichaelAn
Rank: Forum Addict
Topics: 56
From: Denmark
Added: 05/30/2010 - 12:17 PM

Oh you can, i currently only got the sample plugin, mixed up with my parallax plugin.

A clean version of it could be good to have Smile Do you still have my mail, or should I leave you one?
By: sse
Rank: Forum Addict
Topics: 73
From: n/a
Added: 05/30/2010 - 01:32 PM

The URL to the sample plugin source is in your mailbox
By: MichaelAn
Rank: Forum Addict
Topics: 56
From: Denmark
Added: 05/30/2010 - 02:00 PM

Have been looking a bit at it now, and not sure if it is the right way to proceed.

The plugin's are web plugins, all working with the web server, and can return something with it. But this should work the other way, not call the abelcam url, and then a sub "folder" for the plugin. It should pick up everything the web server does, and then determine what to pass on to Growl. I tried to just remove the sub folder from the plugin, and that caused it to not show up on the list any longer. How should I proceed on it? Or can it even be done at all like that?
By: MelvinG
Rank: Magna Cum Laude
Topics: 661
From: Los Angeles, USA
Added: 05/31/2010 - 05:50 AM

Personally I don't think it can be done with the existing plugin interface. Interface is, as you correctly determined, designed for web plugins. But you need an interface for "guts" activity and tht hasn't been created yet.

Just my opinion... feel free to prove me wrong.
By: sse
Rank: Forum Addict
Topics: 73
From: n/a
Added: 06/01/2010 - 05:55 AM

Let the plugin monitor web server activity through the log file
By: MichaelAn
Rank: Forum Addict
Topics: 56
From: Denmark
Added: 06/02/2010 - 10:55 PM

Progress on this is a bit slow, as I am currently working on a multithreaded webserver for my K8055 and Arduino at the same time.


And Im ust be doing something very wrong...

Load sample script, compile it as it is, put it in the plugin folder... And it won't even show up on the list...
By: sse
Rank: Forum Addict
Topics: 73
From: n/a
Added: 06/03/2010 - 07:16 AM

The debug log should show you some information on this.
If you don't get ahead, send me the dll and I'll have a look at it.