Skip to content

an ncurses UI for connman, forked from connman-json-client

License

Notifications You must be signed in to change notification settings

l4rzy/ncman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ncman

This project aim to provide a simple ncurses interface to control ConnMan through dbus.

Rewritten from https://github.com/eurogiciel-oss/connman-json-client, which was unmaintained for years. This fork aims for some good batteries, including:

  • Color support
  • Better build-system
  • Better code-readability
  • Better key-binding support

Build

Dependencies

  • meson (build)
  • gcc (build)
  • ncurses
  • json-c
  • dbus

Build steps

To build ncman, in the project dir, type

$ mkdir build
$ cd build
$ meson
$ ninja

To run test, simply run this command after running above

$ ninja test

License

GPLv2

About

an ncurses UI for connman, forked from connman-json-client

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.7%
  • Other 1.3%