Skip to content

Connman (Opensource connection manager) client

License

Notifications You must be signed in to change notification settings

martinbark/connman-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connman-api

Node.js Connman (Opensource connection manager) client.
Forked from jsdx-connman.
Connman: http://www.connman.net/

Unmaintained

The project we used this in stopped, so we're looking for new maintainers.

Install

$npm install

Note on systems without X11

If no X server is running, the module fails when attempting to obtain a D-Bus connection at dbus._dbus.getBus(). This can be remedied by setting two environment variables manually (the actual bus address might be different):

process.env.DISPLAY = ':0';
process.env.DBUS_SESSION_BUS_ADDRESS = 'unix:path=/run/dbus/system_bus_socket';

Credits

Original module developed by Fred Chien <fred@mandice.com> @ Mandice Company.
Improved by Peter Uithoven @ Doodle3D

License

Licensed under the MIT License

About

Connman (Opensource connection manager) client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%