Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Added fastlane, fixed spelling and minor documentaion extension for S…
Browse files Browse the repository at this point in the history
…BCs (#232)
  • Loading branch information
PanderMusubi authored Apr 24, 2023
1 parent 90aa3f0 commit 6ef22dc
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RasPi Check [![Build Status](https://travis-ci.org/eidottermihi/rpicheck.svg?bra

RasPi Check started as a little personal project, from which I've never thought, that it would reach so many Raspberry Pi ® users. However, I no longer have the time (and patience) to keep this project up-2-date and especially to keep up with Google Play Store guidelines and Android API changes.

This being said, **version 1.8.14 is the final release** of RasPi Check (availabe on [F-Droid](https://f-droid.org/repository/browse/?fdid=de.eidottermihi.raspicheck) and on [GitHub Releases](https://github.com/eidottermihi/rpicheck/releases/tag/v1.8.14)).
This being said, **version 1.8.14 is the final release** of RasPi Check (available on [F-Droid](https://f-droid.org/repository/browse/?fdid=de.eidottermihi.raspicheck) and on [GitHub Releases](https://github.com/eidottermihi/rpicheck/releases/tag/v1.8.14)).

If you have experience in maintaining an Android app & would like to take over the (outdated) codebase of RasPi Check, please reach out to me.

Expand All @@ -15,12 +15,11 @@ RasPi Check

![RasPi Check Store Graphic](graphics/web_1024_500.jpg)

Android app for checking your Raspberry Pi ® status.
Android app for checking the status of your Raspberry Pi ® or other SBCs.

The goal of this Android app is to show the user the current system status of a running Raspberry Pi ®.

RasPi Check uses a SSH connection (using [SSHJ](https://github.com/hierynomus/sshj)) to connect to your Raspberry Pi ® and queries the information using Linux utilities like `ps`, `df` or the [`/proc` virtual filesystem](https://www.tldp.org/LDP/Linux-Filesystem-Hierarchy/html/proc.html).

RasPi Check uses a SSH connection (using [SSHJ](https://github.com/hierynomus/sshj)) to connect to your Raspberry Pi ® and queries the information using Linux utilities like `ps`, `df` or the [`/proc` virtual filesystem](https://www.tldp.org/LDP/Linux-Filesystem-Hierarchy/html/proc.html). This app also works on other SBCs via fake_vcgencmd, e.g. when running Armbian.


Download
Expand All @@ -36,4 +35,4 @@ Copyright Information
------------
The app logo is a derivative of "Raspberry.ico" by [Martina Šmejkalová](http://www.sireasgallery.com/), used under [CC BY](http://creativecommons.org/licenses/by/2.0/). The app logo is licensed under [CC BY](http://creativecommons.org/licenses/by/2.0/) by [Michael Prankl](https://github.com/eidottermihi).

'RasPi' is one of the Rasberry Pi ® abriviations. For more information visit [http://www.raspberrypi.org](http://www.raspberrypi.org). Raspberry Pi is a trademark of the Raspberry Pi Foundation.
'RasPi' is one of the Rasberry Pi ® abbreviations. For more information visit [http://www.raspberrypi.org](http://www.raspberrypi.org). Raspberry Pi is a trademark of the Raspberry Pi Foundation.
Binary file modified graphics/raspicheck.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions metadata/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Show the user the current system status of a running Raspberry Pi computer or
other SBC. To gather the information needed, RasPi Check uses a SSH connection.

RasPi Check shows you overclocking information (frequency, temperature, volts)
and more system information (free memory, runtime, disk status). You can also
restart or halt your Raspberry Pi ® and send custom commands! If you always want
to keep an eye on your Pi there's also a widget for your homescreen.

All you need for the app to work are your SSH login credentials. You can either
authenticate via password or via private/public key. This app also works on
other SBCs via fake_vcgencmd, e.g. when running Armbian.
Binary file added metadata/en-US/images/featureGraphic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metadata/en-US/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metadata/en-US/phoneScreenshots/01-rpicheck.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metadata/en-US/phoneScreenshots/02-rpicheck.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions metadata/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Check the status of your RasPi and other SBCs
1 change: 1 addition & 0 deletions metadata/en-US/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
RasPi Check

0 comments on commit 6ef22dc

Please sign in to comment.