mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
system. It connects to eibd which is part of the BCU SDK and keeps state of KNX devices such as lamps, window blinds, heating and so on. Furthermore it provides a powerful, rule-based event after treatment, e.g. for switching other KNX devices, sending e-mail or SMS or executing a shell command. You can configure and control the LinKNX daemon using an XML-style protocol via TCP network socket or Unix domain socket. WWW: http://linknx.sourceforge.net/ PR: ports/128320 Submitted by: Björn König <bkoenig at alpha-tierchen.de>
10 lines
246 B
C
10 lines
246 B
C
--- src/eibclient.c.orig 2007-12-29 22:23:06.000000000 +0100
|
|
+++ src/eibclient.c 2008-10-23 20:15:56.000000000 +0200
|
|
@@ -32,6 +32,7 @@
|
|
#include <netinet/in.h>
|
|
#include <netdb.h>
|
|
#include <errno.h>
|
|
+#include <string.h>
|
|
|
|
#include "config.h"
|
|
|