for controlling
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3175
XMMSd web control plug-in 0.3
XMMSd web control plug-in allows XMMS to be controlled with a Web browser. more>>
XMMSd web control plug-in allows XMMS to be controlled with a Web browser. It makes it easier for languages like PHP to remotely control XMMS.
<<less Download (0.063MB)
Added: 2006-04-12 License: GPL (GNU General Public License) Price:
1294 downloads
VISCA Camera Control Library 0.08
VISCA Camera Control Library is a library for controlling a VISCA(tm) compliant camera through the RS232 port of your PC. more>>
VISCA Camera Control Library is a library for controlling a VISCA(tm) compliant camera through the RS232 port of your PC. VISCA, on its side, is a protocol developed by Sony so that a lot of machine vision cameras from Sony are compliant with VISCA.
Typical cameras include the FCB-IX47 family of camera block for OEMs. Note that other devices, such as VCRs, can be controlled. Drop me a line f you know other functions that you would like to be implemented and for which you have the opcodes.
libVISCA has been tested only with an FCB-IX47P. This does not mean that its the only camera compatible, but some others might require addition/changes. In the current version, libVISCA has interface functions for every command/inquiry of the specifications. This includes zoom, focus, digital effects, white balance, and much more.
Every function composes an RS232 message, up to 12 bytes long. The message is then sent to a function that will actually send the 12 bytes after appending a header and footer. The function also waits for answers from the camera, such as ACK and completion messages. If its an inquiry, the reply is stored in the input buffer of the interface structure.
<<lessTypical cameras include the FCB-IX47 family of camera block for OEMs. Note that other devices, such as VCRs, can be controlled. Drop me a line f you know other functions that you would like to be implemented and for which you have the opcodes.
libVISCA has been tested only with an FCB-IX47P. This does not mean that its the only camera compatible, but some others might require addition/changes. In the current version, libVISCA has interface functions for every command/inquiry of the specifications. This includes zoom, focus, digital effects, white balance, and much more.
Every function composes an RS232 message, up to 12 bytes long. The message is then sent to a function that will actually send the 12 bytes after appending a header and footer. The function also waits for answers from the camera, such as ACK and completion messages. If its an inquiry, the reply is stored in the input buffer of the interface structure.
Download (0.30MB)
Added: 2006-01-20 License: LGPL (GNU Lesser General Public License) Price:
1407 downloads
control-center 2.18.1
control-center package is a Gnome system control center. more>>
control-center package is a Gnome system control center.
Enhancements:
- configure.in: updated for 2.18.1.
- configure.in: build libslab statically, to avoid conflicts with gnome-main-menu, which installs its .so and header files.
<<lessEnhancements:
- configure.in: updated for 2.18.1.
- configure.in: build libslab statically, to avoid conflicts with gnome-main-menu, which installs its .so and header files.
Download (3.4MB)
Added: 2007-04-10 License: GPL (GNU General Public License) Price:
929 downloads
Ham Radio Control Libraries 1.2.6.2
Ham Radio Control Libraries, Hamlib for short, is a development effort to provide a consistent interface for programmers. more>>
Ham Radio Control Libraries is a development effort to provide a consistent interface for programmers wanting to incorporate radio control in their programs.
Hamlib is not a complete user application, rather, it is a software layer intended to make controlling various radios and other shack hardware much easier.
Hamlib will allow authors of such software as logging programs, digital communications programs, or those wanting to develop the ultimate radio control software to concentrate on the user interface and the basic function of the program rather than radio control.
Most recent amateur radio transceivers allow external control of their functions through a serial interface. Unfortunately, control commands are not always consistent across a manufacturers product line and each manufacturers product line differs greatly from its competitors.
Hamlib attempts to solve this problem by presenting a "virtual radio" to the programmer by providing an API to actions such as setting a given VFOs frequency, setting the operating mode, querying the radio of its current status and settings, and giving the application a list of a given radios capabilities. Unfortunately, what can be accomplished by hamlib is limited by the radios themselves and some offer very limited capability.
<<lessHamlib is not a complete user application, rather, it is a software layer intended to make controlling various radios and other shack hardware much easier.
Hamlib will allow authors of such software as logging programs, digital communications programs, or those wanting to develop the ultimate radio control software to concentrate on the user interface and the basic function of the program rather than radio control.
Most recent amateur radio transceivers allow external control of their functions through a serial interface. Unfortunately, control commands are not always consistent across a manufacturers product line and each manufacturers product line differs greatly from its competitors.
Hamlib attempts to solve this problem by presenting a "virtual radio" to the programmer by providing an API to actions such as setting a given VFOs frequency, setting the operating mode, querying the radio of its current status and settings, and giving the application a list of a given radios capabilities. Unfortunately, what can be accomplished by hamlib is limited by the radios themselves and some offer very limited capability.
Download (1.4MB)
Added: 2007-07-01 License: LGPL (GNU Lesser General Public License) Price:
850 downloads
Simple Xmms Control 0.1
Simple Xmms Control is a a simple SuperKaramba theme that provides XMMS control. more>>
Simple Xmms Control is a a simple SuperKaramba theme that provides XMMS control. Icons are from nuoveXT icon theme.
All suggestions are welcome!
<<lessAll suggestions are welcome!
Download (0.008MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1223 downloads
Winamp::Control 0.2.1
Winamp::Control is a Perl module to control winamp (over the network). more>>
Winamp::Control is a Perl module to control winamp (over the network).
SYNOPSIS
use Winamp::Control;
use IO::Extended qw(printfln);
my $winamp = Winamp::Control->new( host => $opts{host}, port => $opts{port} );
if( my $ver = $winamp->getversion )
{
printfln Connected to Winamp (Ver: %s), $ver;
printfln Currently playing: %s , $winamp->getcurrenttitle() if $winamp->isplaying();
println "Current playlist:nt", join "nt", $winamp->getplaylisttitle();
}
Winamp::Control is a perl module for controlling Winamp (www.winamp.com) over a network or local. It requires the httpQ winamp-plugin written by Kosta Arvanitis (see prerequisites) installed on the computer playing the music (It is called "server" and will receive the commands). Perl clients doesnt need it, because the clients are communicating via http (and they are not restricted to any operating-system).
<<lessSYNOPSIS
use Winamp::Control;
use IO::Extended qw(printfln);
my $winamp = Winamp::Control->new( host => $opts{host}, port => $opts{port} );
if( my $ver = $winamp->getversion )
{
printfln Connected to Winamp (Ver: %s), $ver;
printfln Currently playing: %s , $winamp->getcurrenttitle() if $winamp->isplaying();
println "Current playlist:nt", join "nt", $winamp->getplaylisttitle();
}
Winamp::Control is a perl module for controlling Winamp (www.winamp.com) over a network or local. It requires the httpQ winamp-plugin written by Kosta Arvanitis (see prerequisites) installed on the computer playing the music (It is called "server" and will receive the commands). Perl clients doesnt need it, because the clients are communicating via http (and they are not restricted to any operating-system).
Download (0.006MB)
Added: 2006-11-15 License: Perl Artistic License Price:
1098 downloads

Gnome Control Center 2.26.0 / 2.27.4.1
Gnome Control Center is GNOMEs main interface for configuration of various aspects of your desktop. more>> <<less
Added: 2009-07-17 License: LGPL Price: FREE
13 downloads
active acoustic vibration control 0.0.1
active acoustic vibration control is a set of basic tools for monitoring and modulating audio noise. more>>
active acoustic vibration control tool is a set of basic tools for monitoring and modulating audio noise.
The tools aim toward a set of codes and algorithms for monitoring noise signal and modulation and reducing them using active noise control priciples.
Active noise control and soundproofing is a relativly recent development (first researched around 30 years ago), and has been in constant development for many and varied situations and applications.
The basic concept of active noise control is the aplication of equal and opposite force to cancel out vibration.
The project attempts to provide a starting point and library for experimentation into various methods of digital signal processing for active noise reduction and soundproofing.
Noise cancellation has been used in many environments currently active control is best used in constant vibrations with lower frequencys.
The principle is of controlling the noise level by adding an equal and opposite sound to the noise in the environment. The basic principle may be simple but the actual effectivness depends on many environmental factors.
Generally simplistic out of phase sound wave is used which works to some extent and requires little processing (a simple XOR with -1) this will tend to leave a large number of artifacts as the amplitude of higher frequency components (above i->o delay time) rises.
i->o processing delay
e transducer efficiency
p sound propagation characteristics
r reflections
The project aims to provide a framework for many dsp architectures, dac/adc chips, transducers and monitors.
Create tools for acoustic calibration and data logging hardware
To simplify implementation of active noise and vibration control systems.
To provide an open source standard for use within the industry and education.
To encourage hardware producers to distribute standard interface descriptions for their hardware
Enable low cost development of systems using COTS consumer hardware for noise and vibration control.
<<lessThe tools aim toward a set of codes and algorithms for monitoring noise signal and modulation and reducing them using active noise control priciples.
Active noise control and soundproofing is a relativly recent development (first researched around 30 years ago), and has been in constant development for many and varied situations and applications.
The basic concept of active noise control is the aplication of equal and opposite force to cancel out vibration.
The project attempts to provide a starting point and library for experimentation into various methods of digital signal processing for active noise reduction and soundproofing.
Noise cancellation has been used in many environments currently active control is best used in constant vibrations with lower frequencys.
The principle is of controlling the noise level by adding an equal and opposite sound to the noise in the environment. The basic principle may be simple but the actual effectivness depends on many environmental factors.
Generally simplistic out of phase sound wave is used which works to some extent and requires little processing (a simple XOR with -1) this will tend to leave a large number of artifacts as the amplitude of higher frequency components (above i->o delay time) rises.
i->o processing delay
e transducer efficiency
p sound propagation characteristics
r reflections
The project aims to provide a framework for many dsp architectures, dac/adc chips, transducers and monitors.
Create tools for acoustic calibration and data logging hardware
To simplify implementation of active noise and vibration control systems.
To provide an open source standard for use within the industry and education.
To encourage hardware producers to distribute standard interface descriptions for their hardware
Enable low cost development of systems using COTS consumer hardware for noise and vibration control.
Download (0.003MB)
Added: 2005-12-08 License: GPL (GNU General Public License) Price:
811 downloads
DIY Zoning 0.1p7dev3
DIY Zoning is a set of tools and instructions for controlling a state-of-the-art HVAC system. more>>
DIY Zoning is a repository containing the information about architecting, designing and implementing the Do It Yourself Temperature Zoning system, introductory course for those planning to install a ready-made temperature zoning system, and those who just want their home comfort.
Whats New in This Release:
This release introduces support for many logical devices per one physical 1-Wire device in general, and humidity sensor support in particular.
DAC2CORE protocol has changed, backward compatibility is broken. To upgrade your configuration, you have to add a literal T in front of 1-Wire temperature sensors, and add a literal S in front of 1-Wire switch devices.
<<lessWhats New in This Release:
This release introduces support for many logical devices per one physical 1-Wire device in general, and humidity sensor support in particular.
DAC2CORE protocol has changed, backward compatibility is broken. To upgrade your configuration, you have to add a literal T in front of 1-Wire temperature sensors, and add a literal S in front of 1-Wire switch devices.
Download (0.023MB)
Added: 2005-10-14 License: GPL (GNU General Public License) Price:
1472 downloads
XMMS Jogdial Plugin 0.1
XMMS Jogdial Plugin is an XMMS plugin for the Sony Vaio PCG-C1XS. more>>
XMMS Jogdial Plugin is an XMMS plugin for the Sony Vaio PCG-C1XS. It allows the user to use the jogdial to control volume, playback, and the playlist.
XMMS Jogdial Plugin is known to work on PCG-C1XS, but probably also works on other Sony Vaio C1 series picturebooks with a jogdial.
This is a plugin for controlling XMMS with the Sony Vaio PCG-C1XS Jogdial. Its based on the "helloword" plugin by iso:crash and using Andrew Tridgells "capture" program SPIC/jogdial management.
- You can use the jogdial for volume control (rotation up or down) on 5% steps.
- You can use the jogdial for playlist control (pressed rotation up or down).
- You can use the jogdial for PLAY/PAUSE control (press).
<<lessXMMS Jogdial Plugin is known to work on PCG-C1XS, but probably also works on other Sony Vaio C1 series picturebooks with a jogdial.
This is a plugin for controlling XMMS with the Sony Vaio PCG-C1XS Jogdial. Its based on the "helloword" plugin by iso:crash and using Andrew Tridgells "capture" program SPIC/jogdial management.
- You can use the jogdial for volume control (rotation up or down) on 5% steps.
- You can use the jogdial for playlist control (pressed rotation up or down).
- You can use the jogdial for PLAY/PAUSE control (press).
Download (0.039MB)
Added: 2005-12-19 License: GPL (GNU General Public License) Price:
1410 downloads
Control Framework for PHP 0.1
Control Framework for PHPs main use is for building the UI layer of your PHP Web application. more>>
The purpose of the Control Framework for PHP (CFP) is to design and implement a completely OO based approach to Web UI design and form handling in PHP.
Control Framework for PHPs main use is for building the UI layer of your PHP Web application. UI behavior can be encapsulated into UI elements called controls.
<<lessControl Framework for PHPs main use is for building the UI layer of your PHP Web application. UI behavior can be encapsulated into UI elements called controls.
Download (MB)
Added: 2005-12-05 License: LGPL (GNU Lesser General Public License) Price:
1423 downloads
ChainBuilder ESB for Linux 1.4 Beta 1
ChainBuilder ESB provides open source SOA integration via graphical interfaces more>> ChainBuilder ESB is a new Java Business Integration (JBI) compliant open source Enterprise Service Bus. ChainBuilder ESB allows IT developers with Service Oriented Architecture (SOA) infrastructures to create standards-based ESB components through Eclipse-based graphical user interfaces. Most organizations SOAs need to include strategic backend systems that operate with non-XML data formats and non-WebServices communication protocols. Bostech focus on usability ensured the initial offerings of ChainBuilder ESB had industry standard editors to manage EDI X12, HL7, fixed and variable formats and communication components for TCP/IP, FTP and file protocols - the formats and protocols that organizations with mature applications absolutely require. ChainBuilder ESB also has uncommon high-end open source features, like an AJAX-based Console web interface for monitoring and controlling the production environment, usually found only with expensive proprietary systems. Bostech Corporation is deploys a dual-license distribution model for ChainBuilder ESB. Developers can download the open source software under the common GPL license at http://www.chainforge.net. A commercial license is also available for use where GPL is not available, and for partners who do not release source code for their applications.<<less
Download (324MB)
Added: 2009-04-13 License: Freeware Price: Free
193 downloads
Other version of ChainBuilder ESB for Linux
web interface for monitoring and controlling the production environment, usually found only ... A commercial license is also available for use where GPL is not available, and for partners whoPrice: $0
License:Freeware
License:Freeware
ChainBuilder ESB is Java Business Integration (JBI) compliant ... web interface for monitoring and controlling the production environment, usually found onlyPrice: $0
License:Freeware
License:Freeware
TileLib 0.4
TileLib is meant to be an easy to use graphics library geared towards people wanting to make tile based games. more>>
TileLib is meant to be an easy to use graphics library geared towards people wanting to make tile based games. Such as RPGs, side scrollers, etc. It is meant for people developing with the Allegro graphics lib. What I eventually envision is to make TileLib be a very versatile core library for making tile based games.
Im going to pack as much useful stuff in here that should belong in the basic tile based games library. This means, Im not going to add support for controlling players, just support for loading worlds/scrolling them/interacting with them/etc. Maybe later Ill work on something like that. For now, the feature set is limited but still useful. See the next few sections for more information.
Main features:
- Smooth scrolling
- Support for 4 map layers (base, fringe, object, and roof)
- Ability to place tiles at offsets other than (0,0), i.e. can center tiles.
- Support for disappearing roof tiles ala Ultima style games/old RPGs
- Unlimited map size, limited only by amount of RAM on target system
- Built in functions to scroll the world
- Functions to retrieve information on tiles in the world
- Functions to modify information on the tiles in the world
- Easy to use
- Ability to limit the map window, as in create a border of any size to place it in. Useful for having other windows, like a status window.
- Support for any video mode via Allegro
Enhancements:
- Added smooth scrolling support
- Fixed minor bug in tilelib.h that was lacking some #ifndef tags
- Added 4th example program, TLtest4, to demonstrate smooth scrolling
- New documentation page layout
<<lessIm going to pack as much useful stuff in here that should belong in the basic tile based games library. This means, Im not going to add support for controlling players, just support for loading worlds/scrolling them/interacting with them/etc. Maybe later Ill work on something like that. For now, the feature set is limited but still useful. See the next few sections for more information.
Main features:
- Smooth scrolling
- Support for 4 map layers (base, fringe, object, and roof)
- Ability to place tiles at offsets other than (0,0), i.e. can center tiles.
- Support for disappearing roof tiles ala Ultima style games/old RPGs
- Unlimited map size, limited only by amount of RAM on target system
- Built in functions to scroll the world
- Functions to retrieve information on tiles in the world
- Functions to modify information on the tiles in the world
- Easy to use
- Ability to limit the map window, as in create a border of any size to place it in. Useful for having other windows, like a status window.
- Support for any video mode via Allegro
Enhancements:
- Added smooth scrolling support
- Fixed minor bug in tilelib.h that was lacking some #ifndef tags
- Added 4th example program, TLtest4, to demonstrate smooth scrolling
- New documentation page layout
Download (0.060MB)
Added: 2006-07-17 License: GPL (GNU General Public License) Price:
1197 downloads
Coriander 2.0.0 RC5
Coriander is a GUI that let you control your 1394 digital video camera interactively. more>>
Coriander project is the Linux graphical user interface (GUI) for controlling a Digital Camera through the IEEE1394 bus (aka FireWire, or iLink).
Coriander is full featured and besides changing the parameters of the camera it will also let you record video, send images to an FTP site, convert the video to a V4L stream,... A live display is of course provided too.
Best of all, Coriander will work with any camera that is compatible with the IIDC specifications (also known as DCAM specs). This includes most 1394 webcams and a majority of industrial or scientific cameras too.
However, any cameras in which you can insert a video tape (camcorders,...) will NOT work with coriander. These cameras record compressed DV video on the tape, while the IIDC specify uncompressed, on-the-fly video flows.
Main features:
- change picture mode and format.
- camera on/off/reset
- control of Auto/man/one-push-auto, on/off, value and absolute value for all standard features
- memory channel save/load
- full Format_7 control
- control of the external trigger
- transmission on/off/restart
Enhancements:
- Upgrade the framerate calculation to use the timestamps sent by the kernel (through libdc1394)
- Add a counter that shows dropped frames warnings. A warning is issued when the difference between a pervious period and a new period is larger than 50%.
- fixed the bit depth. If the bit depth is available in the camera, it will be used. Otherwise the manual control will be available. I still have problems with my Basler 602f though. It has 10bits but the image is not good: saturated regions appear mid-grey (128) and the other regions are noise.
- sync with libdc1394 (SVN 391)
- fixed missing string in trigger_source_list
- sync with libdc1394
- add more details to configure messages
- added PIO, SIO and strobe direct register read/write
- remove spurious debug messages
- revert part of the change of Feb. 1st regarding the Flea 2 because some other manufacturers implementation systematically fail one of the tests.
- fixed wrong argument order of WritePVNHeader(). Thanks to John Shen.
- Disable features if they dont support any control mode or if they are OFF and their power cant be controlled. This solves a few issues we had with the Flea 2 from Point Grey.
- little update of the "About" window
- dont set 1394b at boot time: let the user do it manually.
- move and fix `extern declarations of string arrays from build_menus.c, build_ranges.c, thread_save.c, tools.c, update_frames.c and update_ranges.c to coriander.h
<<lessCoriander is full featured and besides changing the parameters of the camera it will also let you record video, send images to an FTP site, convert the video to a V4L stream,... A live display is of course provided too.
Best of all, Coriander will work with any camera that is compatible with the IIDC specifications (also known as DCAM specs). This includes most 1394 webcams and a majority of industrial or scientific cameras too.
However, any cameras in which you can insert a video tape (camcorders,...) will NOT work with coriander. These cameras record compressed DV video on the tape, while the IIDC specify uncompressed, on-the-fly video flows.
Main features:
- change picture mode and format.
- camera on/off/reset
- control of Auto/man/one-push-auto, on/off, value and absolute value for all standard features
- memory channel save/load
- full Format_7 control
- control of the external trigger
- transmission on/off/restart
Enhancements:
- Upgrade the framerate calculation to use the timestamps sent by the kernel (through libdc1394)
- Add a counter that shows dropped frames warnings. A warning is issued when the difference between a pervious period and a new period is larger than 50%.
- fixed the bit depth. If the bit depth is available in the camera, it will be used. Otherwise the manual control will be available. I still have problems with my Basler 602f though. It has 10bits but the image is not good: saturated regions appear mid-grey (128) and the other regions are noise.
- sync with libdc1394 (SVN 391)
- fixed missing string in trigger_source_list
- sync with libdc1394
- add more details to configure messages
- added PIO, SIO and strobe direct register read/write
- remove spurious debug messages
- revert part of the change of Feb. 1st regarding the Flea 2 because some other manufacturers implementation systematically fail one of the tests.
- fixed wrong argument order of WritePVNHeader(). Thanks to John Shen.
- Disable features if they dont support any control mode or if they are OFF and their power cant be controlled. This solves a few issues we had with the Flea 2 from Point Grey.
- little update of the "About" window
- dont set 1394b at boot time: let the user do it manually.
- move and fix `extern declarations of string arrays from build_menus.c, build_ranges.c, thread_save.c, tools.c, update_frames.c and update_ranges.c to coriander.h
Download (0.27MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
867 downloads
Intelligent Wardialer 0.07
Intelligent Wardialer is a war dialer used for auditing your PSTN (phone) network. more>>
Intelligent Wardialer is a "war dialer" used for auditing your PSTN (phone) network. Its features include random/sequential dialing, Voice over IP using the IAX2 (Intra-Asterisk eXchange) protocol, ASCII flat file and MySQL logging, a curses-based front end, key stroke marking, multiple modem support, several methods of "tone detection", save/load state, banner detections (to determine remote system types) and blacklist support.
Main features:
- Full and Normal logging: Full logging records all possible events during dialing (busy signals, no answers, carriers, etc). By default it only records things that we might find interesting (carriers, possible telco equipment).
- ASCII flat file and MySQL logging: You can log to a traditional ASCII flat file, and record information into a MySQL database.
- Dials randomly or sequentially.
- Remote system identification: When finding a remote modem and connecting, iWar will remain connected and attempt to identify the remote system type.
- Key stroke marking: When actively "listening" to iWar work, if you hear something interesting, you can manually "mark" it by hitting a key. You can also enter a "note" about something you find interesting.
- Multiple modem support, because... well, hey - this is "Unix". iWar will support as many modems you can hook up
- Nice "curses" based display. This means that if youre using iWar from a Linux console or a VT100 based terminal, it should work fine. Its not a escape sequence kludge, but true "curses".
- Full control over the modem: Unlike other kludges, iWar doesnt just open the modem as a typical "file". It controls the baud rate, parity, and CTS/RTS (Hardware flow control) DTR (Data terminal ready). This is important for controlling the modem and making it preform the way you want it to during scanning. For example, DTR hang ups.
- Blacklisted phone number support: For numbers the system should never dial.
- Save state: If within the middle of a "wardialing" session you want to quit, you can save the current state to a file. This allows you to come back later and restart iWar where you left off. (via the -l option)
- Load pre-generated numbers: You can load a file (via the -L option) of numbers that you want to dial. This is useful if you want to load numbers generated by another routine (perl/shell script/etc).
- Tone location, if your modem supports it. iWar uses two different methods. The traditional "ATDT5551212w;" (Toneloc) and "silence" detection.
- Records remote system banners on connection for later review
- iWar can be used to attack PBXs and Voice mail systems
- Terminal window so you can watch modem interactions and carrier results in real time
- Support the IAX2 (Intra-Asterisk eXchange) "Voice over IP" (VoIP) protocol. This allows you to scan without the need of additional hardware! To my knowledge, iWar is the first war dialer with VoIP functionality
- In IAX2 mode, iWar acts as a "full blown" VoIP client. In this mode, key 0-9, * and # play there DTMF equivalents. In this mode, you can also directly "talk" (using a microphone) with the remote target if so desired.
- In IAX2 mode, if your VoIP provider supports it, you can "set" your caller ID number (caller ID spoofing).
- Comes with complete source code and is released under the GNU General Public License.
Enhancements:
- Major bugfixes were made for BSD type systems.
- Some other minor bugs were also fixed. VoIP IAX2 (Intra-Asterisk eXchange) support was added.
- With this, you can scan with no additional hardware (such as an analog modem).
- Instead, calls are placed over the Internet.
- DTMF support for when under IAX2 mode was added.
<<lessMain features:
- Full and Normal logging: Full logging records all possible events during dialing (busy signals, no answers, carriers, etc). By default it only records things that we might find interesting (carriers, possible telco equipment).
- ASCII flat file and MySQL logging: You can log to a traditional ASCII flat file, and record information into a MySQL database.
- Dials randomly or sequentially.
- Remote system identification: When finding a remote modem and connecting, iWar will remain connected and attempt to identify the remote system type.
- Key stroke marking: When actively "listening" to iWar work, if you hear something interesting, you can manually "mark" it by hitting a key. You can also enter a "note" about something you find interesting.
- Multiple modem support, because... well, hey - this is "Unix". iWar will support as many modems you can hook up
- Nice "curses" based display. This means that if youre using iWar from a Linux console or a VT100 based terminal, it should work fine. Its not a escape sequence kludge, but true "curses".
- Full control over the modem: Unlike other kludges, iWar doesnt just open the modem as a typical "file". It controls the baud rate, parity, and CTS/RTS (Hardware flow control) DTR (Data terminal ready). This is important for controlling the modem and making it preform the way you want it to during scanning. For example, DTR hang ups.
- Blacklisted phone number support: For numbers the system should never dial.
- Save state: If within the middle of a "wardialing" session you want to quit, you can save the current state to a file. This allows you to come back later and restart iWar where you left off. (via the -l option)
- Load pre-generated numbers: You can load a file (via the -L option) of numbers that you want to dial. This is useful if you want to load numbers generated by another routine (perl/shell script/etc).
- Tone location, if your modem supports it. iWar uses two different methods. The traditional "ATDT5551212w;" (Toneloc) and "silence" detection.
- Records remote system banners on connection for later review
- iWar can be used to attack PBXs and Voice mail systems
- Terminal window so you can watch modem interactions and carrier results in real time
- Support the IAX2 (Intra-Asterisk eXchange) "Voice over IP" (VoIP) protocol. This allows you to scan without the need of additional hardware! To my knowledge, iWar is the first war dialer with VoIP functionality
- In IAX2 mode, iWar acts as a "full blown" VoIP client. In this mode, key 0-9, * and # play there DTMF equivalents. In this mode, you can also directly "talk" (using a microphone) with the remote target if so desired.
- In IAX2 mode, if your VoIP provider supports it, you can "set" your caller ID number (caller ID spoofing).
- Comes with complete source code and is released under the GNU General Public License.
Enhancements:
- Major bugfixes were made for BSD type systems.
- Some other minor bugs were also fixed. VoIP IAX2 (Intra-Asterisk eXchange) support was added.
- With this, you can scan with no additional hardware (such as an analog modem).
- Instead, calls are placed over the Internet.
- DTMF support for when under IAX2 mode was added.
Download (1.6MB)
Added: 2006-01-16 License: GPL (GNU General Public License) Price:
1399 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 for controlling 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