https://github.com/ivandiliso/raspi-manager
Simple Android application for rebooting and shutting down my raspberry over a local network
https://github.com/ivandiliso/raspi-manager
android raspberry-pi
Last synced: 4 months ago
JSON representation
Simple Android application for rebooting and shutting down my raspberry over a local network
- Host: GitHub
- URL: https://github.com/ivandiliso/raspi-manager
- Owner: ivandiliso
- License: mit
- Created: 2020-04-27T07:56:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T17:14:02.000Z (about 6 years ago)
- Last Synced: 2025-10-29T02:26:09.489Z (8 months ago)
- Topics: android, raspberry-pi
- Language: Java
- Homepage:
- Size: 212 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raspi Manager
Simple Android application for rebooting, shutting down and sending simple commands to my raspberry over a local network.
I use this when I have not access to a SSH connection and want to manage my raspberry in a quick way.
The applicatoin is not secure, it uses a simple TPC connection with non encrypted data. A python script on the raspberry pi acts as a TPC server listening on port 8080.
## Additions

Things I will probably add in the future. This is a simple app I built for my personal use, for now it has all the functionalities I need.
- [ ] Secure connection
- [ ] Raspberry PI response
- [ ] Sidebar
- [ ] Load / Save configuration file
- [ ] User settings on server