Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xbrlapi(1) [debian man page]

XBRLAPI(1)							The BRLTTY Project							XBRLAPI(1)

NAME
xbrlapi - X11 BrlAPI helper for Linux/Unix SYNOPSIS
xbrlapi [option ...] DESCRIPTION
xbrlapi connects to a BrlAPI server in order to provide it with the ID of the X11 window which currently has focus. It also simulates X keysyms from braille key presses (else brltty would simulate them using a qwerty keyboard). OPTIONS
Options are processed sequentially from left to right. If an option is specified more than once, or in case of a conflict, the rightmost specification takes precedence. The following options are supported: -b [host][:port] (--brlapi=) The BrlAPI server to connect to. -a string (--auth=) The BrlAPI authorization/authentication string. -d display (--display=) The X display to connect to. If not specified, the content of the DISPLAY environment variable is used. -q (--quiet) Do not write any text to the braille device. -h (--help) Print a command line usage summary and then exit. -H (--full-help) Print a thorough command line usage summary and then exit. SEE ALSO
For more details on the purpose of xbrlapi, see BrlAPI's on-line manual at [http://mielke.cc/brltty/doc/Manual-BrlAPI/Eng- lish/BrlAPI-3.html]. brltty 4.3 Oct 2011 XBRLAPI(1)

Check Out this Related Man Page

brlapi_connectionSettings_t(3)					      BrlAPI					    brlapi_connectionSettings_t(3)

NAME
brlapi_connectionSettings_t - Settings structure for BrlAPI connection. SYNOPSIS
#include <brlapi.h> Data Fields char * auth char * host Detailed Description This structure holds every parameter needed to connect to BrlAPI: which file the authorization key can be found in and which computer to connect to. Examples: brlapi_connectionSettings_t settings; settings.auth='/etc/brlapi.key'; settings.host='foo'; libbrlapi will read authorization key from file /etc/brlapi.key and connect to the machine called 'foo', on the default TCP port. settings.host='10.1.0.2'; lets directly enter an IP address instead of a machine name. settings.host=':1'; lets libbrlapi connect to the local computer, on port BRLAPI_SOCKETPORTNUM+1 See Also: brlapi_openConnection() Field Documentation char* brlapi_connectionSettings_t::auth For security reasons, libbrlapi has to get authorized to connect to the BrlAPI server. This can be done via a secret key, for instance. This is the path to the file which holds it; it will hence have to be readable by the application. Setting NULL defaults it to local installation setup or to the content of the BRLAPI_AUTH environment variable, if it exists. char* brlapi_connectionSettings_t::host This tells where the BrlAPI server resides: it might be listening on another computer, on any TCP port. It should look like 'foo:1', which means TCP port number BRLAPI_SOCKETPORTNUM+1 on computer called 'foo'. Note: Please check that resolving this name works before complaining Settings NULL defaults it to localhost, using the local installation's default TCP port, or to the content of the BRLAPI_HOST environment variable, if it exists. Author Generated automatically by Doxygen for BrlAPI from the source code. Version 1.0 Fri Jun 7 2013 brlapi_connectionSettings_t(3)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

display gets all meessed up,,,

Hi, I am using putty to connect to a linux machine. hmm, this is a little difficult to explain... Whenever I type something which is more than a line, then instead of going to the start of next line.. the cursor goes back to the start of current line and overwrites it. The display gets all... (4 Replies)
Discussion started by: the_learner
4 Replies

2. Shell Programming and Scripting

write a c program that simulates ls command

i need the a c program that simulates the "ls" command:b: (5 Replies)
Discussion started by: madhu.it
5 Replies

3. UNIX for Dummies Questions & Answers

Xwindows not working

Hi I am trying to run a program on a solaris bx that requires an xwindow. I have exceed running and X11 forwarding enabled in putty I sent my display but the output is can't open display. To connect to the server I ssh to a jump host and ssh to the server and then su to root. Could this have... (4 Replies)
Discussion started by: naddy
4 Replies

4. AIX

X Forwarding broke

X Forwarding has quit working on only 2 of our AIX Servers. ssh -X -vvv host That shows it requesting the X11 forward auth spoofing. No errors. echo $DISPLAY shows the display variable However when I execute xclock.... nothing... Kinda like it just hangs and for some reasons it does... (1 Reply)
Discussion started by: Gibby13
1 Replies

5. UNIX for Dummies Questions & Answers

Linux/UNIX Server won't connect to Internet

I know nothing about Linux/Unix. The fact that it is Linux/Unix is what someone told me the server is. It has been set up with the work stations in my home and would connect to the internet (DSL) and work with the other stations. We now have an actual office that does not have DSL, but rather has... (2 Replies)
Discussion started by: BgDunbar
2 Replies