{"id":18509326,"url":"https://github.com/lgsinnovations/node-dbus-network-manager","last_synced_at":"2025-04-09T03:32:32.135Z","repository":{"id":57169279,"uuid":"102052082","full_name":"LGSInnovations/node-dbus-network-manager","owner":"LGSInnovations","description":"Interface to network manager DBUS interface","archived":false,"fork":false,"pushed_at":"2020-07-15T23:57:50.000Z","size":22,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-07T23:16:08.695Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LGSInnovations.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".gitlab/CODEOWNERS","security":null,"support":null}},"created_at":"2017-08-31T22:50:52.000Z","updated_at":"2022-07-19T14:29:27.000Z","dependencies_parsed_at":"2022-09-04T11:00:42.306Z","dependency_job_id":null,"html_url":"https://github.com/LGSInnovations/node-dbus-network-manager","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LGSInnovations%2Fnode-dbus-network-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LGSInnovations%2Fnode-dbus-network-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LGSInnovations%2Fnode-dbus-network-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LGSInnovations%2Fnode-dbus-network-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LGSInnovations","download_url":"https://codeload.github.com/LGSInnovations/node-dbus-network-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247973972,"owners_count":21026738,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T15:17:14.141Z","updated_at":"2025-04-09T03:32:31.866Z","avatar_url":"https://github.com/LGSInnovations.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DEPRECATED\n\nThis package is no longer maintained.\n\n---\n\n# dbus-network-manager\n\nA node.js API to interact with NetworkManager via DBus.  This is currently extremely new and incomplete.\n\nHere are a few example snippets.  We could use some more documentation.\n\n    const nm = await require('dbus-network-manager').connect();\n    \n    nm.on('DeviceAdded', dev =\u003e console.log(\"Device Added:\", dev));\n    nm.on('DeviceRemoved', dev =\u003e console.log(\"Device Removed:\", dev));\n    \n    let dev = await nm.GetDeviceByIpIface('wlp4s0');\n    let stats = await dev.Statistics;\n    stats.on('PropertiesChanged', console.log);\n    console.log(await stats.getProperties());\n    stats.setProperty('RefreshRateMs', 100);\n\n    let settings = await nm.Settings.connect();\n    console.log(await settings.ListConnections());\n    settings.on('PropertiesChanged', console.log);\n\n    let connections = await settings.ListConnections();\n    console.log(await connections[0].GetSettings());\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flgsinnovations%2Fnode-dbus-network-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flgsinnovations%2Fnode-dbus-network-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flgsinnovations%2Fnode-dbus-network-manager/lists"}