Main > Free Download Search >

Free over software for linux

over

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2293
Serial Over IP 1.0

Serial Over IP 1.0


Serial Over IP is a tool for the transport of serial interfaces over UDP/IP. more>>
Serial Over IP is a tool for the transport of serial interfaces over UDP/IP. It is very usefull for connecting distant equipment that run via a serial interfaces to a local computer.


One linux will be server and one will be client. On the server you can start the program typing the following command:

bash# serialoverip -d /dev/ttyS0 9600-8n1 -s 127.0.0.1 3000

... and on the client:

bash# serialoverip -c 127.0.0.1 3000 -d /dev/ttyS1 9600-8n1

In both commands the IP address is the server IP. Note that you have to start the server first, and it will be efectively be running only after the first packet received from the client.
<<less
Download (0.16MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1218 downloads
Shell over ICMP 0.5

Shell over ICMP 0.5


Shell over ICMP project allows a user to connect to a remote shell daemon, by using ICMP protocol instead of classical TCP. more>>
Shell over ICMP consists of two free and open source applications: one server and one client. Shell over ICMP project allows a user to connect to a remote shell daemon, by using ICMP protocol instead of classical TCP.
Entirely written in Python, soicmp is a working proof-of-concept to demonstrate that data can be transmitted across a network by hiding it in traffic that normally does not contain payloads.
How does it work?
The soicmp server is a daemon that must be started on the remote server. When the server receives a request from the client it looks into the packets payload. The payload must respect certain protocol rules. In detail the client must specify:
command
communication mode (echo|echo/reply)
authentication (y|n)
This is an example of a correct payload string sent by client to server:
$CMD ls -a $MODE echo/reply $PWD root2005 $END
If the payload matches with the server protocol specification then it will pipe the command to "/bin/sh" or "cmd.exe" and execute it. The server then reads the result from the pipe and sends it back to the client that will print it to stdout.
Moreover every client will send ICMP packets having id equal to the clients current process ID and will accept only ICMP replies having the same id value. This prevents output to be printed by other client instances running on the same workstation (this argument is also treated in the FAQs section).
Main features:
- Platform independent.
- Possibility to run soicmp daemon on multiple ethernet interfaces simultaneously handling multiple client connections.
- Possibility to specify the buffer size of outgoing packets.
- Client side source IP address spoofing.
- Remote client case-sensitive (plain texted) authentication.
- Possibility to select two communication types:
- One based on encapsulating command output in unique "one way" ICMP_ECHOREPLY (type 0) packets sent by server to client (see fig. 1).
- Another one that guarantees the correct packets delivering by using the request/response nature of ECHO and ECHOREPLY ICMP packet types (see fig.2)
- No listening sockets are listed by netstat or similar programs.
<<less
Download (0.58MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1081 downloads
Head Over Heels 1.0.1

Head Over Heels 1.0.1


Head Over Heels is a spanky new remake of the classic Jon Ritman & Bernie Drummand isometric adventure. more>>
Head Over Heels is a spanky new remake of the classic Jon Ritman & Bernie Drummand isometric adventure.

Head Over Heels was released, um, a while ago. Around about 1987 if I recall correctly and it was immediately praised in the press as being quite the bestest thing ever. Not only was it a huge game for its time, it also had great graphics and was very addictive - if somewhat punishing in its difficulty level.

The variety in the locations was amazing and the challenges brilliantly designed. Quite rightly it was awarded with pretty much every accolade that could be bestowed upon it by the various magazines. Even today it still stands as a brilliantly designed title and has never really been bettered in the isometric adventure genre.

This version is a pretty darn faithful remake of the Speccy original except with a few spanking extra bits grafted on like a save system and subliminal flashes of erotic art (if I have my way!). I should perhaps tell you a bit about the team whos making the game. Im the one responsible for the graphics (apart from the lovely logo which you see adorning this site) and Im Graham Goring.

The programming is by the very talented Tomaz Kac (who only wrote this game because of a hastily scrawled diagram posted on the Retrospec mailing list about how you cant properly sort isometric games without complex masking), the excellent music is by Dorian Black (who I understand has a picture of an old man in his loft - ha ha ha!) and this website and the games logo is by Pierre Jovanovic.

Other contributors are James Curry, Kakarot, Milos Babovic, Metka Jostl and Sir Dave-O whose beta testing has been invaluable in both ironing out the programming bugs and also refining the layout of some of the rooms due to the handling being ever so slightly different to the Spectrum version.

On a personal note Ive also been encouraged by all the lovely people at the pixelation forum (pixelation.swoo.net) and of course the other members of Retrospec who have now grudgingly accepted that I can actually draw fairly good graphics.
<<less
Download (14MB)
Added: 2005-09-05 License: GPL (GNU General Public License) Price:
1791 downloads

over related searches

: ,
ATA over Ethernet Tools 16

ATA over Ethernet Tools 16


The ATA over Ethernet Tools are intended for use in conjunction with an ATA over Ethernet (AoE) driver for a Linux 2.6 kernel. more>>
ATA over Ethernet Tools are intended for use in conjunction with an ATA over Ethernet (AoE) driver for a Linux 2.6 kernel.

They perform simple tasks like listing available devices, triggering device discovery, and restricting the network interfaces on which AoE is performed.

Whats New in This Release:

This release includes a workaround for a bug in the dash shell where dash does not support POSIX math expressions like ...

n=1
echo $((n+1))

<<less
Download (0.019MB)
Added: 2007-06-02 License: GPL (GNU General Public License) Price:
878 downloads
ATA over Ethernet driver 49

ATA over Ethernet driver 49


ATA over Ethernet driver allows the Linux kernel to use the ATA over Ethernet (AoE) network protocol. more>>
ATA over Ethernet driver allows the Linux kernel to use the ATA over Ethernet (AoE) network protocol.
Using AoE, a Linux system can use AoE block devices like EtherDrive (R) storage blades.
The block devices appear as local device nodes (e.g. /dev/etherd/e0.0).
Enhancements:
- The driver now handles payloads larger than 4KiB, receives large packets without extra in-memory copy, and handles I/O requests so that the user can choose between the Linux I/O schedulers.
<<less
Download (0.066MB)
Added: 2007-07-20 License: GPL (GNU General Public License) Price:
831 downloads
Making-Money-Over-The-Internet 1.0

Making-Money-Over-The-Internet 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-18 License: Freeware Price: Free
189 downloads
CryptoServer 1.0

CryptoServer 1.0


Community CryptoServer is server-side cryptography tool that runs as a daemon. more>>
CryptoServer is OpenSource Server-side cryptography tool and run as daemon.

It is already tested in very busy environment and can support over one million transaction an hour.

CryptoServer accept the GPL License and can use it for any purpose as is.
<<less
Download (0.063MB)
Added: 2005-10-31 License: GPL (GNU General Public License) Price:
1453 downloads
Pioneers 0.11.2

Pioneers 0.11.2


Pioneers is an emulation of the Settlers of Catan board game which can be played over the internet. more>>
Pioneers project is an emulation of the Settlers of Catan board game which can be played over the internet.

Pioneers follows the rules of the award winning game by Klaus Teuber as closely as possible.

You can play with up to 8 players over the internet, and an AI is included too. It includes the default boards, and SeaFarers too.

<<less
Download (2.2MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
822 downloads
PPPOEd 0.49

PPPOEd 0.49


PPPOEd is PPP-over-Ethernet implementation. more>>
PPPOEd is PPP-over-Ethernet implementation.
To install follow these commands
run ./Install_pppoe
Follow the prompts
For more details on the prompts etc, look at the file QUICK-INSTALL-example
The man pages on pppoed are also helpful for documentation:
man pppoed
Enhancements:
- - bug fix/feature add-ons to Install_pppoe
- - pppoed bug fixes
<<less
Download (0.093MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1213 downloads
DeVeDe 3.01

DeVeDe 3.01


DeVeDe project creates video DVDs, suitables for home players. more>>
DeVeDe project creates video DVDs, suitables for home players.

DeVeDe can create video DVDs from any number of video files, in any of the formats supported by Mplayer.

The big advantage over other utilites is that it only needs Mplayer, Mencoder, DVDAuthor y MKisofs, so its dependencies are really small.

<<less
Download (1.1MB)
Added: 2007-07-01 License: GPL (GNU General Public License) Price:
866 downloads
WIPORT 3032

WIPORT 3032


WIPORT is a layer over the grx graphics library which provides a simple GUI API with memorization of the objects... more>>
WIPORT is a layer over the grx graphics library which provides a simple GUI API with memorization of the objects displayed in the various windows.

This makes redrawing and printing to a scalable PostScript representation easy to do. Thanks to the grx library programs, using WIPORT works identically on the DOS graphical console, Linux+svgalib, and Linux+X11. WIPORT is written in C and comes with an Ada-95 binding.

<<less
Download (0.083MB)
Added: 2006-08-17 License: GPL (GNU General Public License) Price:
1163 downloads
SFLphone 0.7

SFLphone 0.7


SFLphone is a Voice over IP telephony software. more>>
SFLphone is a Voice over IP telephony software.
Voice over IP tends to be part of more and more corporate (and home) networks today.
As Open Source Software become more and more popular in companies, we decided to provide the community with a new powerful and open platform for desktop-based Voice over IP. SFLphone aims to become your desktops VoIP companion.
Main features:
- SIP and STUN support ;
- OSS and ALSA (since 0.3) audio devices support ;
- Skinned GUI ;
- G711u, G711a PCM, and GSM (since 0.3) codecs ;
- And nice other features !
<<less
Download (0.47MB)
Added: 2006-09-13 License: GPL (GNU General Public License) Price:
1139 downloads
ObexSend 0.1

ObexSend 0.1


OBEX is a commonly used protocol used over Bluetooth. more>>
OBEX is a commonly used protocol used over Bluetooth. ObexSend is a simple command line tool to transfer a file via OBEX FTP to a device with a Bluetooth interface. This project requires the user to specify the MAC address of the desination device, the OBEX FTP channel and the name of the file to send.

Usage:

Syntax: ./obexsend.sh < MAC > < Channel > < Filename >

<<less
Download (0.007MB)
Added: 2007-08-22 License: GPL (GNU General Public License) Price:
799 downloads
mod_coredumper 0.1.0

mod_coredumper 0.1.0


mod_coredumper uses the CoreDumper library from Google to fetch a GDB compatible core file from Apache, over HTTP. more>>
mod_coredumper uses the CoreDumper library from Google to fetch a GDB compatible core file from Apache, over HTTP.

Warning: Do not enable mod_coredumper on a public server without access control in place!

This module allows a remote user to possibly download passwords or other sensitive information stored inside Apache.

<<less
Download (0.19MB)
Added: 2006-05-15 License: The Apache License 2.0 Price:
1257 downloads
python_alsaplayer 0.3

python_alsaplayer 0.3


python_alsaplayer is a set of Python bindings for the alsaplayer libraries. more>>
python_alsaplayer is a set of Python bindings for the alsaplayer libraries. The bindings are intended to provide a minimal level of abstraction over the C libraries.

Higher-level abstractions and functionality can then be written purely in Python. This module has dependencies on the boost and Python libraries.

<<less
Download (0.011MB)
Added: 2007-02-19 License: GPL (GNU General Public License) Price:
977 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5