##// END OF EJS Templates
New Plugin Manager and interface to remove all the previous crap!...
New Plugin Manager and interface to remove all the previous crap! Let's use Qt plugin API and make it much simpler.

File last commit:

r104:15a9528f5add socexplorer-0.6-4 0.6
r118:de85e8465e67 tip 1.0
Show More
socexplorer.appdata.xml
25 lines | 1.5 KiB | application/xml | XmlLexer
/ unixcfg / socexplorer.appdata.xml
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> -->
<application>
<id type="desktop">socexplorer.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>SocExplorer</name>
<summary>SocExplorer is an open source generic System On Chip testing software/framework</summary>
<description>
<p>
SocExplorer is an open source generic System On Chip testing software/framework.
</p>
<p>
We write this software for the development and the validation of our instrument, the Low Frequency Receiver(LFR) for the Solar Orbiter mission. This instrument is based on an actel FPGA hosting a LEON3FT processor and some peripherals.
</p>
<p>
To make it more collaborative, we use a plugin based system, the main executable is SocExplorer then all the functionality are provided by plugins. Like this everybody can provide his set of plugins to handle a new SOC or just a new peripheral. SocExplorer uses PythonQt to allow user to automate some tasks such as loading some plugins, configuring them and talking with his device.
</p>
</description>
<screenshots>
<screenshot type="default" width="1920" height="1079">https://hephaistos.lpp.polytechnique.fr/redmine/attachments/download/384/SocExplorer_ScreenShot1.png</screenshot>
</screenshots>
<url type="homepage">http://www.gnome.org/projects/en_US/gnome-power-manager</url>
<updatecontact>alexis.jeandet@member.fsf.org</updatecontact>
</application>