Difference between revisions of "RPi Utilities"

From eLinux.org
Jump to: navigation, search
(Added Web Interfaces)
(Added Python Packages)
(5 intermediate revisions by the same user not shown)
Line 8: Line 8:
  
 
==Web Interfaces==
 
==Web Interfaces==
* '''[[raspcontrol | Raspcontrol]]'''
+
* '''[[raspcontrol | Raspcontrol]]''' Gives information about a Raspberry Pi system at a glance (No longer under development).
* '''[http://frozenmist.co.uk/downloads/berryio/ BerryIO]'''
+
* '''[http://frozenmist.co.uk/downloads/berryio/ BerryIO]''' Shows system info and also allows control of GPIO ports, A/D and D/A controllers, LCD character displays and network interfaces.
* '''[https://code.google.com/p/webiopi/ WebIOPi]'''
+
* '''[https://code.google.com/p/webiopi/ WebIOPi]''' Easily adaptable GPIO port control web interface.
 +
 
 +
==Network Utilities==
 +
* '''[http://www.overlooksoft.com/features Fing]''' Command-line network toolkit to scan and discover devices and services on a network.
 +
 
 +
==Python Packages==
 +
* '''[https://pypi.python.org/pypi/RPi.GPIO/ RPi.GPIO]''' - A module to control Raspberry Pi GPIO channels.
 +
* '''[https://pypi.python.org/pypi/RPIO/ RPIO]''' - Advanced GPIO for the Raspberry Pi. Extends RPi.GPIO with PWM, GPIO interrups, TCP socket interrupts, command line tools and more.
 +
* '''[https://pypi.python.org/pypi/piui/ piui]''' - Add a mobile UI to your RaspberryPi project.
 +
 
 +
==Windows Tools==
 +
* '''[http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY]''' Windows TTY console. Can connect via SSH and Serial.
 +
* '''[http://winscp.net/eng/index.php WinSCP]''' SCP client with a GUI interface and drag-and-drop support.
 +
* '''[http://sourceforge.net/projects/win32diskimager/ Win32 Disk Imager]''' Simple to use tool used to write distributions to a SD card and can also be used to read an SD card image for back up to a PC.
  
  
 
{{Template:Raspberry Pi}}
 
{{Template:Raspberry Pi}}

Revision as of 09:30, 13 April 2013


Back to the Hub.


Overview

The Raspberry Pi has a large user base, and lots of specialist software and code has been created to make the Raspberry Pi perform certain tasks. This page lists some of the many tools and utilities that Raspberry Pi users may find useful.

Web Interfaces

  • Raspcontrol Gives information about a Raspberry Pi system at a glance (No longer under development).
  • BerryIO Shows system info and also allows control of GPIO ports, A/D and D/A controllers, LCD character displays and network interfaces.
  • WebIOPi Easily adaptable GPIO port control web interface.

Network Utilities

  • Fing Command-line network toolkit to scan and discover devices and services on a network.

Python Packages

  • RPi.GPIO - A module to control Raspberry Pi GPIO channels.
  • RPIO - Advanced GPIO for the Raspberry Pi. Extends RPi.GPIO with PWM, GPIO interrups, TCP socket interrupts, command line tools and more.
  • piui - Add a mobile UI to your RaspberryPi project.

Windows Tools

  • PuTTY Windows TTY console. Can connect via SSH and Serial.
  • WinSCP SCP client with a GUI interface and drag-and-drop support.
  • Win32 Disk Imager Simple to use tool used to write distributions to a SD card and can also be used to read an SD card image for back up to a PC.