Skip to content

A Linux application to manage Raspberry Pi from your favorite Linux Distribution

License

Notifications You must be signed in to change notification settings

atareao/remote-raspberry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License MIT Contributors Last commit CodeFactor

Welcome to Remote Raspberry 👋

Remote Raspberry is an application to manage your Raspberry Pi remotely

Prerequisites

Before you begin, ensure you have met the following requirements:

  • If you install it from PPA don't worry about, becouse all the requirements are included in the package
  • If you clone the repository, you need, at least, these dependecies,
gir1.2-gtk-3.0
gir1.2-glib-2.0
gir1.2-gdkpixbuf-2.0
gir1.2-appindicator3-0.1
gir1.2-keybinder-3.0

Installing Remote Raspberry from PPA

To install Remote Raspberry, follow these steps:

  • In a terminal (Ctrl+Alt+T), run these commands
sudo add-apt-repository ppa:atareao/atareao
sudo apt update
sudo apt install remote-raspberry

Build it from source and install it after that

git clone https://github.com/atareao/remote-raspberry
cd remote-raspberry
rm ./debian/source/format
dpkg-buildpackage
cd ..
sudo dpkg -i remote-raspberry_*_all.deb
sudo apt-get install -f -y

Using Remote Raspberry

When you start Remote Raspberry you must provide information about your Raspberry SSH connection

Main window

In the Memory Tab you can get information about your remote Raspberry Pi RAM and SWAP usage.

Memory information

Contributing to Remote Raspberry

To contribute to Remote Raspberry, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin atareao/remote-raspberry
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request. </commit_message></branch_name>

👤 Contributors ✨

Thanks goes to these wonderful people (emoji key):

Lorenzo Carbonell freddii jmmanzano
💻 🌍 🐛

About

A Linux application to manage Raspberry Pi from your favorite Linux Distribution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published