Main > Free Download Search >

Free remote control commands software for linux

remote control commands

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6216
Remote Secure Command System 1.0

Remote Secure Command System 1.0


Remote Secure Command System is a remote asynchronous and secure command system based on a file configuration. more>>
Remote Secure Command System project is a remote asynchronous and secure command system based on a file configuration.

A standalone server sends and receives commands through files, and a batch system launch ssh and scp commands.
<<less
Download (0.040MB)
Added: 2006-09-04 License: GPL (GNU General Public License) Price:
1146 downloads
Selenium Remote Control 0.9.0

Selenium Remote Control 0.9.0


Selenium Remote Control project is a test tool that allows you to write automated web application UI tests. more>>
Selenium Remote Control project is a test tool that allows you to write automated web application UI tests in any programming language against any HTTP website using any mainstream JavaScript-enabled browser.
Selenium Remote Control provides a Selenium Server, which can automatically start/stop/control any supported browser. It works by using Selenium Core, a pure-HTML+JS library that performs automated tasks in JavaScript.
The Selenium Server communicates directly with the browser using AJAX (XmlHttpRequest). You can send commands directly to the Server using simple HTTP GET/POST requests; that means that you can use any programming language that can make HTTP requests to automate Selenium tests on the browser. To further ease this process, we provide wrapper objects for a number of mainstream programming languages (Java, .NET, Perl, Python, and Ruby).
Finally, the Selenium Server acts as a client-configured HTTP proxy, to stand in between the browser and your website. This allows a Selenium-enabled browser to run JavaScript on arbitrary websites.
The Selenium Server is great for testing complex AJAX-based web user interfaces under a Continuous Integration system. It is also an ideal solution for users of Selenium Core or Selenium IDE who want to write tests in a more expressive programming language than the Selenese HTML table format customarily used with Selenium Core.
Supported Platforms:
Known working:
- Firefox 1.5.0.8 and 2.0
- Opera 9.0.2
- Konqueror 3.5.3
Should work:
- Firefox 0.8 to 2.0
- Mozilla Suite 1.6+, 1.7+
- Konqueror 3.5+
- Opera 8.5+, 9
Enhancements:
- This version includes a bunch of new features, including frame support, multiWindow support (for testing apps that dont like to run in a subframe), a Konqueror browser launcher, new cookie-management actions, and support for Firefox 2.0 and IE7.
- It also includes experimental support for SSL directly in the Selenium proxy and a new highly experimental "proxy injection" mode that gives more control over the application under testing by modifying it in the HTTP proxy.
<<less
Download (8.3MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
635 downloads
Remote Growl 1.0

Remote Growl 1.0


Remote Growl is an extension to Glow which allows remote notification system for Max OS X (server) and any UNIX (client). more>>
Remote Growl is an extension to Glow which allows remote notification system for Max OS X (server) and any UNIX (client).

This package includes a Cocoa background application server, and a command line client to send notifications to a remote computer.

<<less
Download (0.060MB)
Added: 2006-09-19 License: GPL (GNU General Public License) Price:
1134 downloads
local-remote-controll-gui Beta 3

local-remote-controll-gui Beta 3


local-remote-controll-gui is a Lazarus/(freepascal) programmed software for running commands on remote server or machine. more>>
local-remote-controll-gui is a Lazarus/(freepascal) programmed software for running commands on remote "server" or machine, true a file shearing.(like sshfs..)... some customize options, GUI on the user/machine...linux ppc and linux x86, the source binary enabled.
<<less
Download (4.4MB)
Added: 2007-05-01 License: GPL (GNU General Public License) Price:
906 downloads
game control program 1.1.0

game control program 1.1.0


game control program project helps administrate game servers, especially automated kicking of players. more>>
game control program project helps administrate game servers, especially automated kicking of players.
game control program helps you administrate gameservers (its written for Q1 and Q3, but works for others). It is highly modular and therefore extensible.
With the current modules, it can start/stop servers, create and rotate logfiles, allow remote administration via telnet, and kick misbehaving players automagically (according to a rule set).
Main features:
- starting a game server and getting hold of all log messages
- creating log files (complete or rotated per map)
- parsing log messages (game independent and configurable)
- sophisticated remote administration (user groups, extensible command set)
- sending commands to a running server (Q,QW,Q2,Q3)
- automatic kicking system according to specific rules (eg. too high rate set by the client)
- check if a server is hanging and kill the process to force a restart
- sending commands to the server at specified timesallows timed startup / shutdown of servers
Enhancements:
- renamed packages and modules (see doc/config)
- added new module: CommandScheduler
- sends a command to the server in defineable periods - see cfg/events.xml allows:
- COMMAND - send as RCon command (command is set as attribute parameter)
- KILLSERVER
- STARTUP
- SHUTDOWN
<<less
Download (0.84MB)
Added: 2006-11-28 License: GPL (GNU General Public License) Price:
1081 downloads
POE::Component::ControlPort::Command 0.01

POE::Component::ControlPort::Command 0.01


POE::Component::ControlPort::Command is a Perl module with register control port commands. more>>
POE::Component::ControlPort::Command is a Perl module with register control port commands.

SYNOPSIS

use POE::Component::ControlPort::Command;

POE::Component::ControlPort::Command->register(
name => test,
topic => sample_commands,
usage => test [ text to echo ]
help_text => test command. will echo back all parameters,
command => sub { my %args = @_; return join(" ", @{$args{args}}); }
);

This module has one command for public consumption. register() is the way that one registers commands for use in the control port. The arguments listed in the synopsis are all the available arguments and are all mandatory.

<<less
Download (0.012MB)
Added: 2007-02-13 License: Perl Artistic License Price:
983 downloads
Device Control Device 0.13

Device Control Device 0.13


Device Control Device is a platform independent remote telescope and device control program. more>>
Device Control Device is a platform independent remote telescope and device control program compatible with the INDI standard (see http://indi.sourceforge.net/).

This program is a client (a user interface) and provides functions to control devices connected to a remote system that is running an INDI server.

The features and the structure of the GUI are similar to the Kstars INDI client. The only advantages are support for Windows and lower resource requirements.

<<less
Download (0.073MB)
Added: 2005-09-11 License: GPL (GNU General Public License) Price:
1509 downloads
Simple Xmms Control 0.1

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!

<<less
Download (0.008MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1223 downloads
POE::Component::ControlPort::DefaultCommands 0.01

POE::Component::ControlPort::DefaultCommands 0.01


POE::Component::ControlPort::DefaultCommands is a set of default commands available to the control port. more>>
POE::Component::ControlPort::DefaultCommands is a set of default commands available to the control port.

<<less
Download (0.012MB)
Added: 2007-02-13 License: Perl Artistic License Price:
983 downloads
XMMSd web control plug-in 0.3

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
GNOME Bluetooth control remoto 0.86

GNOME Bluetooth control remoto 0.86


GNOME Bluetooth control remoto it is meant to be a fast and functional remote control for GNOME Desktop. more>>
GNOME Bluetooth control remoto (AKA GBTcr) It is meant to be a fast and functional remote control for GNOME Desktop working between a Sony Ericssons phone mobile (maybe others) and computer box using Bluetooth comunication protocol.
Main features:
- Realtime control by plugins for:
- Music player. (beep-media-player, xmms)
- Video player. (mplayer, totem, xine)
- Slideshow software. (ooimpress, magic point)
- Image Viewer. (gthumb, gqview)
- Mouse and Keyboard events.
- Nice and HIGgy GNOME gui GTK+ based.
- Notification Area Support (Tray Icon)
<<less
Download (2.3MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1568 downloads
Ham Radio Control Libraries 1.2.6.2

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.

<<less
Download (1.4MB)
Added: 2007-07-01 License: LGPL (GNU Lesser General Public License) Price:
850 downloads
Bazaar Revision Control System 1.4.2

Bazaar Revision Control System 1.4.2


The Bazaar Revision Control System is a changeset-oriented revision control system. more>>
The Bazaar Revision Control System is a changeset-oriented revision control system based on Arch that makes it possible to retain previous changes to projects and coordinate development with other developers.
Its goal is to speed development of an upwards- compatible version of Arch.
Main features:
- All the transparent and robust storage features of GNU Arch.
- seamless upgrade path to [WWW] bazaar-ng
- direct support for URLs - one command can checkout or merge from remote locations.
- integrated GPG support - zero setup for most signed archive situations
- faster - checkout, most local operations, commits
- svn-like diff, switch, import, export, log commands
- Explicit tracking of conflicts, preventing accidental commits of files with conflicts
- single merge command that allows merging between arbitrary branches.
- Daily builds of the latest code (Downloads).
- fully compatible with tla - drop in and start using
- supports debian version numbers in branch names
- annotate support
- internationalised via gettext and [WWW] Rosetta.
- Python bindings.
Enhancements:
- More Solaris fixes.
- SSL support and ~/.authinfo support.
- Many UI tweaks.
- A number of bugfixes.
<<less
Download (0.40MB)
Added: 2005-07-04 License: GPL (GNU General Public License) Price:
1574 downloads
IControl 0.1.0

IControl 0.1.0


Control is a remote control daemon for Creatives RM-900 remote and Live!Drive Receiver. more>>
IControl is a software program meant to interpret signals from Creatives RM-900 remote control and accompanying IR LiveDrive! receiver unit.

IControl is currently capable of sending input to various programs (including XMMS, Xine, XawTV, XScreensaver, et al), as well as circulating window stacking order (sending windows to the background) and changing input focus. Furthermore, IControl will soon support other remote controls beyond the RM-900 which are all interpretable by the LiveDrive! unit.

IControl is completely configurable through its .conf files, allowing the user to map any key to any action the rcontrol daemon supports. And development is in the works to allow IControl to start programs, interface with devices, or even shut the computer down.

<<less
Download (0.026MB)
Added: 2005-04-20 License: GPL (GNU General Public License) Price:
1648 downloads
RemoteJ 0.2.0 Alpha

RemoteJ 0.2.0 Alpha


RemoteJ is an application for adding Bluetooth remote control capability to Sony Ericssons mobile phones. more>>
RemoteJ is an application for adding Bluetooth remote control capability to Sony Ericssons mobile phones such as the K750, W800, Z520, W600, W550, and W900 series.
RemoteJ project offers an extendable, configurable interface system that uses XML configuration files.
It can be used to control your music player, video player, or PC-TV using a menu appearing in your mobile phones menu.
Whats New in 0.1.6 Stable Release:
- Log cleanup (the info level is much cleaner).
- Some bugs have been fixed (global event triggering and event heaping).
- There is some Gnome flavor addition/cleanup in menu.xml.
- build.xml has been added for developers.
Whats New in 0.2.0 Alpha Development Release:
- SE t610 (and alike maybe: T68, T68i, T300, T310, T610, Z600, T230/T238/T226, T630, T290, K700i) support added (alpha testing phase)
<<less
Download (0.33MB)
Added: 2007-01-28 License: GPL (GNU General Public License) Price:
1003 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5