1PPPOB(1)                    General Commands Manual                   PPPOB(1)
2
3
4

NAME

6       pppob - Barry Project's program to access the Blackberry modem for pppd
7

SYNOPSIS

9       pppob [-l filename][-p pin][-P password][-s][-t][-v]
10

DESCRIPTION

12       pppob  is  a  program  suitable  for use in pppd's pty option file.  It
13       talks to an available Blackberry and provides modem access on stdin and
14       stdout.
15

OPTIONS

17       -l filename
18              Causes  verbose debug output from the -v switch to be written to
19              filename instead of stderr.
20
21       -p pin PIN of device to talk with.  Only needed if you have  more  than
22              one Blackberry connected at once.
23
24       -P password
25              Simplistic  method to specify device password.  In a real appli‐
26              cation, this would be done using a more secure prompt.
27
28       -s     Use Serial mode instead of  the  default  IpModem  mode.   Older
29              Blackberries  used  a serial mode based on a similar protocol to
30              what database access uses for retrieving data.  Each packet  had
31              a  size  and  socket  number prepended to the actual modem data.
32              Newer Blackberries have dedicated USB endpoints that  behave  as
33              read/write  points, and do not bother with this size/socket for‐
34              mat, and therefore transfer less data across the  USB  bus.   By
35              default, pppob tries to use IpModem mode if proper endpoints are
36              detected, and otherwise falls back to Serial mode.  This  switch
37              skips IpModem mode entirely and tries Serial mode immediately.
38
39       -t     Creates a pty for communication, instead of using stdin and std‐
40              out; and prints the filename of the pty on stdout.
41
42       -v     Dump verbose protocol data to stderr during operation.
43
44

AUTHOR

46       pppob is part of the Barry project.
47

SEE ALSO

49       http://www.netdirect.ca/software/packages/barry
50
51
52
53
54                                 July 7, 2012                         PPPOB(1)
Impressum