Skip to content

Flint: command line to connect to a session

This MR provides a way to connect a new Flint instance to an already existing BLISS session.

  • It will only allow for now to watch the next scans
  • The current running scan will not be displayed
  • The BLISS shell will not be aware of this Flint instance

It can be used this way.

export TANGO_HOST=ordi:10000
export BEACON_HOST=ordi:10001
flint --bliss-session demo_session
Edited by Valentin Valls

Merge request reports