Home » Wiki » client for h-node.org » Ιστορικό » Διαφορές
Διαφορές ανάμεσα στην αναθεώρηση του/της 09:49, 19 Φεβρουάριος 2011, που δημιουργήθηκε από τον/την tonicucoz, και την αναθεώρηση του/της 09:49, 19 Φεβρουάριος 2011
Σημείωση: το κείμενο με κόκκινο έχει διαγραφεί από την προηγούμενη αναθεώρηση, το κείμενο με πράσινο έχει προστεθεί σε αυτή την αναθεώρηση και το κείμενο με γκρι δεν έχει αλλαχθεί
Διαφορές στην καταχώρηση: ο τίτλος
client for h-node.com
Διαφορές στην καταχώρηση: Το κείμενο της σελίδας του wiki
[p]An h-node.com client could be used in order to access the h-node.com xml database and automatically check the compatibility of the own hardware with free software. It could be a simple library used through the terminal or a complete program with a nice GUI in order to browse the hardware and interact with h-node.com. Perhaps it could be also used to submit new hardware to h-node.com.[/p]

[p]This work could be a good starting point: http://www.h-node.com/source/ht/ismyhwok_25thSep2010-1.tar.gz[/p] [b]http://www.h-node.com/source/ht/ismyhwok_25thSep2010-1.tar.gz[/b][/p]

[p]The first goal is to write a library in order to parse the xml database and automatically check the hardware compatibility with free software. It could be written in Python or C/C++, or both. Something like:[/p]

[p][b]Python[/b]:[/p]

[code]browse = Client()
browse.set_database('http://www.h-node.com/download/all/en');
browse.parse()
browse.set_output_format('xml');
browse.set_output_file('result.xml');
browse.check_compatibility(); #done by also parsing the lspci output[/code]

[p]The library should also alert the user if his hardware is not present inside the h-node.com database and ask the user to insert the missing hardware[/p]
The contents of this page are in the Public Domain. (see the CC0 page for detailed information). Anyone is free to copy, modify, publish, use, sell, or distribute the text for any purpose, commercial or non-commercial, and by any means.
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