Home » Wiki » client for h-node.org » Historique » Révision
Révision de la page wiki client for h-node.org
Ceci est une version antérieure de la page, telle qu'éditée par tonicucoz à 09:39, 19 Février 2011. Il peut y avoir une différence significative avec Révision actuelle.
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/C++, or both. Something like:

Python:

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();

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

Le contenu de cette page est dans le Domaine Public (voir la page CC0 pour plus d'informations). Quiquonque est libre de copier, modifier, publier, utiliser, vendre ou distribuer le texte , quelques soit le but et le moyen.
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