Skip to content
Snippets Groups Projects
  1. Nov 30, 2021
  2. Jul 01, 2021
  3. Jun 03, 2021
  4. Jun 01, 2021
  5. May 27, 2021
  6. Nov 04, 2020
  7. May 02, 2020
  8. Mar 30, 2020
    • Jonathan Hanks's avatar
      Removing ZMQ from the advLigoRTS code. · d2750ac5
      Jonathan Hanks authored
      The zmq streamers where kept around as a off the shelf method to move data for small (test) systems.  However the pub/sub code appears to work better, and has no distribution limitations either.  So remove the zmq code in favor of the pub/sub.
      d2750ac5
  9. Mar 11, 2020
  10. Jan 31, 2020
  11. Sep 25, 2019
    • Jonathan Hanks's avatar
      WIP on doing a standalone edcu application. · c940b491
      Jonathan Hanks authored
      Introducing a new edu application.
      
      This is a regular application, based on the edcu iocsh application, but
      without being an epics iocsh.  This is oriented towards a quick deployment
      of an epics->frame archiver w/o setting up an edc model.
      c940b491
    • Jonathan Hanks's avatar
      Extracted the simple_pv library out of the zmq_stream area. · 0c10818b
      Jonathan Hanks authored
      simple_pv was written to support zmq, but is used by other streams and
      does not require zmq.  This change moves it to its own area and makes
      sure it is always built, even when zmq is not found.
      
      Also removed an unneeded header from dix_xmit.c.  Its presence was
      noticed when the includes changed for the simple_pv move.
      0c10818b
  12. Sep 12, 2019
    • Jonathan Hanks's avatar
      WIP on doing a standalone edcu application. · 186eb4a5
      Jonathan Hanks authored
      Introducing a new edu application.
      
      This is a regular application, based on the edcu iocsh application, but
      without being an epics iocsh.  This is oriented towards a quick deployment
      of an epics->frame archiver w/o setting up an edc model.
      186eb4a5
  13. Aug 02, 2019
  14. Jul 23, 2019
  15. Jul 18, 2019
    • Jonathan Hanks's avatar
      Migrating daqd and related code from branch 3.5 · 25738869
      Jonathan Hanks authored
      This brings in:
      * Updates to the cmake build to support FrameCPP 2.6+
      * Various startup scripts for Debian8 & Gentoo 3.0
      * Daqd files updated to match branch 3.5
      * Moved over the ix/zmq/mx stream work from 3.5
      * The split of daq_core.h into daq_core.h & daq_core_defs.h to
      centralize declarations.
      25738869
  16. Mar 29, 2018
    • Jonathan Hanks's avatar
      Integrated the zmq 'compression' in the ix code + fixes. · daffe55d
      Jonathan Hanks authored
      Added cmake detection for dolphin.  Currently the cmake is hardcoded for
      an IX adapter and the sisci library.
      
      Added ix_fb_rcv and zmq_rcv_ix_xmit as cmake built targets.
      
      Updated the ix_stream/zmq_stream makefiles to use the zmq_transport files.
      
      Minor changes to make sure that zmq_fe/zmq_thread/zmq_rcv_ix_xmit/ix_fb_rcv
      populate headers and lay out data in the same way.
      
      Added test code to ix_fb_rcv to read data from an mbuf instead of dolphin
      to allow debugging on a non-dolphin system. -B sets the source mbuf name.
      
      Allowed added the -b flag to zmq_rcv_ix_xmit/ix_fb_rcv to allow overriding
      the mbuf that is used.
      
      Found that ix_fb_rcv was always copying the 1st buffer/stride/cycle from the
      daq_multi_cycle_data_t structure in the dolphin, fixed it to push out the
      cycle it was claiming to copy over.
      
      git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4726 6dcd42c9-f523-4c6d-aada-af552506706e
      daffe55d
  17. Feb 06, 2018
    • Jonathan Hanks's avatar
      Added daqd_shmem · ded4a9f9
      Jonathan Hanks authored
      daqd_shmem is similar to a standiop.  However it reads data from one combined shared memory segment, does not require a timer or adc card.
      
      Updates to the fe_stream_test to put data in the proper places.
      
      Additional test scripts and commands to help manipulate and introspect mbuf memory buffers.
      src/drv/mbuf/mbuf_probe
      src/zmq_stream/scripts/dump_zmq_core_structs.py
      
      Added a zmq_recv command to receive data from a zmq stream and publish it to a local mbuf.
      
      Adding a new c userspace interface to the mbuf shared memory.
      
      git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4650 6dcd42c9-f523-4c6d-aada-af552506706e
      ded4a9f9
  18. Jan 04, 2018
  19. Oct 31, 2017
  20. Aug 11, 2017
  21. Aug 08, 2017
  22. Jul 27, 2017
  23. Jun 20, 2017
  24. Jun 09, 2017
Loading