File: bitfling.htd

package info (click to toggle)
bitpim 1.0.7%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 31,384 kB
  • sloc: python: 267,746; cpp: 2,076; perl: 600; ansic: 409; sh: 226; makefile: 152; sed: 1
file content (24 lines) | stat: -rw-r--r-- 910 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#include "pagestart.h"

<p>BitFling is a way for BitPim to run on one machine and your phone
to be connected to a different machine, even across the Internet.
It uses a protocol over a secure connection to ensure this is safe.

<!-- CONTENTS BEGIN -->
BEGIN_TOC
    TOC_0
    TOCITEM_0(Configuring BitFling,bitfling-configure.htm)
    TOCITEM_0(Configuring BitPim to use BitFling,bitpim-bitfling-configure.htm)
    TOCITEM_0(Security Considerations,bitfling-security.htm)
    ENDTOC_0
END_TOC
<!-- CONTENTS END -->

<p>The technical details are that the BitFling protocol uses 
URL(http://www.xmlrpc.com/,XML-RPC) over an URL(http://en.wikipedia.org/wiki/Ssh,SSH)
connection.  The SSH connection is provided by the 
URL(http://www.lag.net/~robey/paramiko/,Paramiko) library.
The only channel present is for BitFling.  There is no shell access
or port forwarding implemented or permitted.

#include "pageend.h"