[BRLTTY] pacing line output to a Braille terminal?

Samuel Thibault samuel.thibault at ens-lyon.org
Mon Jul 4 01:25:30 EDT 2016


Rich Morin, on Sun 03 Jul 2016 16:18:23 -0700, wrote:
> On Jul 3, 2016, at 15:40, Samuel Thibault <samuel.thibault at ens-lyon.org> wrote:
> > I guess what you want to use is BrlAPI.
> > http://mielke.cc/brltty/doc/Manual-BrlAPI/English/BrlAPI.html
> 
> Thanks; that's certainly one possibility.  However, this API is based
> on C; might there be a message-based API (eg, JSON, REST, socket I/O)
> that would be more language independent?

BrlAPI is socket-I/O-based. The C library, as well as Java, Lisp,
Ocaml, Python and Tcl bindings are provided for conveniency. You can
reimplement the protocol yourself, but I really recommend just using the
existing implementation, writing the bindings to your preferred language
if needed.

Samuel


More information about the BRLTTY mailing list