Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.72 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.72 KB

MIT License

PiFan - Android App to view your rpi-fan data

Description

PiFan is a client for the rpi-fan-serve webservice which provides data generated by the rpi-fan service. This for the moment only includes temperature and fan speed level.

Screens

Scroll scroll

Refresh refresh

Preferences Page preferences_screen

Dependencies

PiFan is bundled with cchart which is one of the really few if not the only Jetpack Compose XYGraphs capable libraries.

  • Compose-NumberPicker (also bundled)
  • kotlin.serialization
  • Volley

Building

This project is configured with Android Studio

License

PiFan is delivered as it is under the well known MIT License.

References that helped