Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Search found 6 matches

by back_ache
Tue Aug 24, 2010 9:47 am
Forum: General Support
Topic: EventGhost and PC idle timer *need some ideas*
Replies: 17
Views: 5882

Re: EventGhost and PC idle timer *need some ideas*

Would disabling then re-enabling it, in effect, reset the timer?
by back_ache
Tue Aug 03, 2010 9:36 am
Forum: General Support
Topic: Access Control Software
Replies: 6
Views: 2311

Re: Access Control Software

Using the information in the article (and articles like it) you may be able to hack something together in eventghost but I don't think it would be very expandable or very pretty but basically you could prove the concept.

As I understand it the chip squirts out an RFID's unique id down the serial ...
by back_ache
Fri Jun 25, 2010 10:19 am
Forum: General Support
Topic: Access Control Software
Replies: 6
Views: 2311

Re: Access Control Software

If you do want to continue with the fun of the DIY route, this article is by someone who did it with a cheap low-power embedded computer called an arduino

http://www.instructables.com/id/Arduino-RFID-Door-Lock/
by back_ache
Tue Jan 26, 2010 9:04 am
Forum: General Support
Topic: Control another PC over lan as HID
Replies: 2
Views: 1407

Re: Control another PC over lan as HID

"2. It has to function as a HID on the ION platform too, therefore it has to send some kind of information over LAN to the ION platform in order to function as an a HID.. Because I want to control MCE on the ION platform (like the arrow keys, space, enter and so on) this I'm a little worried about ...
by back_ache
Thu Jan 29, 2009 8:45 am
Forum: Coding Corner
Topic: web server how to stop and start events
Replies: 3
Views: 2677

Re: web server how to stop and start events

That's demo's a nice piece of HTML!

Is there anywhere we can see the eventghost configuration that goes with it.

In my tests so far I have been sending eg.TriggerEnduringEvent("world") on buttondown and eg.EndLastEvent() on buttonup.

Unfortunately this results in a never-ending loop! I don't know ...
by back_ache
Tue Jan 27, 2009 2:46 pm
Forum: Coding Corner
Topic: web server how to stop and start events
Replies: 3
Views: 2677

web server how to stop and start events

I want to control a volume control from a web interface but I don't want to have to repeatedly press the button, just press and hold as you would a normal remote control

On other systems I've started a "volumeup" event on "button down" and stopped it on "button release" how can I do this with event ...