chip
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 96
Libchipcard 2.1.9/3.0.3/3.9.1 Beta
Libchipcard is a library for easy access to chip cards via chip card readers (terminals). more>>
Libchipcard is a library for easy access to chip cards via chip card readers (terminals). Libchipcard2 currently works under Linux, FreeBSD, NetBSD, OpenBSD and (partially) Windows.
A graphical setup tool (using KDE), man pages and German translations to all KDE programs and all console tools are provided.
This library is used by OpenHBCI and thus by AqMoney, GOpenHBCI, KOpenHBCI, LxBank and GnuCash to provide support for German Homebanking cards. Recently, AqBanking joined the family of programs using Libchipcard2.
Whats New in 3.9.1 Beta Release:
- This release adds support for the latest Cyberjack device.
- All references to Libchipcard3 have been renamed to simply Libchipcard (without a number).
- This also affects the configuration files and paths, so you will have to move your configuration files.
Whats New in 3.0.3 Stable Release:
- This version includes several new features that have been back-ported from the (soon to become) libchipcard4 branch.
- In particular, newly supported readers are CardMedic 2, SCR 331, SCM 3320, Omnikey Cardman 4040, and also for the card type eGK.
- For the Celetronic CardStar2 the second slot of this readers is supported now as well.
- Some build problems have been fixed.
<<lessA graphical setup tool (using KDE), man pages and German translations to all KDE programs and all console tools are provided.
This library is used by OpenHBCI and thus by AqMoney, GOpenHBCI, KOpenHBCI, LxBank and GnuCash to provide support for German Homebanking cards. Recently, AqBanking joined the family of programs using Libchipcard2.
Whats New in 3.9.1 Beta Release:
- This release adds support for the latest Cyberjack device.
- All references to Libchipcard3 have been renamed to simply Libchipcard (without a number).
- This also affects the configuration files and paths, so you will have to move your configuration files.
Whats New in 3.0.3 Stable Release:
- This version includes several new features that have been back-ported from the (soon to become) libchipcard4 branch.
- In particular, newly supported readers are CardMedic 2, SCR 331, SCM 3320, Omnikey Cardman 4040, and also for the card type eGK.
- For the Celetronic CardStar2 the second slot of this readers is supported now as well.
- Some build problems have been fixed.
Download (0.88MB)
Added: 2007-05-15 License: GPL (GNU General Public License) Price:
893 downloads
web-chpass 1.4
web-chpass utility allows users to change their account password through the web. more>>
web-chpass utility allows users to change their account password through the web. This package was written with security and flexibility as the primary concerns--and in that order. It runs on systems that use PAM to manage user authorizations. At this time, it has been tested only on Red Hat 7.2.
The web pages produced are completely customizable. The chpass.cgi utility contains no HTML. Instead, web pages are produced from an external template.
"Bad password" checking can be optionally enabled. As distributed, the web page template offers the user a choice, with these checks enabled by default.
This package includes several components that may be useful for other applications. The nipasswd utility allows non-privileged programs to authenticate users and change passwords in a
Enhancements:
- This release fixes a bug with previously unexpected "Password changed" notices from PAM on SuSE 10.1.
<<lessThe web pages produced are completely customizable. The chpass.cgi utility contains no HTML. Instead, web pages are produced from an external template.
"Bad password" checking can be optionally enabled. As distributed, the web page template offers the user a choice, with these checks enabled by default.
This package includes several components that may be useful for other applications. The nipasswd utility allows non-privileged programs to authenticate users and change passwords in a
Enhancements:
- This release fixes a bug with previously unexpected "Password changed" notices from PAM on SuSE 10.1.
Download (0.012MB)
Added: 2006-12-23 License: Freeware Price:
1036 downloads
inSap 0.4
inSAP is a XMMS input plugin based on libSap. more>>
inSAP is a XMMS input plugin based on libSap.
SAP Library is a software emulation of CPU 6502 microprocessor and Pokey chip.
Those two chips are used in Atari XL/XE computers.
SAP Library is used to run programs written in 6502 machine language, programs that are using Pokey chip to play tunes and sounds.
<<lessSAP Library is a software emulation of CPU 6502 microprocessor and Pokey chip.
Those two chips are used in Atari XL/XE computers.
SAP Library is used to run programs written in 6502 machine language, programs that are using Pokey chip to play tunes and sounds.
Download (0.090MB)
Added: 2006-04-14 License: GPL (GNU General Public License) Price:
1289 downloads
cgi-postin 1.19
cgi-postin utility processes data generated from a World-Wide Web form. more>> <<less
Download (0.006MB)
Added: 2006-11-20 License: GPL (GNU General Public License) Price:
1068 downloads
uucpm 1.11
uucpm provides networked uucp services on older systems that otherwise lack this capability. more>>
uucpm provides networked uucp services on older systems that otherwise lack this capability, but do have TCP/IP networking support. This includes systems such as SCO Xenix and NCR Towers.
The package includes two programs. The uucpm daemon converts a pseudo-tty (pty) into a device that can communicate across a TCP/IP network. A System V.2-ish port of the BSD uucpd daemon also is included. These two daemons implement, respectively, the originating and answering portions of the transfer.
There are two programs in this package. The first is a port of the Berkeley `uucpd daemon (version 5.9 6/1/90) to System V. This daemon is normally run out of `inetd. It authenticates incoming uucp requests and starts up a uucp session to talk to the remote system.
The second program is a new program called `uucpm. It is a daemon turns a pseudo-terminal (pty) into a device that can be used for network communications. The daemon sits on the master end of the pty. It allows `uucico to connect to the slave end of the pty and issue requests to connect to systems across the network. Once `uucpm is installed, it takes a simply one-line modification to the Systems and Devices files to implement TCP/IP capability.
Here is a schematic diagram of how the pieces fit together:
+---------+
| uucico |
+---------+
|
|
|/ /dev/ttyXX
+---------+
| pty |
+---------+
| /dev/ptyXX
|
|/
+---------+ +---------+ +---------+ +---------+
| uucpm | | inetd |-->| uucpd |-->| uucico |
+---------+ +---------+ +---------+ +---------+
| /|
| socket |
`--------------
When `uucico connects to the pty, the `uucpm daemon issues a `host: prompt. The originating system then sends the name of the remote machine. The `uucpm daemon establishes a socket to the well known uucp port on that system, and from there on a standard uucp login is performed.
<<lessThe package includes two programs. The uucpm daemon converts a pseudo-tty (pty) into a device that can communicate across a TCP/IP network. A System V.2-ish port of the BSD uucpd daemon also is included. These two daemons implement, respectively, the originating and answering portions of the transfer.
There are two programs in this package. The first is a port of the Berkeley `uucpd daemon (version 5.9 6/1/90) to System V. This daemon is normally run out of `inetd. It authenticates incoming uucp requests and starts up a uucp session to talk to the remote system.
The second program is a new program called `uucpm. It is a daemon turns a pseudo-terminal (pty) into a device that can be used for network communications. The daemon sits on the master end of the pty. It allows `uucico to connect to the slave end of the pty and issue requests to connect to systems across the network. Once `uucpm is installed, it takes a simply one-line modification to the Systems and Devices files to implement TCP/IP capability.
Here is a schematic diagram of how the pieces fit together:
+---------+
| uucico |
+---------+
|
|
|/ /dev/ttyXX
+---------+
| pty |
+---------+
| /dev/ptyXX
|
|/
+---------+ +---------+ +---------+ +---------+
| uucpm | | inetd |-->| uucpd |-->| uucico |
+---------+ +---------+ +---------+ +---------+
| /|
| socket |
`--------------
When `uucico connects to the pty, the `uucpm daemon issues a `host: prompt. The originating system then sends the name of the remote machine. The `uucpm daemon establishes a socket to the well known uucp port on that system, and from there on a standard uucp login is performed.
Download (0.013MB)
Added: 2006-11-20 License: GPL (GNU General Public License) Price:
1068 downloads
ThinTUX 0.21
ThinTUX is a small Linux distribution for thin clients. more>>
ThinTUX is a small Linux distribution for thin clients. It has support for all major remote access protocols like ICA, RDP, XDM, telnet, ssh, and more.
The distribution can be booted from the network using a network card with PXE-support or from standard media storage devices like floppy, CD, hard disk, or disk-on-chip.
The configuration is stored on a DHCP server to simplify terminal management.
Main features:
- Automatic hardware discovery and centralized configuration using DHCP
- Single point of administration
- Small footprint
- Fully self-contained
- No NFS mounted root filesystem
- Web based configuration tool
- One boot image fits all computers
- No previous Linux knowledge required
Enhancements:
- Reduced startup time.
- Reduced RAM footprint.
- Added support for glibc programs.
- Updated kernel
- Updated to rdesktop 1.4.1
- Updated the configuration tool(ThinTUX web tool).
- Renamed configuration variables
<<lessThe distribution can be booted from the network using a network card with PXE-support or from standard media storage devices like floppy, CD, hard disk, or disk-on-chip.
The configuration is stored on a DHCP server to simplify terminal management.
Main features:
- Automatic hardware discovery and centralized configuration using DHCP
- Single point of administration
- Small footprint
- Fully self-contained
- No NFS mounted root filesystem
- Web based configuration tool
- One boot image fits all computers
- No previous Linux knowledge required
Enhancements:
- Reduced startup time.
- Reduced RAM footprint.
- Added support for glibc programs.
- Updated kernel
- Updated to rdesktop 1.4.1
- Updated the configuration tool(ThinTUX web tool).
- Renamed configuration variables
Download (13MB)
Added: 2005-09-29 License: GPL (GNU General Public License) Price:
1492 downloads
libSap 1.51.1
libSap is a Linux port of windows SAP Library. more>>
libSap library is a Linux port of windows SAP Library. SAP Library is a software emulation of CPU 6502 microprocessor and Pokey chip.
Those two chips are used in Atari XL/XE computers. SAP Library is used to run programs written in 6502 machine language, programs that are using Pokey chip to play tunes and sounds.
Enhancements:
- ported SAP Library ver.1.51
- first public release
<<lessThose two chips are used in Atari XL/XE computers. SAP Library is used to run programs written in 6502 machine language, programs that are using Pokey chip to play tunes and sounds.
Enhancements:
- ported SAP Library ver.1.51
- first public release
Download (0.037MB)
Added: 2006-04-14 License: GPL (GNU General Public License) Price:
1291 downloads
wmfscpos 1.0.0
wmfscpos is a wmaker dockapp which displays the temperature, voltage and fan information from an FSC Poseidon chip. more>>
wmfscpos is a wmaker dockapp which displays the temperature, voltage and fan information from an FSC Poseidon chip.
wmfscpos was formerly known as wmlm-fsc and is based on Ben Jarvis wmlm.
If youre using kernel 2.4, youll need the additional modules from lm_sensors.
2.6 series kernels starting from 2.6.12 include the new fscpos driver. For kernels 2.6.10 and 2.6.11 you can get a patch from the downloads section.
Installation
Building wmfscpos is rather easy:
# cd wmfscpos-1.0.0-RC1/wmfscpos/
# make
# make install
Debian GNU/Linux users might fetch a binary from this projects website or just
build their own. You need to have debhelper, xlibs-dev and libsensors-dev
installed for that:
# cd wmfscpos/
# fakeroot debian/rules binary
<<lesswmfscpos was formerly known as wmlm-fsc and is based on Ben Jarvis wmlm.
If youre using kernel 2.4, youll need the additional modules from lm_sensors.
2.6 series kernels starting from 2.6.12 include the new fscpos driver. For kernels 2.6.10 and 2.6.11 you can get a patch from the downloads section.
Installation
Building wmfscpos is rather easy:
# cd wmfscpos-1.0.0-RC1/wmfscpos/
# make
# make install
Debian GNU/Linux users might fetch a binary from this projects website or just
build their own. You need to have debhelper, xlibs-dev and libsensors-dev
installed for that:
# cd wmfscpos/
# fakeroot debian/rules binary
Download (0.014MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1075 downloads
sonic-snap 1.7
sonic-snap is a project with you can use your sn9c102 based camera under linux. more>>
sonic-snap is a project with you can use your sn9c102 based camera under linux. You need to get the kernel driver at linux-projects.org.
sonic-snap has some distinguishing features which include histogram analysis, normalization, ppm captures and realtime mpeg encoding.
sonic-snap was tested with this really cute little webcam, called Sweex Minicam. The Sweex Minicam is really cheap (10 to 15 euros), and has the size of a 50 eurocent coin. Due to its size, it should be a suitable robotics camera.
The sonic-snap application will most likely work with any webcam, based on the sn9c102 chip from Sonix. (Sweex 100k and Genius NB work as well). If you get it to work on your cam, why not send me a snapshot? You can reach me at bram at sara.nl
<<lesssonic-snap has some distinguishing features which include histogram analysis, normalization, ppm captures and realtime mpeg encoding.
sonic-snap was tested with this really cute little webcam, called Sweex Minicam. The Sweex Minicam is really cheap (10 to 15 euros), and has the size of a 50 eurocent coin. Due to its size, it should be a suitable robotics camera.
The sonic-snap application will most likely work with any webcam, based on the sn9c102 chip from Sonix. (Sweex 100k and Genius NB work as well). If you get it to work on your cam, why not send me a snapshot? You can reach me at bram at sara.nl
Download (0.020MB)
Added: 2006-01-25 License: GPL (GNU General Public License) Price:
1380 downloads
Cryptonit 0.9.7
Cryptonit is a client side cryptographic tool which allows you to encrypt/decrypt and sign/verify files with PKI certificates. more>>
Cryptonit project is a client side cryptographic tool which allows you to encrypt/decrypt and sign/verify files with PKI (Public Key Infrastructure) certificates.
Main features:
- Encryption/decryption based on highly reliable algorithms
- Signature/verification procedures ensuring tamper-proof documents
- Use of passwords, certificates & smart (chip) cards for file encryption
- Address book for saving and organizing contacts
- Ability to import contacts and their certificates from the corporate directory (LDAP import)
- Multiple user account management
- Interfaces in both English and French
- CRL download
- RSA cryptography (public key cryptography standard)
<<lessMain features:
- Encryption/decryption based on highly reliable algorithms
- Signature/verification procedures ensuring tamper-proof documents
- Use of passwords, certificates & smart (chip) cards for file encryption
- Address book for saving and organizing contacts
- Ability to import contacts and their certificates from the corporate directory (LDAP import)
- Multiple user account management
- Interfaces in both English and French
- CRL download
- RSA cryptography (public key cryptography standard)
Download (2.4MB)
Added: 2006-05-23 License: GPL (GNU General Public License) Price:
1252 downloads
Audio::Xmpcr 2.6
Audio::Xmpcr is a Perl API to the XM PCR Satellite radio. more>>
Audio::Xmpcr is a Perl API to the XM PCR Satellite radio. It offers two different operating modes (direct and remote+daemon) via a single interface.This is very alpha, use at your own risk. It has only been tested only with few cards.
16 meg all-in-wonder rage 128 capture card.
8 meg all-in-wonder pro capture card.
4 meg all-in-wonder capture card. (ATI Technologies Inc 3D Rage II+ 215GTB [Mach64 GTB])
2 meg ATI Rage II+ video card + an ISA addon tv card.
Ati Rage Pro video card + an ISA addon tv carMythtv currently only supports capture cards that output planar YUV (as far as I know) and the bt82X chip can only output packed format YUV, so until someone patches Mythtv to support other formats...
You do not need the GATOS video driver to use this module in fact you dont even need X. However you should use the gatos video driver if all you want to do is watch tv. (it supports overlay and alot more cards)
Enhancements:
- Enabled CAGC - Automatic Chrominance Gain Control (which should make the colours more vibrant)
- Enabled CKILL - Low Colour Detection and Removal
- Initial support for Closed captioning, I am almost 100% sure this is not supposed to go on /dev/vbi but thats where it is for now. (EDS data can also be captured but I have no place to put the output yet)
<<less16 meg all-in-wonder rage 128 capture card.
8 meg all-in-wonder pro capture card.
4 meg all-in-wonder capture card. (ATI Technologies Inc 3D Rage II+ 215GTB [Mach64 GTB])
2 meg ATI Rage II+ video card + an ISA addon tv card.
Ati Rage Pro video card + an ISA addon tv carMythtv currently only supports capture cards that output planar YUV (as far as I know) and the bt82X chip can only output packed format YUV, so until someone patches Mythtv to support other formats...
You do not need the GATOS video driver to use this module in fact you dont even need X. However you should use the gatos video driver if all you want to do is watch tv. (it supports overlay and alot more cards)
Enhancements:
- Enabled CAGC - Automatic Chrominance Gain Control (which should make the colours more vibrant)
- Enabled CKILL - Low Colour Detection and Removal
- Initial support for Closed captioning, I am almost 100% sure this is not supposed to go on /dev/vbi but thats where it is for now. (EDS data can also be captured but I have no place to put the output yet)
Download (0.043MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1193 downloads
Escape 200508080
Escape is a tile-based puzzle game in the style of Adventures of Lolo or Chips Challenge. more>>
Escape is a tile-based puzzle game in the style of "Adventures of Lolo" or "Chips Challenge." Unlike either of those games, Escape doesnt rely at all on reflexes--its all about your brain.
Although it comes with hundreds of levels, the game places an emphasis on the composition of new puzzles. Thus it has a built-in level editor and facilities for automatically sharing puzzles with other players.
Enhancements:
- This release featured improved usability of the level browser, the ability to delete uploaded levels, sleeping bots, transponders and crossover wires, and many improvements to editor (including a pattern tool and a prefab system).
- Many bugs were fixed, including tile behavior problems, animation corner cases, and crashes.
<<lessAlthough it comes with hundreds of levels, the game places an emphasis on the composition of new puzzles. Thus it has a built-in level editor and facilities for automatically sharing puzzles with other players.
Enhancements:
- This release featured improved usability of the level browser, the ability to delete uploaded levels, sleeping bots, transponders and crossover wires, and many improvements to editor (including a pattern tool and a prefab system).
- Many bugs were fixed, including tile behavior problems, animation corner cases, and crashes.
Download (1.2MB)
Added: 2005-08-10 License: GPL (GNU General Public License) Price:
1536 downloads
force-preview 1.0
force-preview plugin helps reduce comment spam on a Movable Type blog. more>> <<less
Download (0.006MB)
Added: 2006-11-20 License: GPL (GNU General Public License) Price:
1071 downloads
Mach64 video4linux2 2006-01-22
Mach64 video4linux2 is a video4linux device driver for older Mach64 TV tuner cards. more>>
Mach64 video4linux2 is a video4linux device driver for older Mach64 TV tuner cards.
Mach64 video4linux2 is very alpha, and has only been tested with a few cards: a 4 MB All-in-wonder capture card, a 2 MB ATI Rage II+ with an ISA add-on TV card, and an ATI Rage Pro video card with an ISA add-on TV card.
There are versions for 2.6.* and 2.4.* kernels.
Module Options:
debug (set the debug level)
disablev4l2 (disable all v4l2 functions)
disabledma (disable dma support)
disableinterlace (max resolution will be 640x240)
Note: when the height is less than or equal to 240 interlace is automatically turned off. (probably a bad idea but it makes better snapshots in xawtv that way)
halfwidth (cut max width in half 640 becomes 320)
forceromaddr (Force romaddr to 0x000C0000)
tunertype (0=pal, 1=ntsc, 2=secam, 3=pal nc, 4=pal m, 5= pal n, 6=ntsc jp) it will default to ntsc(1)
Example commands:
MPlayer 1.0
mplayer tv://50 -tv driver=v4l:input=1:norm=ntsc:outfmt=yuy2:width=320:height=240:chanlist=us-cable -nofs
MPlayer 0.92
mplayer -tv on:driver=v4l:input=1:norm=ntsc:outfmt=yuy2:width=320:height=240:chanlist=us-cable:channel=50 -nofs
FFmpeg (you need an external program to change the channel)
ffmpeg -vd /dev/video0 -ad /dev/dsp -r 29.97 -s 320x240 -acodec mp3 /tmp/test.avi
Notes:
Make sure your card has an irq assigned to it (there is a jumper on most cards that can enable/disable this)
If you have multiple video cards and the ATI card is not set as the primary card, you cannot load the module until X has enabled it. (Using kmod would be a good idea, it loads modules when you access the device)
Make sure you load the videodev module as well!
Whats missing
Support for other ATI cards (should be able to support anything the GATOS driver supports)
Audio chip stuff (volume, bass, treble for cards with audio chips) etc etc etc...
Known bugs
Can only capture from one card at a time. (hangs if you use more than one)
If your using kernel 2.4.* and it segfaults, the first thing you should do is update the video4linux header files videodev.h and videodev2.h you can get them from here http://bytesex.org/patches/
Does not work with mach64 DRI, my dma code assumes it has complete control.
Enhancements:
- This release adds DMA support for AMD-64 machines.
<<lessMach64 video4linux2 is very alpha, and has only been tested with a few cards: a 4 MB All-in-wonder capture card, a 2 MB ATI Rage II+ with an ISA add-on TV card, and an ATI Rage Pro video card with an ISA add-on TV card.
There are versions for 2.6.* and 2.4.* kernels.
Module Options:
debug (set the debug level)
disablev4l2 (disable all v4l2 functions)
disabledma (disable dma support)
disableinterlace (max resolution will be 640x240)
Note: when the height is less than or equal to 240 interlace is automatically turned off. (probably a bad idea but it makes better snapshots in xawtv that way)
halfwidth (cut max width in half 640 becomes 320)
forceromaddr (Force romaddr to 0x000C0000)
tunertype (0=pal, 1=ntsc, 2=secam, 3=pal nc, 4=pal m, 5= pal n, 6=ntsc jp) it will default to ntsc(1)
Example commands:
MPlayer 1.0
mplayer tv://50 -tv driver=v4l:input=1:norm=ntsc:outfmt=yuy2:width=320:height=240:chanlist=us-cable -nofs
MPlayer 0.92
mplayer -tv on:driver=v4l:input=1:norm=ntsc:outfmt=yuy2:width=320:height=240:chanlist=us-cable:channel=50 -nofs
FFmpeg (you need an external program to change the channel)
ffmpeg -vd /dev/video0 -ad /dev/dsp -r 29.97 -s 320x240 -acodec mp3 /tmp/test.avi
Notes:
Make sure your card has an irq assigned to it (there is a jumper on most cards that can enable/disable this)
If you have multiple video cards and the ATI card is not set as the primary card, you cannot load the module until X has enabled it. (Using kmod would be a good idea, it loads modules when you access the device)
Make sure you load the videodev module as well!
Whats missing
Support for other ATI cards (should be able to support anything the GATOS driver supports)
Audio chip stuff (volume, bass, treble for cards with audio chips) etc etc etc...
Known bugs
Can only capture from one card at a time. (hangs if you use more than one)
If your using kernel 2.4.* and it segfaults, the first thing you should do is update the video4linux header files videodev.h and videodev2.h you can get them from here http://bytesex.org/patches/
Does not work with mach64 DRI, my dma code assumes it has complete control.
Enhancements:
- This release adds DMA support for AMD-64 machines.
Download (0.043MB)
Added: 2006-01-23 License: GPL (GNU General Public License) Price:
1376 downloads
mrsh 1.4
mrsh project runs a remote command on multiple hosts. more>>
mrsh project runs a remote command on multiple hosts. Rather than repeat an rsh command across a set of hosts, a single mrsh command can do the job.
For instance, you can use it to do things like:
mrsh sleepy dopey stoner -- df /var/log
SYNTAX
mrsh [ -prst ] [ -P rsh_path ] host ... -- command ...
<<lessFor instance, you can use it to do things like:
mrsh sleepy dopey stoner -- df /var/log
SYNTAX
mrsh [ -prst ] [ -P rsh_path ] host ... -- command ...
Download (0.003MB)
Added: 2006-11-20 License: GPL (GNU General Public License) Price:
1068 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above chip search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed