Everything here, unless explicitly mentioned, should run on all versions of RISC OS from 3.10 onwards, and be 26/32 bit compatible. Some of the things here require other bits of software, there is a collection of links to these on the resources page. To make comments or suggestions, or report any bugs feel free to e-mail to the address at the bottom of this page.
0.19 (29-Nov-2007)
A VNC client allowing remote control of computers over a local network or the internet. You need to be running a VNC server on the remote machine.
Features include:
Optionally requires ConfiX (for hotlist/choices), BypassAlt (fixes Alt and Command key problems so that things like Alt-Enter or Alt-C (Command-C for mac users) work as expected - see below to download) and SysLog. Download Avalanche 0.19.
A utility module which allows applications to disable the usual behaviour of the Alt keys. So, when enabled, Alt-C will generate a wimp key event for 'C' rather than '©'. The Alt keys can still be interrogated using INKEY. Requires RISC OS 3.5+ Download BypassAlt.
0.03 (25-Jun-2006) [Highly experimental]
A DeviceFS (i.e Castle) USB driver for Ethernet devices. Only supports devices based on the AX88172 chip at present. Source included. Download EtherUSB.
A write only DeviceFS driver directing all output to SysLog. Lets SysLog be used with standard file access calls, for example using fprintf() from C, BPUT from BASIC or any command line utility by using stream redirection.
For example: *Modules { > Devices#Log=Test:$.SysLog }
This is particularly useful for redirecting the error streams of applications as SysLogDevice allows an arbitrary number of open streams to any log.
Requires SysLog. Download SysLogDevice.
A small module which can redefine the key codes returned by keyboard or mouse drivers before they reach the kernel, allowing keys and mouse buttons to be swapped around. Requires RISC OS 3.5+ Download KeyMapper.
Command line utility to find where a *command is in the system. It checks system variable aliases, modules and object on the run path reporting which one will be executed. Download Which.
Command line utility to output text written at the end of a file, similarly to tail -f in *NIX. Works nicely in TaskWindows with SysLogs. Download WatchLog.
Command line utility listing open files, not much else to say really. Download LsOF.
