]> git.ipfire.org Git - oddments/cappie.git/log
oddments/cappie.git
13 years agoSet names of threads for better debugging.
Michael Tremer [Tue, 11 May 2010 21:54:54 +0000 (23:54 +0200)] 
Set names of threads for better debugging.

14 years agoAdd list of install requirements.
Michael Tremer [Tue, 20 Apr 2010 21:55:41 +0000 (23:55 +0200)] 
Add list of install requirements.

14 years agoAdd licensing information.
Michael Tremer [Tue, 20 Apr 2010 21:55:31 +0000 (23:55 +0200)] 
Add licensing information.

14 years agoAdd Makefile and example configuration file.
Michael Tremer [Tue, 20 Apr 2010 21:52:16 +0000 (23:52 +0200)] 
Add Makefile and example configuration file.

14 years agoAdd .gitignore.
Michael Tremer [Sat, 17 Apr 2010 18:56:28 +0000 (20:56 +0200)] 
Add .gitignore.

14 years agoSplitted into daemon and python module.
Michael Tremer [Sat, 17 Apr 2010 18:55:02 +0000 (20:55 +0200)] 
Splitted into daemon and python module.

14 years agoAdd a event that is able to execute shell commands.
Michael Tremer [Sat, 17 Apr 2010 16:09:12 +0000 (18:09 +0200)] 
Add a event that is able to execute shell commands.

14 years agoAdd a global event queue.
Michael Tremer [Sat, 17 Apr 2010 12:33:31 +0000 (14:33 +0200)] 
Add a global event queue.

This queue is supposed to handle events (that have to be defined
later), because we can only handle one event at the same time.

14 years agoDon't check length of arp messages.
Michael Tremer [Sat, 17 Apr 2010 10:53:15 +0000 (12:53 +0200)] 
Don't check length of arp messages.

It seems as if there are OSes around that send
packages with a different length.

14 years agoSpeedup the arp packet parsing function.
Michael Tremer [Fri, 16 Apr 2010 14:58:42 +0000 (16:58 +0200)] 
Speedup the arp packet parsing function.

Finally, do not provide information we do not use
later in the dict.

14 years agoInitial checkin.
Michael Tremer [Fri, 16 Apr 2010 14:23:37 +0000 (16:23 +0200)] 
Initial checkin.