All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Request Private Network creation to ConnMan
@ 2011-04-22 10:02 Guillaume Zajac
  2011-04-22 10:02 ` [PATCH 1/4] gatppp: Add new contructor to use external fd Guillaume Zajac
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Guillaume Zajac @ 2011-04-22 10:02 UTC (permalink / raw)
  To: ofono

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

Hi,

This set of patch allow to enable a data call from DUN client to DUN server.
DUN server is a Ubuntu computer running with BlueZ, ConnMan and oFono.
ConnMan will use default available interface to connect to Internet.
DUN client can open an Internet page and browse it.


Guillaume Zajac (4):
  gatppp: Add new contructor to use external fd
  emulator: add routine to request/release private network from ConnMan
  connman: add plugin in oFono to request request/release private
    network
  Makefile: add connman plugin build

 Makefile.am        |    3 +
 gatchat/gatppp.c   |   43 +++++++++-
 gatchat/gatppp.h   |    2 +
 gatchat/ppp.h      |    2 +-
 gatchat/ppp_net.c  |   46 ++++++----
 include/emulator.h |   10 ++
 plugins/connman.c  |  239 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/emulator.c     |   75 +++++++++++++++--
 8 files changed, 391 insertions(+), 29 deletions(-)
 create mode 100644 plugins/connman.c


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

end of thread, other threads:[~2011-04-22 14:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-22 10:02 [PATCH 0/4] Request Private Network creation to ConnMan Guillaume Zajac
2011-04-22 10:02 ` [PATCH 1/4] gatppp: Add new contructor to use external fd Guillaume Zajac
2011-04-22 10:02 ` [PATCH 2/4] emulator: add routine to request/release private network from ConnMan Guillaume Zajac
2011-04-22 10:02 ` [PATCH 3/4] connman: add plugin in oFono to request request/release private network Guillaume Zajac
2011-04-22 11:02   ` =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Dalleau
2011-04-22 14:33     ` Aygon, Bertrand
2011-04-22 10:02 ` [PATCH 4/4] Makefile: add connman plugin build Guillaume Zajac

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.