* [PATCH] doc: add the optional freq parameter to the connmanctl manpage
@ 2023-06-29 10:00 Marcus Folkesson
2023-08-18 10:32 ` Marcus Folkesson
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: Marcus Folkesson @ 2023-06-29 10:00 UTC (permalink / raw)
To: connman; +Cc: marcus.folkesson
Add 'freq' to the parameter list used for WiFi Tethering.
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
---
doc/connmanctl.1.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/connmanctl.1.in b/doc/connmanctl.1.in
index d87472c3..cf662ca3 100644
--- a/doc/connmanctl.1.in
+++ b/doc/connmanctl.1.in
@@ -10,7 +10,7 @@ SYNOPSIS
.BI enable \ technology\fR|offline\ |
.BI disable \ technology\fR|offline\ |
.BI tether \ technology\ \fRon|off\ |
-.BI tether\fR\ wifi\ on|off\ ssid\ passphrase\fR\ |
+.BI tether\fR\ wifi\ on|off\ ssid\ passphrase\ freq\fR\ |
.BR services \ [\fIservice\fR]\ |
.BI peers \ peer\fR\ |
.BI scan \ technology\fR\ |
@@ -86,7 +86,7 @@ by default since tethering it usually breaks local networks. See
for enabling.
.PP
.TP
-.BR tether\ wifi\ on \ |\ off \ \fIssid\ passphrase
+.BR tether\ wifi\ on \ |\ off \ \fIssid\ passphrase\ [freq]
Enable or disable wireless tethering, as well set the SSID and passphrase.
.PP
.TP
--
2.40.1
^ permalink raw reply related [flat|nested] 10+ messages in thread* Re: [PATCH] doc: add the optional freq parameter to the connmanctl manpage 2023-06-29 10:00 [PATCH] doc: add the optional freq parameter to the connmanctl manpage Marcus Folkesson @ 2023-08-18 10:32 ` Marcus Folkesson 2023-10-20 13:30 ` KeithG 2023-10-20 6:29 ` Marcus Folkesson 2023-11-13 12:15 ` Marcus Folkesson 2 siblings, 1 reply; 10+ messages in thread From: Marcus Folkesson @ 2023-08-18 10:32 UTC (permalink / raw) To: connman [-- Attachment #1: Type: text/plain, Size: 1258 bytes --] Ping? Is the mailing list still active? Best regards, Marcus Folkesson On Thu, Jun 29, 2023 at 12:00:00PM +0200, Marcus Folkesson wrote: > Add 'freq' to the parameter list used for WiFi Tethering. > > Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> > --- > doc/connmanctl.1.in | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/doc/connmanctl.1.in b/doc/connmanctl.1.in > index d87472c3..cf662ca3 100644 > --- a/doc/connmanctl.1.in > +++ b/doc/connmanctl.1.in > @@ -10,7 +10,7 @@ SYNOPSIS > .BI enable \ technology\fR|offline\ | > .BI disable \ technology\fR|offline\ | > .BI tether \ technology\ \fRon|off\ | > -.BI tether\fR\ wifi\ on|off\ ssid\ passphrase\fR\ | > +.BI tether\fR\ wifi\ on|off\ ssid\ passphrase\ freq\fR\ | > .BR services \ [\fIservice\fR]\ | > .BI peers \ peer\fR\ | > .BI scan \ technology\fR\ | > @@ -86,7 +86,7 @@ by default since tethering it usually breaks local networks. See > for enabling. > .PP > .TP > -.BR tether\ wifi\ on \ |\ off \ \fIssid\ passphrase > +.BR tether\ wifi\ on \ |\ off \ \fIssid\ passphrase\ [freq] > Enable or disable wireless tethering, as well set the SSID and passphrase. > .PP > .TP > -- > 2.40.1 > [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 833 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] doc: add the optional freq parameter to the connmanctl manpage 2023-08-18 10:32 ` Marcus Folkesson @ 2023-10-20 13:30 ` KeithG 2023-10-20 15:49 ` Marcus Folkesson 0 siblings, 1 reply; 10+ messages in thread From: KeithG @ 2023-10-20 13:30 UTC (permalink / raw) To: Marcus Folkesson; +Cc: connman Marcus, I have been watching your investigation with interest. I am a list member as well, but have noticed that there seems to be very little engagement by any devs in the past year or so. I think Daniel Wagner was the primary developer and he was wanting someone to take this project over. I also have a feature request that has not yet been implemented, though some work has been done. It just doesn't work yet. Are you interested in taking over this project? I, for one, would love to see continued development of connman. If no one is maintaining connman, I will have to see if I can migrate to another network manager. I have been considering nmcli, but it is so complicated in comparison. Keith On Fri, Aug 18, 2023 at 5:30 AM Marcus Folkesson <marcus.folkesson@gmail.com> wrote: > > > Ping? > > Is the mailing list still active? > > Best regards, > Marcus Folkesson > > On Thu, Jun 29, 2023 at 12:00:00PM +0200, Marcus Folkesson wrote: > > Add 'freq' to the parameter list used for WiFi Tethering. > > > > Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> > > --- > > doc/connmanctl.1.in | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/doc/connmanctl.1.in b/doc/connmanctl.1.in > > index d87472c3..cf662ca3 100644 > > --- a/doc/connmanctl.1.in > > +++ b/doc/connmanctl.1.in > > @@ -10,7 +10,7 @@ SYNOPSIS > > .BI enable \ technology\fR|offline\ | > > .BI disable \ technology\fR|offline\ | > > .BI tether \ technology\ \fRon|off\ | > > -.BI tether\fR\ wifi\ on|off\ ssid\ passphrase\fR\ | > > +.BI tether\fR\ wifi\ on|off\ ssid\ passphrase\ freq\fR\ | > > .BR services \ [\fIservice\fR]\ | > > .BI peers \ peer\fR\ | > > .BI scan \ technology\fR\ | > > @@ -86,7 +86,7 @@ by default since tethering it usually breaks local networks. See > > for enabling. > > .PP > > .TP > > -.BR tether\ wifi\ on \ |\ off \ \fIssid\ passphrase > > +.BR tether\ wifi\ on \ |\ off \ \fIssid\ passphrase\ [freq] > > Enable or disable wireless tethering, as well set the SSID and passphrase. > > .PP > > .TP > > -- > > 2.40.1 > > ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] doc: add the optional freq parameter to the connmanctl manpage 2023-10-20 13:30 ` KeithG @ 2023-10-20 15:49 ` Marcus Folkesson 2023-10-20 16:13 ` Grant Erickson 0 siblings, 1 reply; 10+ messages in thread From: Marcus Folkesson @ 2023-10-20 15:49 UTC (permalink / raw) To: KeithG; +Cc: connman [-- Attachment #1: Type: text/plain, Size: 2889 bytes --] Keith, I'm also a bit worried about the engagement of this project. I do use it on both my (personal) PC and in several embedded Linux systems in my proffession. I'm willing to taking over the project if we think it will help the project forward. Although right now it is a bit unclear what the project actually needs to get a push forward. What I can offer is keep track of the mailing list, review patches, manage the git repo and releases. Anyone is welcome to contact me if there such is interest. Best regards, Marcus Folkesson On Fri, Oct 20, 2023 at 08:30:07AM -0500, KeithG wrote: > Marcus, > > I have been watching your investigation with interest. I am a list > member as well, but have noticed that there seems to be very little > engagement by any devs in the past year or so. I think Daniel Wagner > was the primary developer and he was wanting someone to take this > project over. I also have a feature request that has not yet been > implemented, though some work has been done. It just doesn't work yet. > > Are you interested in taking over this project? I, for one, would love > to see continued development of connman. If no one is maintaining > connman, I will have to see if I can migrate to another network > manager. I have been considering nmcli, but it is so complicated in > comparison. > > Keith > > > On Fri, Aug 18, 2023 at 5:30 AM Marcus Folkesson > <marcus.folkesson@gmail.com> wrote: > > > > > > Ping? > > > > Is the mailing list still active? > > > > Best regards, > > Marcus Folkesson > > > > On Thu, Jun 29, 2023 at 12:00:00PM +0200, Marcus Folkesson wrote: > > > Add 'freq' to the parameter list used for WiFi Tethering. > > > > > > Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> > > > --- > > > doc/connmanctl.1.in | 4 ++-- > > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > > > diff --git a/doc/connmanctl.1.in b/doc/connmanctl.1.in > > > index d87472c3..cf662ca3 100644 > > > --- a/doc/connmanctl.1.in > > > +++ b/doc/connmanctl.1.in > > > @@ -10,7 +10,7 @@ SYNOPSIS > > > .BI enable \ technology\fR|offline\ | > > > .BI disable \ technology\fR|offline\ | > > > .BI tether \ technology\ \fRon|off\ | > > > -.BI tether\fR\ wifi\ on|off\ ssid\ passphrase\fR\ | > > > +.BI tether\fR\ wifi\ on|off\ ssid\ passphrase\ freq\fR\ | > > > .BR services \ [\fIservice\fR]\ | > > > .BI peers \ peer\fR\ | > > > .BI scan \ technology\fR\ | > > > @@ -86,7 +86,7 @@ by default since tethering it usually breaks local networks. See > > > for enabling. > > > .PP > > > .TP > > > -.BR tether\ wifi\ on \ |\ off \ \fIssid\ passphrase > > > +.BR tether\ wifi\ on \ |\ off \ \fIssid\ passphrase\ [freq] > > > Enable or disable wireless tethering, as well set the SSID and passphrase. > > > .PP > > > .TP > > > -- > > > 2.40.1 > > > [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 833 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] doc: add the optional freq parameter to the connmanctl manpage 2023-10-20 15:49 ` Marcus Folkesson @ 2023-10-20 16:13 ` Grant Erickson 0 siblings, 0 replies; 10+ messages in thread From: Grant Erickson @ 2023-10-20 16:13 UTC (permalink / raw) To: Marcus Folkesson, KeithG; +Cc: connman Marcus and Keith, I am also surprised at the low engagement, particularly given the 10s-100s of millions of Google / Nest and Samsung devices using connman. I wonder if a bit of “marketing” on that front might help engagement a bit. I’m working on both stability (see my email from yesterday regarding the 60 scan-build-identified issues) and finishing out Emmanuel Vautrin <emmanuel.vautrin@cpexterne.org> “EnableOnlineToReadyTransition” active-service-monitoring-and-promotion-demotion work. Best, Grant -- Principal Nuovations gerickson@nuovations.com http://www.nuovations.com/ > On Oct 20, 2023, at 8:49 AM, Marcus Folkesson <marcus.folkesson@gmail.com> wrote: > > Keith, > > I'm also a bit worried about the engagement of this project. > I do use it on both my (personal) PC and in several embedded > Linux systems in my proffession. > > I'm willing to taking over the project if we think it will > help the project forward. Although right now it is a bit unclear > what the project actually needs to get a push forward. > > What I can offer is keep track of the mailing list, review patches, > manage the git repo and releases. > Anyone is welcome to contact me if there such is interest. > > Best regards, > Marcus Folkesson > > > > On Fri, Oct 20, 2023 at 08:30:07AM -0500, KeithG wrote: >> Marcus, >> >> I have been watching your investigation with interest. I am a list >> member as well, but have noticed that there seems to be very little >> engagement by any devs in the past year or so. I think Daniel Wagner >> was the primary developer and he was wanting someone to take this >> project over. I also have a feature request that has not yet been >> implemented, though some work has been done. It just doesn't work yet. >> >> Are you interested in taking over this project? I, for one, would love >> to see continued development of connman. If no one is maintaining >> connman, I will have to see if I can migrate to another network >> manager. I have been considering nmcli, but it is so complicated in >> comparison. >> >> Keith >> >> >> On Fri, Aug 18, 2023 at 5:30 AM Marcus Folkesson >> <marcus.folkesson@gmail.com> wrote: >>> >>> >>> Ping? >>> >>> Is the mailing list still active? >>> >>> Best regards, >>> Marcus Folkesson >>> >>> On Thu, Jun 29, 2023 at 12:00:00PM +0200, Marcus Folkesson wrote: >>>> Add 'freq' to the parameter list used for WiFi Tethering. >>>> >>>> Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> >>>> --- >>>> doc/connmanctl.1.in | 4 ++-- >>>> 1 file changed, 2 insertions(+), 2 deletions(-) >>>> >>>> diff --git a/doc/connmanctl.1.in b/doc/connmanctl.1.in >>>> index d87472c3..cf662ca3 100644 >>>> --- a/doc/connmanctl.1.in >>>> +++ b/doc/connmanctl.1.in >>>> @@ -10,7 +10,7 @@ SYNOPSIS >>>> .BI enable \ technology\fR|offline\ | >>>> .BI disable \ technology\fR|offline\ | >>>> .BI tether \ technology\ \fRon|off\ | >>>> -.BI tether\fR\ wifi\ on|off\ ssid\ passphrase\fR\ | >>>> +.BI tether\fR\ wifi\ on|off\ ssid\ passphrase\ freq\fR\ | >>>> .BR services \ [\fIservice\fR]\ | >>>> .BI peers \ peer\fR\ | >>>> .BI scan \ technology\fR\ | >>>> @@ -86,7 +86,7 @@ by default since tethering it usually breaks local networks. See >>>> for enabling. >>>> .PP >>>> .TP >>>> -.BR tether\ wifi\ on \ |\ off \ \fIssid\ passphrase >>>> +.BR tether\ wifi\ on \ |\ off \ \fIssid\ passphrase\ [freq] >>>> Enable or disable wireless tethering, as well set the SSID and passphrase. >>>> .PP >>>> .TP >>>> -- >>>> 2.40.1 ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] doc: add the optional freq parameter to the connmanctl manpage 2023-06-29 10:00 [PATCH] doc: add the optional freq parameter to the connmanctl manpage Marcus Folkesson 2023-08-18 10:32 ` Marcus Folkesson @ 2023-10-20 6:29 ` Marcus Folkesson 2023-11-13 12:15 ` Marcus Folkesson 2 siblings, 0 replies; 10+ messages in thread From: Marcus Folkesson @ 2023-10-20 6:29 UTC (permalink / raw) To: connman [-- Attachment #1: Type: text/plain, Size: 1185 bytes --] Ping On Thu, Jun 29, 2023 at 12:00:00PM +0200, Marcus Folkesson wrote: > Add 'freq' to the parameter list used for WiFi Tethering. > > Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> > --- > doc/connmanctl.1.in | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/doc/connmanctl.1.in b/doc/connmanctl.1.in > index d87472c3..cf662ca3 100644 > --- a/doc/connmanctl.1.in > +++ b/doc/connmanctl.1.in > @@ -10,7 +10,7 @@ SYNOPSIS > .BI enable \ technology\fR|offline\ | > .BI disable \ technology\fR|offline\ | > .BI tether \ technology\ \fRon|off\ | > -.BI tether\fR\ wifi\ on|off\ ssid\ passphrase\fR\ | > +.BI tether\fR\ wifi\ on|off\ ssid\ passphrase\ freq\fR\ | > .BR services \ [\fIservice\fR]\ | > .BI peers \ peer\fR\ | > .BI scan \ technology\fR\ | > @@ -86,7 +86,7 @@ by default since tethering it usually breaks local networks. See > for enabling. > .PP > .TP > -.BR tether\ wifi\ on \ |\ off \ \fIssid\ passphrase > +.BR tether\ wifi\ on \ |\ off \ \fIssid\ passphrase\ [freq] > Enable or disable wireless tethering, as well set the SSID and passphrase. > .PP > .TP > -- > 2.40.1 > [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 833 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] doc: add the optional freq parameter to the connmanctl manpage 2023-06-29 10:00 [PATCH] doc: add the optional freq parameter to the connmanctl manpage Marcus Folkesson 2023-08-18 10:32 ` Marcus Folkesson 2023-10-20 6:29 ` Marcus Folkesson @ 2023-11-13 12:15 ` Marcus Folkesson 2023-11-19 14:06 ` Marcel Holtmann 2 siblings, 1 reply; 10+ messages in thread From: Marcus Folkesson @ 2023-11-13 12:15 UTC (permalink / raw) To: connman, marcel [-- Attachment #1: Type: text/plain, Size: 1267 bytes --] Hi Marcel, Do you mind apply this patch as well? Best regards, Marcus Folkesson On Thu, Jun 29, 2023 at 12:00:00PM +0200, Marcus Folkesson wrote: > Add 'freq' to the parameter list used for WiFi Tethering. > > Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> > --- > doc/connmanctl.1.in | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/doc/connmanctl.1.in b/doc/connmanctl.1.in > index d87472c3..cf662ca3 100644 > --- a/doc/connmanctl.1.in > +++ b/doc/connmanctl.1.in > @@ -10,7 +10,7 @@ SYNOPSIS > .BI enable \ technology\fR|offline\ | > .BI disable \ technology\fR|offline\ | > .BI tether \ technology\ \fRon|off\ | > -.BI tether\fR\ wifi\ on|off\ ssid\ passphrase\fR\ | > +.BI tether\fR\ wifi\ on|off\ ssid\ passphrase\ freq\fR\ | > .BR services \ [\fIservice\fR]\ | > .BI peers \ peer\fR\ | > .BI scan \ technology\fR\ | > @@ -86,7 +86,7 @@ by default since tethering it usually breaks local networks. See > for enabling. > .PP > .TP > -.BR tether\ wifi\ on \ |\ off \ \fIssid\ passphrase > +.BR tether\ wifi\ on \ |\ off \ \fIssid\ passphrase\ [freq] > Enable or disable wireless tethering, as well set the SSID and passphrase. > .PP > .TP > -- > 2.40.1 > [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 833 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] doc: add the optional freq parameter to the connmanctl manpage 2023-11-13 12:15 ` Marcus Folkesson @ 2023-11-19 14:06 ` Marcel Holtmann 0 siblings, 0 replies; 10+ messages in thread From: Marcel Holtmann @ 2023-11-19 14:06 UTC (permalink / raw) To: Marcus Folkesson; +Cc: connman Hi Marcus, > Do you mind apply this patch as well? please re-send the patch since I can only find the replies and not the original. Thanks. Regards Marcel ^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH] doc: add the optional freq parameter to the connmanctl manpage @ 2023-11-19 19:51 Marcus Folkesson 2023-11-20 14:56 ` Marcel Holtmann 0 siblings, 1 reply; 10+ messages in thread From: Marcus Folkesson @ 2023-11-19 19:51 UTC (permalink / raw) To: connman, Marcel Holtmann; +Cc: marcus.folkesson Add 'freq' to the parameter list used for WiFi Tethering. Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> --- doc/connmanctl.1.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/connmanctl.1.in b/doc/connmanctl.1.in index d87472c3..cf662ca3 100644 --- a/doc/connmanctl.1.in +++ b/doc/connmanctl.1.in @@ -10,7 +10,7 @@ SYNOPSIS .BI enable \ technology\fR|offline\ | .BI disable \ technology\fR|offline\ | .BI tether \ technology\ \fRon|off\ | -.BI tether\fR\ wifi\ on|off\ ssid\ passphrase\fR\ | +.BI tether\fR\ wifi\ on|off\ ssid\ passphrase\ freq\fR\ | .BR services \ [\fIservice\fR]\ | .BI peers \ peer\fR\ | .BI scan \ technology\fR\ | @@ -86,7 +86,7 @@ by default since tethering it usually breaks local networks. See for enabling. .PP .TP -.BR tether\ wifi\ on \ |\ off \ \fIssid\ passphrase +.BR tether\ wifi\ on \ |\ off \ \fIssid\ passphrase\ [freq] Enable or disable wireless tethering, as well set the SSID and passphrase. .PP .TP -- 2.40.1 ^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [PATCH] doc: add the optional freq parameter to the connmanctl manpage 2023-11-19 19:51 Marcus Folkesson @ 2023-11-20 14:56 ` Marcel Holtmann 0 siblings, 0 replies; 10+ messages in thread From: Marcel Holtmann @ 2023-11-20 14:56 UTC (permalink / raw) To: Marcus Folkesson; +Cc: connman Hi Marcus, > Add 'freq' to the parameter list used for WiFi Tethering. > > Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> > --- > doc/connmanctl.1.in | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) We don’t use Sob in ConnMan and so I stripped that off and then applied your patch. Regards Marcel ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2023-11-20 14:57 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-06-29 10:00 [PATCH] doc: add the optional freq parameter to the connmanctl manpage Marcus Folkesson 2023-08-18 10:32 ` Marcus Folkesson 2023-10-20 13:30 ` KeithG 2023-10-20 15:49 ` Marcus Folkesson 2023-10-20 16:13 ` Grant Erickson 2023-10-20 6:29 ` Marcus Folkesson 2023-11-13 12:15 ` Marcus Folkesson 2023-11-19 14:06 ` Marcel Holtmann -- strict thread matches above, loose matches on Subject: below -- 2023-11-19 19:51 Marcus Folkesson 2023-11-20 14:56 ` Marcel Holtmann
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.