udp bridge
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 446
UDP Bridge 1.0
UDP-Bridge is a transparent proxy for UDP traffic, designed for use with Linux 2.2.x kernels. more>>
UDP-Bridge is a transparent proxy for UDP traffic, designed for use with Linux 2.2.x kernels. It provides two-way proxying of UDP packets, to avoid the port number mangling that occurs with Linux IP masquerading. This mangle rule causes problems for some online games.
This program was actually developed to solve a problem with handling Playstation 2 network traffic through a Linux firewall. According to testimonials, most games worked fine with this kind of configuration, but the one that I had tried (ATV Offroad Fury 2) would not work. The problem was apparently the UDP port mangling done by Linux IP masquerading, hence the need for this proxy.
To build the proxy, simply run make from within the source directory:
make
To install the proxy, run the following command as root:
make install
This will install the proxy executable (udpbridge) into /usr/local/sbin, and the man page into /usr/local/man/man8.
The last step is to create and install a configuration file. The included example.conf file is a good template for this. The default location for the configuration file is /etc/udpbridge.conf.
<<lessThis program was actually developed to solve a problem with handling Playstation 2 network traffic through a Linux firewall. According to testimonials, most games worked fine with this kind of configuration, but the one that I had tried (ATV Offroad Fury 2) would not work. The problem was apparently the UDP port mangling done by Linux IP masquerading, hence the need for this proxy.
To build the proxy, simply run make from within the source directory:
make
To install the proxy, run the following command as root:
make install
This will install the proxy executable (udpbridge) into /usr/local/sbin, and the man page into /usr/local/man/man8.
The last step is to create and install a configuration file. The included example.conf file is a good template for this. The default location for the configuration file is /etc/udpbridge.conf.
Download (0.019MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1224 downloads
PyBridge 0.3.0
PyBridge is a free online bridge game. more>>
PyBridge is a free online bridge game.
PyBridge is software which lets you play the card game of (contract) bridge, with human players, over the Internet or a local network.
Main features:
- Complete bridge game logic: support for bidding, trick playing and duplicate scoring.
- A PyGTK graphical front-end - see the screenshots!
- A standalone server, capable of managing an arbitary number of tables and games.
<<lessPyBridge is software which lets you play the card game of (contract) bridge, with human players, over the Internet or a local network.
Main features:
- Complete bridge game logic: support for bidding, trick playing and duplicate scoring.
- A PyGTK graphical front-end - see the screenshots!
- A standalone server, capable of managing an arbitary number of tables and games.
Download (0.12MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
851 downloads
mbridge 0.7
mbridge provides a multicast DNS services bridge. more>>
mbridge provides a multicast DNS services bridge.
mbridge provides a bridge between LANs for multicast-announced services. As an example, you can use it to share iTunes libraries outside of your LAN with your peers.
It works by querying for and listening to announcements for instances of the desired service using the multicast DNS (mDNS) service discovery protocol.
Upon discovery of a new instance, it announces itself as the provider for that service on all the other LANs.
It then acts as a proxy between the clients and the real server.
How It Works
mbridge queries for and listens to announcements for instances of the desired service using the multicast DNS (mDNS) service discovery protocol.
Upon discovery of a new instance, mbridge announces itself as the provider for that service on all the other LANs. It then acts as a proxy between the clients and the real server.
<<lessmbridge provides a bridge between LANs for multicast-announced services. As an example, you can use it to share iTunes libraries outside of your LAN with your peers.
It works by querying for and listening to announcements for instances of the desired service using the multicast DNS (mDNS) service discovery protocol.
Upon discovery of a new instance, it announces itself as the provider for that service on all the other LANs.
It then acts as a proxy between the clients and the real server.
How It Works
mbridge queries for and listens to announcements for instances of the desired service using the multicast DNS (mDNS) service discovery protocol.
Upon discovery of a new instance, mbridge announces itself as the provider for that service on all the other LANs. It then acts as a proxy between the clients and the real server.
Download (0.023MB)
Added: 2007-04-18 License: GPL (GNU General Public License) Price:
922 downloads
XQuark Bridge 1.1.1
XQuark Bridge project extends relational databases with XQuery and XML-relational mapping. more>>
XQuark Bridge project extends relational databases with XQuery and XML-relational mapping.
XQuark Bridge expands existing relational database functionality with advanced XML import/export capabilities.
It supports flexible extraction and publishing of relational data into any target XML format using the XQuery language.
Using a mapping language, it can also perform efficient insertion of structured XML data into existing relational tables, while taking into account the database integrity constraints and transforming the implicit relations appearing in the XML document into explicit ones in the database.
It integrates smoothly with J2EE servers and currently supports MySQL 3.23.X and 4.0.x, Oracle 8i and 9i, MS SQLServer 2000, and Sybase 11.9.2.
Enhancements:
- This is a maintenance release of XQuare Bridge 1.1.
- It features numerous bug fixes capitalized during the past months.
- See the details in the release notes.
<<lessXQuark Bridge expands existing relational database functionality with advanced XML import/export capabilities.
It supports flexible extraction and publishing of relational data into any target XML format using the XQuery language.
Using a mapping language, it can also perform efficient insertion of structured XML data into existing relational tables, while taking into account the database integrity constraints and transforming the implicit relations appearing in the XML document into explicit ones in the database.
It integrates smoothly with J2EE servers and currently supports MySQL 3.23.X and 4.0.x, Oracle 8i and 9i, MS SQLServer 2000, and Sybase 11.9.2.
Enhancements:
- This is a maintenance release of XQuare Bridge 1.1.
- It features numerous bug fixes capitalized during the past months.
- See the details in the release notes.
Download (MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
1003 downloads
bridged 0.0.1
bridged is a user-space alternative to the in-kernel bridge code in Linux. more>>
bridged is a user-space alternative to the in-kernel bridge code in Linux. It uses AVL trees to speed lookups. Currently it only offers basic functionality, but if theres interest, I plan to add some more advanced features like access-lists (filtering), SNMP management, telnet console etc.
Bridged doesnt use autoconf/automake yet. If you want to change paths it installs itself to you need to edit Makefile directly. To compile bridged you need flex and GNU avl library (you can download it from http://www.msu.edu/user/pfaffben/avl/) Perfom make and then make install.
By default, bridged looks for its configuration in /etc/bridged.conf, but you can override this by -c argument on command-line. Typical configuration file for making a bridge between two interfaces looks like this:
bridge-group 0
interface eth0
interface eth1
Youll need GNU avl library. For compiling from source RPM, you also need the devel RPM.
Enhancements:
- Aging MAC address table entries implemented.
- Purging MAC address table implemented.
- mac-address-table "aging ", "entries " and "purge-batch " recognized in config file, but no functionality implemented yet.
<<lessBridged doesnt use autoconf/automake yet. If you want to change paths it installs itself to you need to edit Makefile directly. To compile bridged you need flex and GNU avl library (you can download it from http://www.msu.edu/user/pfaffben/avl/) Perfom make and then make install.
By default, bridged looks for its configuration in /etc/bridged.conf, but you can override this by -c argument on command-line. Typical configuration file for making a bridge between two interfaces looks like this:
bridge-group 0
interface eth0
interface eth1
Youll need GNU avl library. For compiling from source RPM, you also need the devel RPM.
Enhancements:
- Aging MAC address table entries implemented.
- Purging MAC address table implemented.
- mac-address-table "aging ", "entries " and "purge-batch " recognized in config file, but no functionality implemented yet.
Download (0.023MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1213 downloads
aBridge 0.4.0
aBridge project is a multiplayer online cross-platform bridge game. more>>
aBridge project is a multiplayer online cross-platform bridge game.
It allows you to play bridge online with other real people.
It is currently available for UNIX (including linux), Microsoft Windows and MacOS X.
On all platforms, aBridge supports speech synthesis, allowing you to choose to listen to the bids and chat conversation rather than simply gazing at the screen waiting for someone to play.
aBridge also has some rudimentary bots, for when other players arent online, but their AI is pretty pathetic, and they are in need of a complete rewrite.
Enhancements:
- Complete rewrite of card-displaying code. Cards are now scalable.
- Remember size of game window.
- Use flite instead of festival on sid, since speech-tools is broken on sid at the moment.
<<lessIt allows you to play bridge online with other real people.
It is currently available for UNIX (including linux), Microsoft Windows and MacOS X.
On all platforms, aBridge supports speech synthesis, allowing you to choose to listen to the bids and chat conversation rather than simply gazing at the screen waiting for someone to play.
aBridge also has some rudimentary bots, for when other players arent online, but their AI is pretty pathetic, and they are in need of a complete rewrite.
Enhancements:
- Complete rewrite of card-displaying code. Cards are now scalable.
- Remember size of game window.
- Use flite instead of festival on sid, since speech-tools is broken on sid at the moment.
Download (0.17MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1078 downloads
Simple IPX Bridge 1.2
SIB (Simple IPX Bridge) is able to tunnel IPX and IP frames received by your Ethernet device via UDP over the Internet. more>>
SIB (Simple IPX Bridge) is able to tunnel IPX and IP frames received by your Ethernet device via UDP over the Internet. It is able to put the interface it listens on to promiscous mode, so all frames (not only broadcasts, and frames for the tunneling server) can be received.
Actually every 802.3 frame can be tunneled, but SIB only tunnels IPX frames per default (this can be changed via command line). SIB also filters SMB over IPX, to reduce network traffic (this can be disabled too).
Additionally SIB takes care which frames belong to local MAC addresses and sends only broadcasts and frame to non-local MACs to the remote host.
A non-plus-ultra is, that SIB can compress every frame it tunnels via LZO, but you must have LZO library installed.
You may ask yourself: "Why should I need this?" Well, there are lot of answers, but the main reason is: FOR GAMES. Even with KALI for Windows ($14.99) and KALI cracked 1.2 ($0 - but bugs bugs bugs) there is no real WHOLE NETWORK to WHOLE NETWORK connection program which can tunnel IPX, filter SMB, compress it, and works with 2.4.0. And EVERY new game (for Windows) uses IPX for "network" (or should I say Internet ;-) games. (RA2, Q3, HL...)
Enhancements:
- fix for "divide by zero" bug on alpha
- fixed hostname resolver
- added option to set local UDP port
- added option to bind to an specific local IP
- MAC lists flushed on SIGHUP
<<lessActually every 802.3 frame can be tunneled, but SIB only tunnels IPX frames per default (this can be changed via command line). SIB also filters SMB over IPX, to reduce network traffic (this can be disabled too).
Additionally SIB takes care which frames belong to local MAC addresses and sends only broadcasts and frame to non-local MACs to the remote host.
A non-plus-ultra is, that SIB can compress every frame it tunnels via LZO, but you must have LZO library installed.
You may ask yourself: "Why should I need this?" Well, there are lot of answers, but the main reason is: FOR GAMES. Even with KALI for Windows ($14.99) and KALI cracked 1.2 ($0 - but bugs bugs bugs) there is no real WHOLE NETWORK to WHOLE NETWORK connection program which can tunnel IPX, filter SMB, compress it, and works with 2.4.0. And EVERY new game (for Windows) uses IPX for "network" (or should I say Internet ;-) games. (RA2, Q3, HL...)
Enhancements:
- fix for "divide by zero" bug on alpha
- fixed hostname resolver
- added option to set local UDP port
- added option to bind to an specific local IP
- MAC lists flushed on SIGHUP
Download (0.021MB)
Added: 2006-07-06 License: GPL (GNU General Public License) Price:
1209 downloads
Ruby Datavision Bridge 0.1
Ruby Datavision Bridge provides an utility to use Java datavision reports in Ruby on Rails Web applications. more>> <<less
Download (3.6MB)
Added: 2007-02-07 License: GPL (GNU General Public License) Price:
990 downloads
Linux Bridge Utilities 1.1
Linux Bridge Utilities is a bridge is a way to connect two Ethernet segments together in a protocol independent way. more>>
Linux Bridge Utilities is a bridge is a way to connect two Ethernet segments together in a protocol independent way. Packets are forwarded based on Ethernet address, rather than IP address (like a router). Since forwarding is done at Layer 2, all protocols can go transparently through a bridge.
The Linux bridge code implements a subset of the ANSI/IEEE 802.1d standard. [1]. The original Linux bridging was first done in Linux 2.2, then rewritten by Lennert Buytenhek. The code for bridging has been integrated into 2.4 and 2.6 kernel series.
Manual Configuration
Network cards
Before you start make sure both network cards are set up and working properly. Dont set the IP address, and dont let the startup scripts run DHCP on the ethernet interfaces either. The IP address needs to be set after the bridge has been configured.
The command ifconfig should show both network cards, and they should have be DOWN.
Module loading
In most cases, the bridge code is built as a module. If the module is configured and installed correctly, it will get automatically loaded on the first brctl command.
If your bridge-utilities have been correctly built and your kernel and bridge-module are OK, then issuing a brctl should show a small command synopsis.
<<lessThe Linux bridge code implements a subset of the ANSI/IEEE 802.1d standard. [1]. The original Linux bridging was first done in Linux 2.2, then rewritten by Lennert Buytenhek. The code for bridging has been integrated into 2.4 and 2.6 kernel series.
Manual Configuration
Network cards
Before you start make sure both network cards are set up and working properly. Dont set the IP address, and dont let the startup scripts run DHCP on the ethernet interfaces either. The IP address needs to be set after the bridge has been configured.
The command ifconfig should show both network cards, and they should have be DOWN.
Module loading
In most cases, the bridge code is built as a module. If the module is configured and installed correctly, it will get automatically loaded on the first brctl command.
If your bridge-utilities have been correctly built and your kernel and bridge-module are OK, then issuing a brctl should show a small command synopsis.
Download (0.070MB)
Added: 2006-02-02 License: GPL (GNU General Public License) Price:
1373 downloads
Simple UDP proxy/pipe 0.3
Simple UDP proxy/pipe is an advanced UDP proxy/datapipe/packets forwarder and modifier with multiple functions. more>>
Simple UDP proxy/pipe is an advanced UDP proxy/datapipe/packets forwarder and modifier with multiple functions.
Multiple clients allowed (you can connect many clients you want to this proxy), creation of ACP files (tcpdump capture files, just like a sniffer), packets forwarding (chat style, each packet is forwarded to all the other clients and server connected), packets injection (the tool opens a specific UDP port where you can send your customized packets which will be sent to the server), hexadecimal visualization and plugins support for the modification and visualization of the packets with some example plugins already included (Zdaemon huffman, Doom huffman, Half-life decoding and one for the replacement of the text strings).
Plugins (which work on both Windows and Linux) are very basic to create and use, just take a look at example_sudp.c for more informations.
<<lessMultiple clients allowed (you can connect many clients you want to this proxy), creation of ACP files (tcpdump capture files, just like a sniffer), packets forwarding (chat style, each packet is forwarded to all the other clients and server connected), packets injection (the tool opens a specific UDP port where you can send your customized packets which will be sent to the server), hexadecimal visualization and plugins support for the modification and visualization of the packets with some example plugins already included (Zdaemon huffman, Doom huffman, Half-life decoding and one for the replacement of the text strings).
Plugins (which work on both Windows and Linux) are very basic to create and use, just take a look at example_sudp.c for more informations.
Download (0.037MB)
Added: 2006-04-18 License: GPL (GNU General Public License) Price:
775 downloads
udpShell 2
udpShell is a remote shell that uses UDP instead of TCP. more>>
udpShell is a remote shell that uses UDP instead of TCP. It uses a client-server architecture (udpShell as the daemon and udpClient as the client).
Installation:
cd src
make
this sould make the work
if you like edit the Makefile to reflect your system, preferences.
<<lessInstallation:
cd src
make
this sould make the work
if you like edit the Makefile to reflect your system, preferences.
Download (0.007MB)
Added: 2006-06-22 License: Freeware Price:
1219 downloads
Bridge Calculator 1.3
This is a free software written by Piotr Beling which solves problems in the Bridge card game. more>> <<less
Added: 2009-01-27 License: Freeware Price: FREE
1 downloads
Privbind 1.1
Privbind is allows secure running of unprivileged programs, but allowing them to bind to privileged (<1024) TCP/UDP ports. more>>
Privbind is a small tool allowing secure running of unprivileged programs, but allowing them to bind to privileged (<<less
Download (0.30MB)
Added: 2007-06-20 License: GPL (GNU General Public License) Price:
856 downloads
jUPS 0.2
jUPS project is a Java class that implements MetaSystems Uninterruptible Power Supplies management protocol v1.12d. more>>
jUPS project is a Java class that implements MetaSystems Uninterruptible Power Supplies management protocol v1.12d.
It was successfully tested against:
Metasystem Megaline rack 2500
MetaSystem UPSes must be connected via a 3-wires serial cable to a PC where a serial-to-TCP tool must be installed
jUPS was written using Corey Minyards ser2net acting as a bridge between the serial port and a TCP socket.
The UPS-PC serial cable pinout is:
UPS PC
9 pin 9 pin 25 pin
male female female
2 --------------------------- 2 ----------- 3
3 --------------------------- 3 ----------- 2
5 --------------------------- 5 ----------- 7
ser2net needs to be configured to bridge the serial port with 2400,8N1 parameters to a TCP socket.
A working ser2net.conf file is:
9999:raw:600:/dev/ttyS0:2400 NONE 1STOPBIT 8DATABITS -XONXOFF -RTSCTS -LOCAL
This setup forwards serial port /dev/ttyS0 (COM1) as 2400,8N1 to local TCP port 9999
Quickstart
For a quickstart download the tarball and have a look at jUPStest.java.
Enhancements:
- The creation of a jUPSCommand for an empty jUPSPacket was fixed.
<<lessIt was successfully tested against:
Metasystem Megaline rack 2500
MetaSystem UPSes must be connected via a 3-wires serial cable to a PC where a serial-to-TCP tool must be installed
jUPS was written using Corey Minyards ser2net acting as a bridge between the serial port and a TCP socket.
The UPS-PC serial cable pinout is:
UPS PC
9 pin 9 pin 25 pin
male female female
2 --------------------------- 2 ----------- 3
3 --------------------------- 3 ----------- 2
5 --------------------------- 5 ----------- 7
ser2net needs to be configured to bridge the serial port with 2400,8N1 parameters to a TCP socket.
A working ser2net.conf file is:
9999:raw:600:/dev/ttyS0:2400 NONE 1STOPBIT 8DATABITS -XONXOFF -RTSCTS -LOCAL
This setup forwards serial port /dev/ttyS0 (COM1) as 2400,8N1 to local TCP port 9999
Quickstart
For a quickstart download the tarball and have a look at jUPStest.java.
Enhancements:
- The creation of a jUPSCommand for an empty jUPSPacket was fixed.
Download (0.043MB)
Added: 2006-12-20 License: LGPL (GNU Lesser General Public License) Price:
1038 downloads
Ethernet TAP driver 1.1
TAP provides packet reception and transmission for user-space programs. more>>
TAP provides packet reception and transmission for user-space programs. It can be viewed as a simple Ethernet device, which instead of receiving packets from a physical medium, receives them from a user-space program and instead of sending packets via physical media, writes them to the user-space program.
When a program opens /dev/tunX or /dev/tapX, driver creates and registers corresponding net device tunX or tapX. After a program closed above devices, driver will automatically delete tunXX or tapXX device and all routes corresponding to it.
This package(http://vtun.sourceforge.net/tun) contains two simple example programs that shows you how to use tun and tap devices. Both programs work like bridge between two network interfaces. br_select.c - bridge based on select system call. br_sigio.c - bridge based on async io and SIGIO signal. However the best example is VTun http://vtun.sourceforge.net
Enhancements:
- Massive Linux driver update: 2.4.x kernel support. New cloning interface, protocol indication. Statistics counting fixes.
- Solaris driver update: Correct Ethernet header substitution.
- Configure and Makefile updates. RPM package update.
- Documentation update.
<<lessWhen a program opens /dev/tunX or /dev/tapX, driver creates and registers corresponding net device tunX or tapX. After a program closed above devices, driver will automatically delete tunXX or tapXX device and all routes corresponding to it.
This package(http://vtun.sourceforge.net/tun) contains two simple example programs that shows you how to use tun and tap devices. Both programs work like bridge between two network interfaces. br_select.c - bridge based on select system call. br_sigio.c - bridge based on async io and SIGIO signal. However the best example is VTun http://vtun.sourceforge.net
Enhancements:
- Massive Linux driver update: 2.4.x kernel support. New cloning interface, protocol indication. Statistics counting fixes.
- Solaris driver update: Correct Ethernet header substitution.
- Configure and Makefile updates. RPM package update.
- Documentation update.
Download (0.006MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1215 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 udp bridge 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