X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=go%2Fr3-eventbroker_zmq%2Fdesign.txt;fp=go%2Fr3-eventbroker_zmq%2Fdesign.txt;h=0000000000000000000000000000000000000000;hp=44602b9fb58fb81d984886484ab7a8472a7ddefe;hb=c775b5528f8f96e75c28264b9cea8525c6da9298;hpb=a87c91b7d4544703879b7ef6e472b863765e3949 diff --git a/go/r3-eventbroker_zmq/design.txt b/go/r3-eventbroker_zmq/design.txt deleted file mode 100644 index 44602b9..0000000 --- a/go/r3-eventbroker_zmq/design.txt +++ /dev/null @@ -1,5 +0,0 @@ -This daemon should furthermore be the only one ! to regexp parse door firmware string messages, door command string messages and sensor string notices from different sources. -Thus this should be the only place we have to change code when regular expressions change or new sources are added or ip addresses change. -The data is then exported as go-struct like events. Internally (to add i.e. presence) and externally via 0mq pub -Thus the same events are usable in different services written in different languages -(instead of just one language where we could import a common library for regexp parsing again and again)