Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HaarigerHarald/raspicast
Raspicast android app
https://github.com/HaarigerHarald/raspicast
Last synced: about 1 month ago
JSON representation
Raspicast android app
- Host: GitHub
- URL: https://github.com/HaarigerHarald/raspicast
- Owner: HaarigerHarald
- License: gpl-2.0
- Created: 2020-11-26T17:19:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T09:00:15.000Z (over 1 year ago)
- Last Synced: 2024-08-02T01:26:24.793Z (4 months ago)
- Language: Java
- Homepage: https://play.google.com/store/apps/details?id=at.huber.raspicast
- Size: 1.4 MB
- Stars: 42
- Watchers: 6
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - HaarigerHarald/raspicast - Raspicast android app (Java)
README
Raspicast
====================================================================These are the sources of the android app Raspicast:
https://play.google.com/store/apps/details?id=at.huber.raspicast
This was written during 2013 - 2015, due to the upcoming deprecation of the OMX API on the Raspberry Pi it will require updates.
Building with Gradle
====================================================================If you have the android sdk and the java jdk installed you
can build from the commandline with:gradlew build
Or to build just the release:
gradlew aR
It can also be built with android studio after importing.
License
====================================================================The sources are licensed under the GPLv2 see:
https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
or the supplied LICENSE.