h-client provides a desktop application for submitting device data for h-node.org, automatically finding data known to the operating system and checking if the device is already known on h-node. Laptops are currently unsupported, most other devices can be reported more easily using the client than with the Web interface.
You can download the client by typing the following command:
svn co svn://svn.savannah.nongnu.org/h-client/trunk/h-client
(they would most likely be already installed).
Have to install python-setuptools in order to install the client:
sudo aptitude install python-setuptools
Here's one liner I put together to build the package.
cd ~/ && \ sudo apt-get install subversion checkinstall python-setuptools && \ svn co svn://svn.savannah.nongnu.org/h-client/trunk/h-client && \ cd h-client && \ version="0.$(svn log | grep r | cut -d ' ' -f1 | head -n1)" && \ sudo checkinstall --pakdir "$HOME/Desktop" --pkgname h-client \ --pkgversion "$version~svn" --backup=no --default python setup.py install && sudo ldconfig
Send feedback to campaigns at fsf
In order to install it type:
python setup.py install --user
and run it using:
~/.local/bin/h-client
(or just h-client if added ~/.local/bin to PATH).
The project page is at Savannah. Some tasks to be done are listed at our main ToDo list.
To learn how to write a client to connect to h-node.org see the page how to send data to h-node.org
| 3G-card | 15 |
| acquisition-card | 24 |
| bluetooth | 27 |
| ethernet-card | 100 |
| fingerprint-reader | 8 |
| host-controller | 63 |
| modem | 5 |
| notebook | 324 |
| printer | 60 |
| RAID-adapter | 7 |
| scanner | 14 |
| sd-card-reader | 30 |
| soundcard | 76 |
| videocard | 190 |
| webcam | 71 |
| wifi | 117 |