Skip to content

Always send data to localhost:5000

David-Leon Pohl requested to merge monitor_std_on into development

Data is now always send to localhost:5000. Cfgs are not cluttered. To deactivate data sending on has to define in scan cfg. either:

  • send_data: False
  • send_data: 0
  • send_data: None

Merge request reports