opentechinstitute / commotiond

The system management daemon for the Commotion Wireless Project.
https://commotionwireless.net
GNU Affero General Public License v3.0
26 stars 21 forks source link

Make commotion cli interface less terrible #36

Closed jheretic closed 10 years ago

jheretic commented 10 years ago

The commotion-client commandline interface is something of a rush job. Externally, it has inconsistent and buggy output formatting. Internally, it doesn't run against any particular API and does a lot of unnecessary dynamic memory allocation. It should be refactored to run against the API and have a more sensical and consistent command interface.

jheretic commented 10 years ago

This has been implemented in the plugins branch, soon to be merged to master.