I am working with network equipment, i writing a program that uses asyncssh to do ssh to network device.
The network device sends sometimes updates via the session using broadcast. What i am trying to do is to make a listener that listens to the stdout, and still can get user inputs (probably will be some sort of rest api functions).
Is it possible to do so?