Home » Wiki » client for h-node.org » Revisioni » Revisione
Revisione della pagina della wiki client for h-node.org
Questa è una vecchia revisione della pagina, così come è stata modificata da tonicucoz alle ore 09:36, 19 febbraio 2011. Può differire significativamente dalla Revisione corrente.
client for h-node.com

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.

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, or both. Something like:

Python:

browse = Client()
browse.parse('soundcards')
browse.set_output_format('xml');
browse.set_output_file('result.xml');
browse.check_compatibility();
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