Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 609 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 609 Bytes

GRANDproto_DAQ

DAQ software for GRANDProto35

##Required libraries: boost-asio tmux

##Build make clean; make

To send message to a board

./sendmsg

To run a server to receive message from a board

./trend_server [output file prefix] TRENDDATA message will be written to prefix.bin (and prefix.txt temporarly) Other messages will be written to prefix.txt

Function of the programms

  1. send_msg: send message to an IP address
  2. trend_server: Run a server to listen to message and record it
  3. bcast_msg: legacy, broadcast message over the whole subnetwork