Device and status information and control

ifdr_get_device_info

The ifdr_get_device_info command shows the hardware, FPGA, and embedded software versions currently installed onto the IFDR10. The security key, mac address, and serial number are also shown.

Example:

{ 
product: ifdr10, 
version_hw: unknown, 
  version_fpga: 0.20.0, 
  version_sw_app: v0.19.1+58.2e2c6d5, 
  version_fw: 0.0.1, 
  build_time: 2022-11-22T18:55:34Z, 
  image_name: devel-image, 
  security_keyset: rdkeys-test, 
  mac_address: unknown, 
  serial_number: unknown
} 

ifdr_status

The ifdr_status command tells if settings have been changed from the last power cycle, and whether IFDR10 is currently processing (creating data) or in an idle state.

Example:

{ 
  "settings_changed": true, 
  "engine_state": "IDLE" 
} 

ifdr_stop

ifdr_stop forces IFDR10 into the IDLE state.