- 20 Oct, 2022 1 commit
-
-
Jonathan Hanks authored
* Reflect the updated location of the python package (python/client)
-
- 10 Oct, 2022 1 commit
-
-
Jonathan Hanks authored
-
- 05 Oct, 2022 2 commits
-
-
Jonathan Hanks authored
-
Jonathan Hanks authored
* The cur_block field was being updated before the data, allowing a client to see a reference to an incomplete block.
-
- 04 Oct, 2022 1 commit
-
-
Jonathan Hanks authored
-
- 03 Oct, 2022 2 commits
-
-
Jonathan Hanks authored
-
Jonathan Hanks authored
* Automatically dumps data messages as it comes in.
-
- 01 Oct, 2022 2 commits
-
-
Jonathan Hanks authored
-
Jonathan Hanks authored
* As an aid for interactively looking at the data dump buffers in a python repl * not set to be installed yet
-
- 22 Sep, 2022 2 commits
-
-
Jonathan Hanks authored
* This will compare two memory segments data where ever they have overlapping time slices.
-
Jonathan Hanks authored
-
- 19 Sep, 2022 3 commits
-
-
Jonathan Hanks authored
Work on issue 11, updating daqd_stream_probe. Closes #11 See merge request jonathan-hanks/daqd_stream!12
-
Jonathan Hanks authored
This, was a source of difference between runs of daqd_stream_server even when there were no real changes. Closes #11
-
Jonathan Hanks authored
* Adding new modes to dump various bits of state * Moved daqd_stream_probe to its own application directory * daqd_stream_probe can work off of copies of the shmem to read dumps from the past
-
- 22 Aug, 2022 3 commits
-
-
Jonathan Hanks authored
Second and 16Hz data reads now use their own status structures. See merge request jonathan-hanks/daqd_stream!11
-
Jonathan Hanks authored
Second merge for split client/server See merge request jonathan-hanks/daqd_stream!10
-
Jonathan Hanks authored
Restructuring code to split the client/server dependencies. See merge request jonathan-hanks/daqd_stream!9
-
- 05 May, 2022 1 commit
-
-
Jonathan Hanks authored
* This is to allow second data to return more than 1 status value (1 per 16Hz segment)
-
- 04 May, 2022 7 commits
-
-
Jonathan Hanks authored
-
Jonathan Hanks authored
-
Jonathan Hanks authored
* Move files around to install header files for the plugins and server libs * Due to CMake constraints have to install the daqd_common library * Renamed daqd_stream_cxx to daqd_stream_client & daqd_stream_server
-
Jonathan Hanks authored
-
Jonathan Hanks authored
-
Jonathan Hanks authored
* Updating the doc generation
-
Jonathan Hanks authored
* Client code no longer requires curl, framecpp, ... * Added a 'common' helper library to hold shared coded between server/client. * Tests pass * Still need to work on the install/packaging.
-
- 25 Mar, 2022 2 commits
-
-
Jonathan Hanks authored
Update second fetching code to return a proper gps time. Closes #8 See merge request jonathan-hanks/daqd_stream!8
-
Jonathan Hanks authored
closes #8
-
- 24 Mar, 2022 1 commit
-
-
Jonathan Hanks authored
* Previously in a single source context gps 0 was returned for the first entry, not the actual gps time. Work on issue 8
-
- 14 Mar, 2022 2 commits
-
-
Jonathan Hanks authored
-
Jonathan Hanks authored
* Moved the logic for daqd_stream_probe into the same directory as the CMakeLists.txt file * This fixes an issue when building src dir == build dir
-
- 07 Mar, 2022 1 commit
-
-
Jonathan Hanks authored
-
- 05 Mar, 2022 1 commit
-
-
Jonathan Hanks authored
* No longer need to create and sort a global channel list for each request. * The code works with the individual source lists without a global merge.
-
- 04 Mar, 2022 2 commits
-
-
Jonathan Hanks authored
* Move channel search code to a separate function as a precursor to other work.
-
Jonathan Hanks authored
* add daqd_stream_unit_tests as a ctest defined test * updated daqd_stream_unit_tests to run, removing a partial multi-source test that is handled in specific multi stream tests.
-
- 03 Mar, 2022 5 commits
-
-
Jonathan Hanks authored
* change the client_base api to have a core data retrieval that does not reset the status or do byte swapping. * do all status setup and byteswapping at the 'top' level apis, not common/core data retrieval apis.
-
Jonathan Hanks authored
* Update the second reading test to alternate byte order and verify output * Update the 16th reading test to alternate byte order and verify output
-
Jonathan Hanks authored
* Multi stream second data was only doing endian changes on the 1st 16th second block.
-
Jonathan Hanks authored
* Changes in a sample/test application.
-
Jonathan Hanks authored
* A loop iteration variable was not being updated. Which was resulting in data being placed in the wrong location for second requests.
-
- 02 Mar, 2022 1 commit
-
-
Jonathan Hanks authored
* dcu_identifier had a faulty operator< * Updated test programs * simple_frame_generator.cc can now take external time from the cds /dev/gps device on request. * sample_client.cc expanded to do more testing
-