Home » Wiki » client for h-node.org » Revisioni » Differenze
Differenze tra la revisione del 00:02, 5 agosto 2012, creata da lammi87, e la revisione del 23:37, 4 agosto 2012
Nota: il testo in rosso è stato cancellato dalla revisione precedente, il testo in verde è stato aggiunto in questa revisione e il testo in grigio non è stato cambiato
differenze nel campo: il titolo
client for h-node.org
differenze nel campo: il testo della pagina
[p]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.[/p]

__TOC__

[h1]Distribution packages[/h1]

[h2]Source[/h2] [list]
[*]Parabola package [a]https://parabolagnulinux.org/packages/libre/any/h-client/|h-client[/a][/*]
[*]Trisquel package h-client in DNS's PPA https://launchpad.net/~dns/+archive/misc/+packages?field.name_filter=h-client&field.status_filter=published&field.series_filter=[/*]
[/list]

[h1]Getting the h-client from source[/h1]

[p]You can download the source client by typing the following command:[/p]

[code]svn co svn://svn.savannah.nongnu.org/h-client/trunk/h-client[/code]


[h2]Parabola GNU/Linux[/h2]

[p]Parabola package [a]https://parabolagnulinux.org/packages/libre/any/h-client/|here[/a].[/p]


[h2]Trisquel GNU/Linux[/h2]

[p]Trisquel package is in DNS's [a]https://launchpad.net/~dns/+archive/misc/+packages?field.name_filter=h-client&field.status_filter=published&field.series_filter=|PPA[/a].[/p]


[h1]Requirements[/h1]
[list]
[*] Python 2.6 or 2.7[/*]
[*] Distribute[/*]
[*] pyGTK[/*]
[*] pycurl[/*]
[/list]
[p](they would most likely be already installed). [/p]

[h2]Trisquel 4.5 users[/h2]
[p]Have to install python-setuptools in order to install the client:[/p]
[code]sudo aptitude install python-setuptools[/code]

[h2]Have a package built for you[/h2]

[p]Here's one liner I put together to build the package.[/p]

[code]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[/code]

[p]Send feedback to campaigns at fsf[/p]

[h2]Installation[/h2]
[p]In order to install it type:[/p]

[code]python setup.py install --user[/code]

[p]and run it using:[/p]

[code]~/.local/bin/h-client[/code]

[p](or just h-client if added ~/.local/bin to PATH).[/p]

[h2]Notes[/h2]
[p]If you are using Trisquel 4.0 you have to comment the row starting with "pycurl" inside the file setup.py (see the below piece of code) and install pycurl by means of the package manager[/p]

[code]
install_requires=(
# "pygtk", # tries to get an old version
#"pycurl"
),
)
[/code]
[p]
If it does not work try to empty the following folder:[/p]

[code]~/.local/lib/python2.6/site-packages/[/code]

[h1]Development[/h1]

[p]The project page is at [a]https://savannah.nongnu.org/projects/h-client/|Savannah[/a]. Some tasks to be done are listed at our main [[ToDo#h-client|ToDo]] list.[/p]

[h2]How to build a different client[/h2]

[p]To learn how to write a client to connect to h-node.org see the page [[how to send data to h-node.org]][/p]

[lang][[cliente para h-node.com|Español]][/lang]
I contenuti di questa pagina sono di Pubblico Dominio. (leggi la pagina CC0 per informazioni dettagliate). Chiunque è libero di copiare, modificare, pubblicare, usare, vendere, o distribuire tale contenuto per qualsiasi fine, commerciale o non commerciale, e con ogni mezzo.
h-node.org is a hardware database project. It runs the h-source PHP software, commit cdeda15, available under the GNU General Public (GPLv3) License.
JavaScript license information