Jump to content

ConnMan: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
BG19bot (talk | contribs)
m External links: WP:CHECKWIKI error fix for #48. Remove link to the title inside the text. Do general fixes if a problem exists. - using AWB (10300)
m Update latest version
 
(18 intermediate revisions by 16 users not shown)
Line 1: Line 1:
<!-- Please do not remove or change this AfD message until the issue is settled -->
{{Article for deletion/dated|page=ConnMan|timestamp=20140715221132|year=2014|month=July|day=15|substed=yes}}
<!-- For administrator use only: {{Old AfD multi|page=ConnMan|date=15 July 2014|result='''keep'''}} -->
<!-- End of AfD message, feel free to edit beyond this point -->

{{Infobox software
{{Infobox software
| name = ConnMan
| name = ConnMan
Line 20: Line 15:
| released = {{Start date and age|2008|12|6}}
| released = {{Start date and age|2008|12|6}}
| discontinued =
| discontinued =
| latest release version =
| latest release version = 1.42
| latest release date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| latest release date = {{Start date and age|2023|08|04|df=yes/no}}
| latest preview version =
| latest preview version =
| latest preview date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| latest preview date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| status =
| programming language = [[C (programming language)|C]]
| programming language = [[C (programming language)|C]]
| operating system =
| operating system =
| platform =
| platform =
| size =
| size =
| language =
| language = English
| language count = <!-- Number only -->
| language count = <!-- Number only -->
| language footnote =
| language footnote =
Line 35: Line 29:
| license = [[GNU GPL]]
| license = [[GNU GPL]]
| alexa =
| alexa =
| website = {{URL|https://connman.net/}}
| website = {{URL|https://web.archive.org/web/20210224075615/https://01.org/connman}}
| standard =
| standard =
| AsOf =
| AsOf =
}}
}}


'''ConnMan''' - connection manager is a daemon for managing Internet connections within embedded devices.
'''ConnMan''' is an internet connection manager for embedded devices running the [[Linux]] operating system.


The ConnMan project provides a daemon for managing internet connections within embedded devices running the Linux operating system. The Connection Manager is designed to be slim and to use as few resources as possible, so it can be easily integrated. It is a fully modular system that can be extended, through plug-ins, to support all kinds of wired or wireless technologies. Also, configuration methods, like DHCP and domain name resolving, are implemented using plug-ins. The plug-in approach allows for easy adaption and modification for various use cases.
The Connection Manager is designed to be slim and to use as few resources as possible, so it can be easily integrated. It is a fully modular system that can be extended, through plug-ins, to support all kinds of wired or wireless technologies. Also, configuration methods, like [[DHCP]] and domain name resolving, are implemented using plug-ins. The plug-in approach allows for easy adaptation and modification for various use cases.


Originally created as part of Intel's [[Moblin]] effort.<ref>{{cite web|url=http://lwn.net/Articles/456967/ |title=LinuxCon: Mobile network management with ConnMan |accessdate=2014-07-16}}</ref> Now used by [[OpenELEC]], and [[Mer (software distribution)]] and therefore by [[Sailfish OS]] and [[Jolla]], which are based on it, as well.<ref>{{cite web|url=https://github.com/mer-packages/connman |title=connman mer package on github |accessdate=2014-07-16}}</ref><ref>{{cite web|url=http://lwn.net/Articles/561463/ |title=Jolla: Sailfish OS, Qt, and open source |accessdate=2014-07-16}}</ref>
Originally created as part of Intel's [[Moblin]] effort,<ref>{{cite web|url=https://lwn.net/Articles/456967/ |title=LinuxCon: Mobile network management with ConnMan |accessdate=2014-07-16}}</ref> it's now used by [[OpenELEC]] as well as [[Mer (software distribution)|Mer]] and therefore also [[Sailfish OS]] by [[Jolla]], which is based on it.<ref>{{cite web|url=https://github.com/mer-packages/connman |title=connman mer package on github |accessdate=2014-07-16}}</ref><ref>{{cite web|url=https://lwn.net/Articles/561463/ |title=Jolla: Sailfish OS, Qt, and open source |accessdate=2014-07-16}}</ref> It is also used in a number of [[Google Nest]] products, including Nest Cam, Nest Guard, Nest Hello, and Nest Learning Thermostat.<ref>{{Cite web |title=nest-open-source Git repositories - Git at Google |url=https://nest-open-source.googlesource.com/?format=HTML |access-date=2023-07-18 |website=nest-open-source.googlesource.com}}</ref>


==References==
== See also ==
* [[NetworkManager]]
<references/>
* [[OpenWrt#netifd|netifd]]
* [[Wicd]]


==External links==
== References ==
{{Reflist}}
* [https://wiki.ubuntu.com/DesktopTeam/ConnectionManagerComparison Connection Manager comparison ([[NetworkManager]], ConnMan, VMC, [[Wicd]]])

== External links ==
* [https://wiki.ubuntu.com/DesktopTeam/ConnectionManagerComparison Connection Manager comparison] ([[NetworkManager]], ConnMan, VMC, [[Wicd]])


[[Category:Free network-related software]]
[[Category:Applications using D-Bus]]
[[Category:Applications using D-Bus]]
[[Category:Free network-related software]]
[[Category:Linux network-related software]]

Latest revision as of 11:01, 23 January 2024

ConnMan
Original author(s)Intel, Marcel Holtmann
Initial releaseDecember 6, 2008; 16 years ago (2008-12-06)
Stable release
1.42 / 4 August 2023; 16 months ago (2023-08-04)
Repository
Written inC
Available inEnglish
LicenseGNU GPL
Websiteweb.archive.org/web/20210224075615/https://01.org/connman

ConnMan is an internet connection manager for embedded devices running the Linux operating system.

The Connection Manager is designed to be slim and to use as few resources as possible, so it can be easily integrated. It is a fully modular system that can be extended, through plug-ins, to support all kinds of wired or wireless technologies. Also, configuration methods, like DHCP and domain name resolving, are implemented using plug-ins. The plug-in approach allows for easy adaptation and modification for various use cases.

Originally created as part of Intel's Moblin effort,[1] it's now used by OpenELEC as well as Mer and therefore also Sailfish OS by Jolla, which is based on it.[2][3] It is also used in a number of Google Nest products, including Nest Cam, Nest Guard, Nest Hello, and Nest Learning Thermostat.[4]

See also

[edit]

References

[edit]
  1. ^ "LinuxCon: Mobile network management with ConnMan". Retrieved 2014-07-16.
  2. ^ "connman mer package on github". Retrieved 2014-07-16.
  3. ^ "Jolla: Sailfish OS, Qt, and open source". Retrieved 2014-07-16.
  4. ^ "nest-open-source Git repositories - Git at Google". nest-open-source.googlesource.com. Retrieved 2023-07-18.
[edit]