From 2e8d11b94ef1fea7a953cb2f57dcfc9a941efd7a Mon Sep 17 00:00:00 2001 From: Simon Ebner Date: Fri, 8 Nov 2013 09:55:56 +0100 Subject: [PATCH] Added readme file --- ch.psi.fdaq/Readme.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ch.psi.fdaq/Readme.md diff --git a/ch.psi.fdaq/Readme.md b/ch.psi.fdaq/Readme.md new file mode 100644 index 0000000..260e032 --- /dev/null +++ b/ch.psi.fdaq/Readme.md @@ -0,0 +1,7 @@ +# Overview +This software is used to readout the FDAQ box developed at X10SA. +On The FDAQ box there are 2 socket servers, one for retrieving the data and one for resetting the socket +server for data retrieval. + +The fdaq code provides exactly 2 to functionalities, it can query on the data socket for data (specifying how many data point) +and can send a reset request on the reset channel.