18-May-2003
Some new project pages were added:
winvfs version 1.0 download
The aim of this project is to create environment
that is enough to load Windows VFS VxD modules. For now package contains
some tools:
ledump, lecopy (their functionality is somewhat equivalent to objdump and
objcopy) and main module - winvfs, it uses fuse (filesystem in user space) and
sg (scsi generic module interface). Right now Udfreadr.vxd can be loaded and
used to access UDF filesystem (and its DirectCD extensions, such as
compressed and unclosed disks) on CD-ROMs.
I also plan to add support for full stack of CD VxD modules loading. They come
with Roxio Easy CD Creator and can be used for Writing to CD-Rs and CD-RWs
with UDF filesystem.
18-May-2003 Seems that there are some problems with glibc-2.2.5 and higher,
I'll try to fix this issue, but for now it works quite good with glibc-2.2
(from RedHat 7.0).
04-Jan-2004 The issue was with gcc optimisation, now proper linking with
vxd's is implemented, some memory and file handle leaks were fixed, version
1.0 released.
18-May-2003 Special keys support can be added by replacing
/usr/X11R6/lib/X11/xkb/symbols/inet file with this file.
(a geniuscomfy12 description was added here). Don't forget to include this
definition in /etc/X11/XF86Config: in section "InputDevice" for keyboard
add (replace if exists) option "XkbLayout" to something like
"ru+inet(geniuscomfy12)".
When X is configured additional keys functionality can be customized in
window manager configuration program (bbconf, if you are using blackbox and
bbkeys, here is .bbkeysrc that I use).
11-May-2007 Recent implementations of XWindow System such as XOrg 7.1
expect to see "XkbLayout" set to "us+ru:2+inet(geniuscomfy12)".
mito version 1.0 download
This package contains a tool for management and downloading images
and video clips from digital camera Mito DS1300F. Video4Linux inteface is
planned. Probably it would be nice to have integration with linux-hotplug and
fuse for building VFS and its automatical mounting upon camera connection.
04-Jan-2004 I've written a simple windows miniport driver loader, it can load
SoundVision driver for DS1300F. To use it you also need userspace camera module
(kernel 2.6 ready) which is included in
this mito v4l version 1.1
package. Right now you have to plug your camera before loading SoundVision
driver or you're risking to get an usb host in an unusable state.
11-May-2007 Renamed kernel driver, new name - user_video.ko and adapted for
recent kernels 2.6.19-rc2 and newer (support for 2.4 and early 2.6 kernels
was dropped, if you need it use driver from older mito-v4l package).
Here is download link mito v4l version 1.2.
09-Feb-2010 Updated kernel driver, so it can be compiled for kernel 2.6.32
(tested with -rc6 actually) + small fixes for loader and camview for
warningless compilation on modern fedora (12). mito v4l version 1.3
15-Feb-2010 Updated camview for Qt4 and fixed -Wall warnings + made small fix
to loader: mito v4l version 1.4
term version 1.2.4 download
This program was written with Trolltech Qt crossplatform library and development tools, but uses some linux/unix specific interfaces. Some screenshots are here.
Here are some useful key combinations:
Alt-C - clear window,
Alt-E - toggle local echo,
Alt-H - drop DTR for 1s for line hangup,
Alt-I - send modem init string,
Alt-D - brings dialing directory up,
Alt-P - requests port profiles dialog,
Alt-S - opens file dialog and then sends selected files via X/ZModem,
Alt-X - quits the program;
Some global settings (e.g. init string) can be changed via command line parameters, try --help for details.
If you'd prefer to get a binary package for term there are some for recent Fedora releases on my page at Fedora community repos site:
https://copr.fedorainfracloud.org/coprs/vr5/playground/
06-Sep-2012 Version 1.2.1 released. Now term supports XModem protocol (implementation is based on Georges Menie code).
New hot key: Alt-R - opens file dialog and then starts to receive data via XModem into selected file;
17-Mar-2019 Version 1.2.2 released. The term now has D-Bus interface for initiating XModem transfers; it has scrollback buffer, rectangular block selection mode - Ctrl-Left Button-Mouse Move;
14-Nov-2021 Version 1.2.4 released. Added features for interacting with modems;
audix version 1.0 download
All these tools released under GNU Public License v2.