[BRLTTY] Low-level BrlAPI questions

Aura Kelloniemi kaura.dev at sange.fi
Mon Apr 19 02:36:05 EDT 2021


Hi list,

Samuel, thanks for all the additions. I'll incorporate them into brlapi-rs.
The code is soon in the earliest pre-alpha stage (i.e. wraps most of the API)
and I'll publish the repo on github.

On 2021-04-17 at 16:33 +0200, Samuel Thibault <samuel.thibault at ens-lyon.org> wrote:
 > About asynchronous errors returned by write, I was thinking that we
 > could introduce a very simple SYNC packet, that does nothing except
 > returning an ack, but that will actually make a round-trip between the
 > server and the client, i.e. receiving the ack means one has received all
 > asynchronous errors. Programmers can thus call it after a brlapi_write
 > while hacking, to make sure immediately that the write is correct. Once
 > the code is good, the programmer can remove it to let the write be
 > completely asynchronous for performance.

I think this is a very good idea. Could this operation also return the error
message to the client?

-- 
Aura


More information about the BRLTTY mailing list