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
- meson (build)
- gcc (build)
- ncurses
- json-c
- dbus
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
GPLv2