Functional test suite for connman

2014-03-24 Thread Simon Busch
Hey everybody, I know there was once ago a functional test suite for connman as part of the Meego project. By searching through the web I just found the old meego references. Is there still a up to date and used functional test suite for connman available somehwere? regards, Simon

Re: [PATCH] doc: Add API documentation about WiFi P2P Peer

2014-03-03 Thread Simon Busch
. But you're right that seems to be really a per service decision. Do you think we should hard code such decisions or make them configurable for the API user? regards, Simon -- Simon Busch - http://mm.gravedo.de/blog/ ___ connman mailing list connman

Re: [PATCH 1/3] doc: add documentation for P2P related API modifications

2013-05-15 Thread Simon Busch
that this is available only for wifi technology. Good idea. Will add the mark as both properties being available for wifi technology only. regards, Simon -- Simon Busch - http://mm.gravedo.de/blog/ ___ connman mailing list connman@connman.net https

Re: API proposal for WiFi Direct support

2013-05-15 Thread Simon Busch
;a=blob;f=wpa_supplicant/README-P2P;h=8447a9044f67f606943729604e741f41bd1c09b2;hb=HEAD#l202 -- Simon Busch - http://mm.gravedo.de/blog/ ___ connman mailing list connman@connman.net https://lists.connman.net/mailman/listinfo/connman

Re: [PATCH 1/3] doc: add documentation for P2P related API modifications

2013-05-15 Thread Simon Busch
for P2P. Then on/off switch is simple and straight forward. Also the identifier can come from hostnamed and its pretty name. But isn't P2P bound to the wifi technology? Cause when wifi is off we can't enable P2P. regards, Simon -- Simon Busch - http://mm.gravedo.de/blog

API proposal for WiFi Direct support

2013-05-11 Thread Simon Busch
Hey everybody, as mentioned some time ago I am interested in implementing WiFi direct support within connman. In the last week I took some time to go through the specification and try to map the concepts of WiFi direct to the connman DBus API. Attached to this mail are three patches which

[PATCH 1/3] doc: add documentation for P2P related API modifications

2013-05-11 Thread Simon Busch
--- doc/service-api.txt| 2 +- doc/technology-api.txt | 13 + 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/doc/service-api.txt b/doc/service-api.txt index b33eb6f..4d85bae 100644 --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -161,7 +161,7 @@ Properties

[PATCH 2/3] doc: describe new group interface

2013-05-11 Thread Simon Busch
--- doc/group-api.txt | 83 + doc/manager-api.txt | 6 2 files changed, 89 insertions(+) create mode 100644 doc/group-api.txt diff --git a/doc/group-api.txt b/doc/group-api.txt new file mode 100644 index 000..36a7c24 --- /dev/null

[PATCH 3/3] doc: add overview description how p2p support works

2013-05-11 Thread Simon Busch
--- doc/p2p-overview.txt | 62 1 file changed, 62 insertions(+) create mode 100644 doc/p2p-overview.txt diff --git a/doc/p2p-overview.txt b/doc/p2p-overview.txt new file mode 100644 index 000..a796df4 --- /dev/null +++

Wifi direct support for connman

2013-04-09 Thread Simon Busch
efforts instead of doing the same work twice. regards, Simon -- Simon Busch - http://mm.gravedo.de/blog/ ___ connman mailing list connman@connman.net http://lists.connman.net/listinfo/connman

Re: Wifi direct support for connman

2013-04-09 Thread Simon Busch
rebased them to the latest version of connman and did some quick tests. From the first view it looks like there is a lot to do. I don't have an idea about how we can implement group management within connman. Will post when I have any news or first patches to discuss about. regards, Simon -- Simon

[PATCH] Allow ethernet provision by interface name

2013-04-03 Thread Simon Busch
Allowing provision by interface name can be helpful in some situations where interface names never change. In all other situations where the interface name is very likely to change the MAC should still be used as identifier for provisioning. --- doc/config-format.txt |2 ++ src/config.c

Re: Pre-configuring an ethernet interface

2013-02-14 Thread Simon Busch
this is needed. Anyone already working on getting this implemented? regards, Simon -- Simon Busch - http://mm.gravedo.de/blog/ ___ connman mailing list connman@connman.net http://lists.connman.net/listinfo/connman