Skip to content

Commit

Permalink
start on metainfo (needs work)
Browse files Browse the repository at this point in the history
  • Loading branch information
j5155 committed May 13, 2024
1 parent 5e4a5b3 commit 46bd484
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Empty file modified flatpak/org.unofficialrevport.REVHubInterface.desktop
100644 → 100755
Empty file.
17 changes: 17 additions & 0 deletions org.unofficialrevport.REVHubInterface.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>org.unofficialrevport.REVHubInterface</id>
<launchable type="desktop-id">org.unofficialrevport.REVHubInterface.desktop</launchable>
<name>REV Hub Interface - Community Edition</name>
<metadata_license/>
<project_license/>
<summary>GUI program for manual control of a REV Robotics Expansion Hub from a PC. Unofficial "Community Edition". </summary>
<description>The REV Hub Interface is a piece of software allowing for a direct connection from a REV Expansion Hub and its peripherals to a PC.

This interface provides a method for teams to prototype with motors, servos, and sensors in a way that is faster and easier than setting up an entire robot control system. It is also a valuable troubleshooting tool that can help isolate the cause of an issue and determine if it is electrical or software related. The REV Hub Firmware can also be updated and recovered through this interface in addition to the Robot Controller Application.

This is a community continuation of the software, updating to newer underlying technologies (e.g. porting from Python 2 to Python 3), adding features, and porting to more platforms (Linux and macOS, in addition to Windows). Though initially created by REV, this version of the software is **not maintained by or affiliated with REV.** Do **not** contact REV support about any issues you experience with this software, instead you may create a GitHub Issue or ask in https://discord.gg/pU2fesSTqF.

This software is licensed under the BSD-3-Clause license. The full text is availiable in the LICENSE.txt file.</description>
<developer_name>Unofficial REV Port Team</developer_name>
</component>

0 comments on commit 46bd484

Please sign in to comment.