https://github.com/cemkeylan/pioneer600
Pioneer600 sample for headless Raspberry Pi servers
https://github.com/cemkeylan/pioneer600
Last synced: about 1 year ago
JSON representation
Pioneer600 sample for headless Raspberry Pi servers
- Host: GitHub
- URL: https://github.com/cemkeylan/pioneer600
- Owner: cemkeylan
- Created: 2019-01-31T09:26:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T09:31:14.000Z (over 7 years ago)
- Last Synced: 2024-01-08T04:21:11.714Z (over 2 years ago)
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pioneer600
Python project for creating a headless Raspberry Pi server and easily outputting information and executing simple commands
## Installing required libraries
`sudo apt-get install python-dev python-smbus python-imaging python-serial`
You must enable i2c, SPI, and Serial with `sudo raspi-config`
You can run the module in boot by typing `sudo crontab -e` to the terminal and adding `@reboot /path/to/Pioneer600.py`
## Functions
*Left and Right changes the Main Menus, Up and Right changes the Submenus*
**1. Information on the Server**
1.1. Up Status and IP
1.2. Network Status
1.3. SSH (Secure Socket Shell) Server Status
**2. Device Information**
2.1. Information on Disk Usage
2.2. Free RAM
2.3. CPU Usage
2.4. CPU Temperature
**3. Power Menu**
3.1. Halt System
3.2. Reboot
3.3. Exit Module
**4. Interfaces**
4.1. Wlan0
4.2. Eth0
## Feel free to make requests and ask for support