Difference between revisions of "RPi Utilities"

From eLinux.org
Jump to: navigation, search
m (Added page break at end of page)
(Added Python Packages)
Line 14: Line 14:
 
==Network Utilities==
 
==Network Utilities==
 
* '''[http://www.overlooksoft.com/features Fing]''' Command-line network toolkit to scan and discover devices and services on a network.
 
* '''[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==
 
==Windows Tools==

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.