From 89228a57f2936f8cf2e6fb9c3a37c337c5b4d011 Mon Sep 17 00:00:00 2001 From: Simon Ebner Date: Mon, 18 May 2020 11:38:09 +0200 Subject: [PATCH] update readme --- Readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 4d96c6f..5f6ab51 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,12 @@ # Overview + Simple server to dump Epics Channel Access data to an HDF5 file. The server gets an http callback from the Broker whenever there was an acquisition. + +__Note: THIS IS/WAS A FRIDAY AFTERNOON HACK TO MAKE THE SWISSFEL DAQ WORK__ + + The format of the request is as follows: ``` { @@ -26,4 +31,4 @@ Right now this server needs to run on the same server than the ```bash curl -XPUT -d '{"range":{"startPulseId": 7281433214, "endPulseId": 7281489688}, "parameters":{"output_file":"test.h5"}}' http://localhost:10200/notify -``` \ No newline at end of file +```