This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

connman-api-resin

0.3.4 • Public • Published

Connman-api

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

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i connman-api-resin

Weekly Downloads

4

Version

0.3.4

License

MIT

Last publish

Collaborators

  • balena.io