Commands to configure the receiver. Not used in MYTHEN.
- receiver [s] starts/stops the receiver to listen to detector packets. Gets status of receiver. Options: [start, stop].
- r_online [i] sets/gets the receiver in online/offline mode. 1 is online, 0 is offline. Get is from shared memory.
- r_checkonline Checks the receiver if it is online/offline mode. Prints either 'All receiver online', '[List of all receiver hostname in offline mode] :Not all receiver online'. Only get!
- framescaught gets the number of frames caught by receiver. Average of all for multi-detector command. Only get!
- resetframescaught [i] resets the number of frames caught to 0. i can be any number. Use this if using status start, instead of acquire (this command is included). Only put!
- frameindex [i] gets the current frame index of receiver. Average of all for multi-detector command. Only get!
- r_lock [i] locks/unlocks the receiver to communicate with only this client. 1 locks, 0 unlocks.
- r_lastclient gets the last client communicating with the receiver. Only get!
- r_readfreq [i] sets/gets the stream frequency of data from receiver to client. i > 0 is the nth frame being streamed. 0 sets frequency to a default timer (200ms).
- rx_fifodepth [i] sets/gets receiver fifo (between Listener and Writer Threads) depth to i number of frames. Can improve listener packet loss, not if limited by writing.