[BRLTTY] using brlapi by multiple clients

Samuel Thibault samuel.thibault at ens-lyon.org
Wed Jun 4 19:12:36 EDT 2014


Siju Samuel, le Wed 04 Jun 2014 11:48:54 -0500, a écrit :
> can two clients;  NVDA and the 'in-house application' use
> brlapi simultaneously for read and write?.             

That was one of the main goals of brlapi :)

Please read section “Concurrency management between BrlAPI clients”
of the brlapi manual, that's precisely the purpose of the enterTtyMode()
call, just replace "VT" by "window" in the text for the Windows case:
your application should pass its window ID as first parameter of
brlapi_enterTtyMode, and brltty will automatically switch when
entering/leaving that window.

Samuel


More information about the BRLTTY mailing list