- pin_check.py: displays a continually-updating console display showing the status of a Raspberry Pi 3 B+'s pins.
- pink_led.py: grabs a snapshot of a 640x480 Raspberry Pi camera and compares the 'color distance' between each pixel and a fixed color, displaying the result to the console.
- scanip: scans the local network for IP addresses matching 192.168.1.*
- findpy: a command line search tool that looks for strings within *.py files and provides a colorized report
- findxml: a command line search tool that looks for strings within *.xml files and provides a colorized report
The two find* files are basically Python simplifying wrappers around the unix "find" command, that provide a nice colorised output.
These files come with no promise of support or liability. Use at your own risk.
This project is part of the New Zealand Personal Robotics (NZPRG) "Robot Operating System", not to be confused with other "ROS" projects. For more information check out the NZPRG Blog and NZPRG Wiki.
All contents (including software, documentation and images) Copyright 2020 by Murray Altheim, All Rights Reserved.
Software and documentation are distributed under the MIT License, see LICENSE file included with project.