ebusd_send added.

TCPListener renamed to TCPServer.
TCPClient added.
This commit is contained in:
Roland Jax
2014-06-02 18:58:19 +02:00
parent 9e6ba69f70
commit bc7b4d91b0
8 changed files with 149 additions and 22 deletions
+7 -1
View File
@@ -4,7 +4,9 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
AM_CXXFLAGS = $(LIBEBUS_CFLAGS) -I$(top_srcdir)/utils -fpic -Wall -Wextra
bin_PROGRAMS = ebusd ebusd_feed
bin_PROGRAMS = ebusd \
ebusd_feed \
ebusd_send
ebusd_SOURCES = src/main.cpp \
src/baseloop.cpp \
@@ -26,3 +28,7 @@ ebusd_feed_SOURCES = tools/ebusd_feed.cpp \
utils/appl.cpp
ebusd_feed_LDADD = $(LIBEBUS_LIBS)
ebusd_send_SOURCES = tools/ebusd_send.cpp \
utils/appl.cpp \
utils/tcpsocket.cpp