All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Add PPP server support
@ 2010-06-12  5:50 Zhenhua Zhang
  2010-06-12  5:50 ` [PATCH 01/11] gatserver: Suspend/resume GAtServer with GAtIO Zhenhua Zhang
  0 siblings, 1 reply; 22+ messages in thread
From: Zhenhua Zhang @ 2010-06-12  5:50 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 738 bytes --]

The patches extend GAtPPP to support PPP server role, so that you use gsmdial or wvdial to talk to test-server (Patch 6/11 adds PPP server support in test-server).

If you're interesting to try it, connect two machines by BlueZ serial proxy.

Server side:
1. Run ./test-server by 'root'. It will tell you the server port.
2. Update /etc/bluetooth/servial.conf. Create one if it doesn't exist.

	[Proxy DUN] # UUID for DUN proxy service
	UUID=00001103-0000-1000-8000-00805F9B34FB
	# Address for device node
	Address=/dev/pts/xxx

3. Restart bluetoothd.

Client side:
1. rfcomm bind -r <server bdaddr> 1
2. Run './gsmdial -n /dev/rfcomm0' by 'root'. 

You may update client's /etc/resolve.conf with server DNS info.



^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2010-06-22  6:31 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-12  5:50 [PATCH 00/11] Add PPP server support Zhenhua Zhang
2010-06-12  5:50 ` [PATCH 01/11] gatserver: Suspend/resume GAtServer with GAtIO Zhenhua Zhang
2010-06-12  5:50   ` [PATCH 02/11] gatserver: Check for disconnection when resuming Zhenhua Zhang
2010-06-12  5:50     ` [PATCH 03/11] gatppp: Add PPP server extension Zhenhua Zhang
2010-06-12  5:50       ` [PATCH 04/11] atmodem: Fix GAtPPPConnectFunc interface change Zhenhua Zhang
2010-06-12  5:50         ` [PATCH 05/11] test-server: Fix GIOChannel leak in create_tty Zhenhua Zhang
2010-06-12  5:50           ` [PATCH 06/11] test-server: Add PPP server support Zhenhua Zhang
2010-06-12  5:50             ` [PATCH 07/11] test-server: Configure network interface Zhenhua Zhang
2010-06-12  5:50               ` [PATCH 08/11] gsmdial: Configure network interface for PPP Zhenhua Zhang
2010-06-12  5:50                 ` [PATCH 09/11] gsmdial: Unref ppp when we get disconnected Zhenhua Zhang
2010-06-12  5:50                   ` [PATCH 10/11] test-server: Delay ppp_unref after IO processing Zhenhua Zhang
2010-06-12  5:50                     ` [PATCH 11/11] gsmdial: " Zhenhua Zhang
2010-06-12  6:03                       ` Zhang, Zhenhua
2010-06-18 17:51                         ` Denis Kenzior
2010-06-18 17:50                   ` [PATCH 09/11] gsmdial: Unref ppp when we get disconnected Denis Kenzior
2010-06-18 17:50           ` [PATCH 05/11] test-server: Fix GIOChannel leak in create_tty Denis Kenzior
2010-06-18 17:49       ` [PATCH 03/11] gatppp: Add PPP server extension Denis Kenzior
2010-06-21  2:38         ` Zhang, Zhenhua
2010-06-22  4:26           ` Denis Kenzior
2010-06-22  6:31             ` Zhang, Zhenhua
2010-06-18 17:31     ` [PATCH 02/11] gatserver: Check for disconnection when resuming Denis Kenzior
2010-06-18 17:31   ` [PATCH 01/11] gatserver: Suspend/resume GAtServer with GAtIO Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.