0.9.6
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 53
HTun 0.9.6
HTun is a tool to allow you to create a fully bidirectional IP VPN over an HTTP proxy or just over port 80. more>>
HTun is a tool to allow you to create a fully bidirectional IP VPN over an HTTP proxy or just over port 80, allowing you to bypass restrictive firewalls and use any service you desire.
HTun creates an point-to-point virtual IP network over HTTP by encapsulating IP traffic into valid HTTP requests. The HTun server runs on a host with an unrestricted Internet connection. It listens on a common webserver port (80 or 443) and accepts HTun client connections. The HTun client daemon runs from within a restrictive network environment, communicating with the HTun server over an HTTP proxy.
HTun uses the Unversal TUN/TAP module (tun.o) available in the Linux kernel. Therefore, you must enable the option in the kernel configuration under "Network Device Support" --> "Universal TUN/TAP device driver support". It is recommended that you compile it as a kernel module rather than statically.
You must also create the TUN device file. You may call it whatever you want, but for this example, we will assume you are creating it as /dev/net/tun. Use the mknod command as follows to create the device with major number 10 and minor number 200:
mknod /dev/net/tun c 10 200
Additionally, to cause the device driver to be automatically loaded on request, you must place the following line into your /etc/modules.conf:
alias char-major-10-200 tun
Once you have made that modification, run depmod -a to reconfigure the module dependencies.
Enhancements:
- Maximum length for proxy auth username length increased.
- Now allow / in proxy auth username for authentication again SMB.
- New config directives to control client retries and timings.
- Client now behaves better when the server responds with an error code.
<<lessHTun creates an point-to-point virtual IP network over HTTP by encapsulating IP traffic into valid HTTP requests. The HTun server runs on a host with an unrestricted Internet connection. It listens on a common webserver port (80 or 443) and accepts HTun client connections. The HTun client daemon runs from within a restrictive network environment, communicating with the HTun server over an HTTP proxy.
HTun uses the Unversal TUN/TAP module (tun.o) available in the Linux kernel. Therefore, you must enable the option in the kernel configuration under "Network Device Support" --> "Universal TUN/TAP device driver support". It is recommended that you compile it as a kernel module rather than statically.
You must also create the TUN device file. You may call it whatever you want, but for this example, we will assume you are creating it as /dev/net/tun. Use the mknod command as follows to create the device with major number 10 and minor number 200:
mknod /dev/net/tun c 10 200
Additionally, to cause the device driver to be automatically loaded on request, you must place the following line into your /etc/modules.conf:
alias char-major-10-200 tun
Once you have made that modification, run depmod -a to reconfigure the module dependencies.
Enhancements:
- Maximum length for proxy auth username length increased.
- Now allow / in proxy auth username for authentication again SMB.
- New config directives to control client retries and timings.
- Client now behaves better when the server responds with an error code.
Download (0.062MB)
Added: 2006-07-12 License: GPL (GNU General Public License) Price:
1200 downloads
ui 0.9.6-1
UI is an admin utility that renames existing users and adds users to a group. more>>
UI is an admin utility that renames existing users and adds users to a group.
ui is a user information utility that can display user information, list users from a given UID (or UID 500 by default), add a user to a group, rename a user along with his home directory and update his home directory files to reflect that change, list expired or locked users, change the shell for a user, and list users in an existing group.
Command line options:
-G group Adds user to a group.
-g group Shows users in the specified group.
-h This help.
-i Shows user information. This is the default option.
-l [UID] Lists users beginning with UID and upward. Defaults to 500.
-p Lists to default or specified printer.
-v Displayes version information.
-s Change users shell type.
-x Lists expired or locked user accounts.
-m newname Move user. Changes users name and updates all records and config files.
Some options may be stacked such as -ip username or -lp username.
<<lessui is a user information utility that can display user information, list users from a given UID (or UID 500 by default), add a user to a group, rename a user along with his home directory and update his home directory files to reflect that change, list expired or locked users, change the shell for a user, and list users in an existing group.
Command line options:
-G group Adds user to a group.
-g group Shows users in the specified group.
-h This help.
-i Shows user information. This is the default option.
-l [UID] Lists users beginning with UID and upward. Defaults to 500.
-p Lists to default or specified printer.
-v Displayes version information.
-s Change users shell type.
-x Lists expired or locked user accounts.
-m newname Move user. Changes users name and updates all records and config files.
Some options may be stacked such as -ip username or -lp username.
Download (0.049MB)
Added: 2006-05-12 License: Freeware Price:
1260 downloads
PHREL 0.9.6
PHREL is a per host rate limiter. more>>
PHREL is a per host rate limiter. PHREL will track the rate of incoming traffic to a server and insert a rule into IPTables when a configured threshold is crossed.
The inserted chain may either rate limit or block the offending host for a period of time.
<<lessThe inserted chain may either rate limit or block the offending host for a period of time.
Download (0.10MB)
Added: 2006-10-27 License: GPL (GNU General Public License) Price:
1092 downloads
brace 0.9.6
brace is a dialect of C that looks a bit like Python. more>>
brace is a dialect of C that looks a bit like Python. It is compatible with C. brace has coroutines, hygenic macros, automatic prototypes and headers, data structures, graphics and sound, and more.
Enhancements:
- brace now works on GNU/Linux, NetBSD, OpenBSD, FreeBSD, GNU/Hurd, and mingw with unxutils on that other OS.
<<lessEnhancements:
- brace now works on GNU/Linux, NetBSD, OpenBSD, FreeBSD, GNU/Hurd, and mingw with unxutils on that other OS.
Download (0.36MB)
Added: 2006-09-29 License: Public Domain Price:
1121 downloads
jctld 0.9.6
jctld is a job/process control system for clusters of machines. more>>
jctld is a job/process control system for clusters of machines. The project appeared due to the need for a semi-capable job control system, with the the sorts of features that we need/want on our cluster (the TUNA pi-cluster), and thats free software.
Main features:
- TCP, UDP or UNIX-socket operation
- Fairly lightweight in terms of CPU and memory
- See what jobs are running on machines
- Be able to start/kill/suspend/resume/renice jobs on machines
- Basic node monitoring (e.g. uptime/load)
- Security (trust by private-public key pairs)
- Anything else that we might want to add later on..
<<lessMain features:
- TCP, UDP or UNIX-socket operation
- Fairly lightweight in terms of CPU and memory
- See what jobs are running on machines
- Be able to start/kill/suspend/resume/renice jobs on machines
- Basic node monitoring (e.g. uptime/load)
- Security (trust by private-public key pairs)
- Anything else that we might want to add later on..
Download (0.20MB)
Added: 2007-04-12 License: GPL (GNU General Public License) Price:
925 downloads
libral 0.9.6
Libral is the rubrica engine. more>>
Libral is the rubrica engine. libral library allows you create your addressbooks and to add personal and company cards to them.
Data managed in personal card are: personal data (name, surname, address, etc.), Web links, email addresses, irc uris, telephone numbers, job information (company where contact works, his manager, his collaborator,...), notes.
In company card you can manage Web links, email addresses, telephone numbers, notes. XML is used to store data. Libral can import addressbooks from GnomeCard, Kaddressbook, VCard, Evolution, CSV.
<<lessData managed in personal card are: personal data (name, surname, address, etc.), Web links, email addresses, irc uris, telephone numbers, job information (company where contact works, his manager, his collaborator,...), notes.
In company card you can manage Web links, email addresses, telephone numbers, notes. XML is used to store data. Libral can import addressbooks from GnomeCard, Kaddressbook, VCard, Evolution, CSV.
Download (0.52MB)
Added: 2006-11-16 License: GPL (GNU General Public License) Price:
1072 downloads
cmdftp 0.9.6
cmdftp is a command line FTP client for Unix. more>>
cmdftp is a command line FTP client for Unix.
Features include passive mode for all data transfers, shell like transparent syntax for local and remote modes, multiple and recursive file transfers using wildcards, recursive copy and move commands, remote and local text file viewing and editing, network errors detection and resuming of currently executing command, partial download resuming (if server accepts REST command), tab completion for both local and remote names, autologin using classic ~/.netrc approach, large file support.
cmdftp is aimed at being small and simple.
Installation:
To build the executable (cmdftp) extract the source code from the file (cmdftp-version.tar.gz) first. A new directory cmdftp-version is included in the tarball.
Then build using:
./configure
make
make install
There is more information in README file contained in the cmdftp release so refer to that file for other information on cmdftp configuration and installation.
Enhancements:
- The main focus of this release is the move to the GPLv3.
<<lessFeatures include passive mode for all data transfers, shell like transparent syntax for local and remote modes, multiple and recursive file transfers using wildcards, recursive copy and move commands, remote and local text file viewing and editing, network errors detection and resuming of currently executing command, partial download resuming (if server accepts REST command), tab completion for both local and remote names, autologin using classic ~/.netrc approach, large file support.
cmdftp is aimed at being small and simple.
Installation:
To build the executable (cmdftp) extract the source code from the file (cmdftp-version.tar.gz) first. A new directory cmdftp-version is included in the tarball.
Then build using:
./configure
make
make install
There is more information in README file contained in the cmdftp release so refer to that file for other information on cmdftp configuration and installation.
Enhancements:
- The main focus of this release is the move to the GPLv3.
Download (0.12MB)
Added: 2007-07-09 License: GPL v3 Price:
838 downloads
sipsak 0.9.6
sipsak is a command line tool for performing various tests on Session Initiation Protocol (SIP) applications and devices. more>>
sipsak is a small comand line tool for developers and administrators of Session Initiation Protocol (SIP) applications. sipsak can be used for some simple tests on SIP applications and devices.
Main features:
- sending OPTIONS request
- sending text files (which should contain SIP requests)
- traceroute (see section 11 in RFC3261)
- user location test
- flooding test
- random character trashed test
- interpret and react on response
- authentication with qop supported
- short notation supported for receiving (not for sending)
- string replacement in files
- can simulate calls in usrloc mode
- uses symmetric signaling and thus should work behind NAT
- can upload any given contact to a registrar
- send messages to any SIP destination
- Nagios compliant return codes
- search for strings in reply with regluar expression
- use multiple processes to create more server load
- read SIP message from STDIN (e.g. from a pipe |)
- supports DNS SRV through libruli
Version restrictions:
- The hostname is used in the Via line, which is not correct in all cases (e.g. if the loopback interface is used, or if the host has several interfaces). The rport parameter should fix problmes with the incorrect hostname, but for backward compatibility whith implementations which do not support rport this should be fixed.
- The DNS responses are not parsed compeltly which can result in strange output during hostname detection.
- TCP is not supported as transport protocol.
- IPv6 is not supported as transport protocol.
- Missing support for the Record-Route and Route header.
- Not fully RFC3261 compatible.
- Some smaller problems are listed in the TODO file.
Enhancements:
- A new option allows to add any header to the outgoing requests.
- The variable replacement option now accepts any number of attribute value pairs.
- Besides MD5 now SHA1 is support as digest authentication algorithm.
- The password for authentication can be read from stdin to prevent password disclosure in the process list.
- Fixed problems when executed as user root and compiles fine again under cygwin.
<<lessMain features:
- sending OPTIONS request
- sending text files (which should contain SIP requests)
- traceroute (see section 11 in RFC3261)
- user location test
- flooding test
- random character trashed test
- interpret and react on response
- authentication with qop supported
- short notation supported for receiving (not for sending)
- string replacement in files
- can simulate calls in usrloc mode
- uses symmetric signaling and thus should work behind NAT
- can upload any given contact to a registrar
- send messages to any SIP destination
- Nagios compliant return codes
- search for strings in reply with regluar expression
- use multiple processes to create more server load
- read SIP message from STDIN (e.g. from a pipe |)
- supports DNS SRV through libruli
Version restrictions:
- The hostname is used in the Via line, which is not correct in all cases (e.g. if the loopback interface is used, or if the host has several interfaces). The rport parameter should fix problmes with the incorrect hostname, but for backward compatibility whith implementations which do not support rport this should be fixed.
- The DNS responses are not parsed compeltly which can result in strange output during hostname detection.
- TCP is not supported as transport protocol.
- IPv6 is not supported as transport protocol.
- Missing support for the Record-Route and Route header.
- Not fully RFC3261 compatible.
- Some smaller problems are listed in the TODO file.
Enhancements:
- A new option allows to add any header to the outgoing requests.
- The variable replacement option now accepts any number of attribute value pairs.
- Besides MD5 now SHA1 is support as digest authentication algorithm.
- The password for authentication can be read from stdin to prevent password disclosure in the process list.
- Fixed problems when executed as user root and compiles fine again under cygwin.
Download (0.14MB)
Added: 2006-01-29 License: GPL (GNU General Public License) Price:
1367 downloads
Castor 0.9.6
Castor is a Java to XML data-binding, Java Data Objects (O/R) and DSML. more>>
The Castor project has been developed out of need: the need to get stuff done and the need to write useful code.
It has been designed and coded over many cups of Dunkin Donuts Hazlenut coffee, Starbucks Latte, and tall no-whip White Mochas, as proof that coffee beans do come in handy.
Castor includes software, such as Xerces, Jakarta ORO, and Jakarta Regexp, developed by the Apache Software Foundation. Castor also includes JUnit testing framework
Main features:
- Castor XML: Java object model to and from XML (XML databinding)
- Generate source code from an XML Schema
- Default introspection or mapping file for existing object models
- Castor JDO: Java object persistence to RDBMS Castor JDO is not the same-as or compatible with Suns JDO. We have a different approach to handling data object to RDBMS mappings.
- XML-based mapping file to specify bindings for existing object models
- Support for schema-less Java to XML binding
- In memory caching and write-at-commit reduces JDBC operations
- Two phase commit transactions, object rollback and deadlock detection
- OQL query mapping to SQL queries
- EJB container managed persistence provider for OpenEJB
- Ability to create base mapping from existing Java classes
- Ability to create an XML Schema from an XML input document
Enhancements:
- Fixed problem with TransactionContext.getObjectEntry(Object) that was introduced as a result of adding support for lazy loading 1:1 relations.
- Added F.A.Q. entry describing compatibility problems between various releases of mySQL 4.1.x and its JDBC drivers.
- Reverted various DOCTYPE definitions in src/tests/jdo to use DTDs.
- Fixed issue with GeneralizedFieldHandler not able to handle collections. Collections are now automatically iterated over during getValue() calls and each item in the collection is passed into the convertUponGet method. To retain the old behavior simply add a call to #setCollectionIteration with a value of false in the constructor of your GeneralizedFieldHandler. The behavior for setter methods is not changed since only one item at a time is passed into the setter already.
- Fixed whitespace processing bug, where a was actually getting appended to the end of a string value if the parser was calling the #characters method again with only whitespace following a previous call to #characters method where valid content existed.
- Fixed recent issue where ElementDecl#getType() method was always returning null for element references.
<<lessIt has been designed and coded over many cups of Dunkin Donuts Hazlenut coffee, Starbucks Latte, and tall no-whip White Mochas, as proof that coffee beans do come in handy.
Castor includes software, such as Xerces, Jakarta ORO, and Jakarta Regexp, developed by the Apache Software Foundation. Castor also includes JUnit testing framework
Main features:
- Castor XML: Java object model to and from XML (XML databinding)
- Generate source code from an XML Schema
- Default introspection or mapping file for existing object models
- Castor JDO: Java object persistence to RDBMS Castor JDO is not the same-as or compatible with Suns JDO. We have a different approach to handling data object to RDBMS mappings.
- XML-based mapping file to specify bindings for existing object models
- Support for schema-less Java to XML binding
- In memory caching and write-at-commit reduces JDBC operations
- Two phase commit transactions, object rollback and deadlock detection
- OQL query mapping to SQL queries
- EJB container managed persistence provider for OpenEJB
- Ability to create base mapping from existing Java classes
- Ability to create an XML Schema from an XML input document
Enhancements:
- Fixed problem with TransactionContext.getObjectEntry(Object) that was introduced as a result of adding support for lazy loading 1:1 relations.
- Added F.A.Q. entry describing compatibility problems between various releases of mySQL 4.1.x and its JDBC drivers.
- Reverted various DOCTYPE definitions in src/tests/jdo to use DTDs.
- Fixed issue with GeneralizedFieldHandler not able to handle collections. Collections are now automatically iterated over during getValue() calls and each item in the collection is passed into the convertUponGet method. To retain the old behavior simply add a call to #setCollectionIteration with a value of false in the constructor of your GeneralizedFieldHandler. The behavior for setter methods is not changed since only one item at a time is passed into the setter already.
- Fixed whitespace processing bug, where a was actually getting appended to the end of a string value if the parser was calling the #characters method again with only whitespace following a previous call to #characters method where valid content existed.
- Fixed recent issue where ElementDecl#getType() method was always returning null for element references.
Download (1.8MB)
Added: 2005-04-22 License: BSD License Price:
1645 downloads
Bifrost 0.9.6
Bifrost is a firewall management interface to iptables (iptables GUI). more>>
Bifrost is a firewall management interface to iptables (iptables GUI). The system is inspired by Checkpoint and Watchguard firewall management. We looked at the way Checkpoint works with source, destination, action and logging. At the same time, we are managing incoming and outgoing traffic in a similar way as Watchguard and PIX Firewalls.
<<less Download (0.049MB)
Added: 2006-07-07 License: Freeware Price:
711 downloads
vgrabbj 0.9.6
vgrabbj project is made to take input, process it and output it. more>>
vgrabbj project is made to take input, process it and output it. I know that sounds familiar...
It takes a v4l (not v4l2!) device as input to put it into an jpeg, pnm, or png file. You can add a timestamp into the image. You can also make it automagically upload it to your website via ftp.
Some of the options are made solely for users. I dont have any testing facilities to see if it works.
Enhancements:
- Added all missing options to the manuals, corrected misspelled options. Certain clarifications.
- vgrabbj.c: Added option -X to let daemon mode run in foreground (e.g. not detaching from current terminal)
<<lessIt takes a v4l (not v4l2!) device as input to put it into an jpeg, pnm, or png file. You can add a timestamp into the image. You can also make it automagically upload it to your website via ftp.
Some of the options are made solely for users. I dont have any testing facilities to see if it works.
Enhancements:
- Added all missing options to the manuals, corrected misspelled options. Certain clarifications.
- vgrabbj.c: Added option -X to let daemon mode run in foreground (e.g. not detaching from current terminal)
Download (0.11MB)
Added: 2006-01-27 License: GPL (GNU General Public License) Price:
1370 downloads
GLC_lib 0.9.6
GLC_lib is a C++ class library that enables the quick creation of an OpenGL application based on QT4. more>>
GLC_lib is a C++ class library that enables the quick creation of an OpenGL application based on QT4.
GLC_lib is free software released under GNU-GPL license.
Main features:
- Easy transformation with 4D matrix and 4D Vector.
- 3D primitive creation (Point, Circle, Box, Cylinder).
- OBJ file loading and display as a mesh.
- Light management (just one at this time).
- Object texturing (primitive and mesh).
- Background image support.
- OpenGL Perspective Viewport management. (Camera angle of view, Panning, Zooming, rotating, depth).
- Rotation sphere display when rotating view.
Enhancements:
- Old GLC_Mesh, GLC_ObjToMesh, GLC_Face, GLC_Vertex class are removed from the library. (Replaced by GLC_Mesh2).
- New GLC_Factory class. A factory to built the principals GLC_lib Object.
- New GLC_CollectionNode class. A node which simplify the GLC_Collection class.
- New GLC_BoundingBox Class. A Bounding Box created by single geometry or entire collection.
- New GLC_Viewport capabilies : Reframe to a Bounding Box and calculate view near and far clipping plane. (Z buffer optimisation).
- Add reframe and automatic depth of view calculation fonctionnalities to glcviewer.
<<lessGLC_lib is free software released under GNU-GPL license.
Main features:
- Easy transformation with 4D matrix and 4D Vector.
- 3D primitive creation (Point, Circle, Box, Cylinder).
- OBJ file loading and display as a mesh.
- Light management (just one at this time).
- Object texturing (primitive and mesh).
- Background image support.
- OpenGL Perspective Viewport management. (Camera angle of view, Panning, Zooming, rotating, depth).
- Rotation sphere display when rotating view.
Enhancements:
- Old GLC_Mesh, GLC_ObjToMesh, GLC_Face, GLC_Vertex class are removed from the library. (Replaced by GLC_Mesh2).
- New GLC_Factory class. A factory to built the principals GLC_lib Object.
- New GLC_CollectionNode class. A node which simplify the GLC_Collection class.
- New GLC_BoundingBox Class. A Bounding Box created by single geometry or entire collection.
- New GLC_Viewport capabilies : Reframe to a Bounding Box and calculate view near and far clipping plane. (Z buffer optimisation).
- Add reframe and automatic depth of view calculation fonctionnalities to glcviewer.
Download (0.10MB)
Added: 2006-06-05 License: GPL (GNU General Public License) Price:
1239 downloads
libtour 0.9.6
libtour is a generic tournament processing library. more>>
libtour is a generic tournament processing library. The rules, participants, schedule, and results of a sporting tournament can be defined in the Scheme programming language and given to the library as input.
A CLI application is provided as a reference client implementation. See http://freshmeat.net/projects/qtour/ for a Qt-based client.
ach sporting tournament consists of a number of stages, examples of stages are Preliminary Stage, Quater Finals, Finals.
Each stage includes one or more group; for instance a Preliminary Stage may contain groups A, B, C, and D; Finals may contain a single group of two teams that compete for the winners title.
Each group has two or more teams. Before the tournament starts, only groups of the first stage know their teams. By the completion of the first stage it is usually possible to programmatically determine teams that advance to the following stage, based on their results, and so on for all stages.
Given rules of the tournament (points allocated to a team in a game, as well as sorting criteria for table of standings), initial teams and game schedule it is possible to interpret its results inside a computer program.
Main features:
- simple protocol to communicate with the library through request/reply objects
- queries of data coming from the Scheme definitions (game, team and team result fields, date format etc)
- queries of interpreted data (table of standings, game schedule with results, teams etc)
- notion of the "local team ID" that allows definitions of future stages without knowing real teams
- ability to query the information for stages whose teams hasnt been determined yet
- support for different group formulas (round robin, game count, playoffs)
- support for excessive games (those in the schedule but not necessary to play, like in a playoff stage)
- support for carry-forward game results, and incidentally, predefined games results
- game schedule verification
- support for dynamic creation of (parts of) the game schedule
- support for sorting conflicts within a group (when the rules fail to determine exact team positioning) and providing manual resolution for such conflicts (updated in ver. 0.9.2)
- summary groups (one per stage) provided by the library
- support for creating custom groups on the fly using team and/or game filtering procedures defined in Scheme; information on the interface of available filters (since ver. 0.9.0)
- loading and interpreting more than one tournament at a time
- saving and restoring tournament state
- comprehensive (?) documentation
Version restrictions:
- currently only two-player (not multi-player) games are supported
<<lessA CLI application is provided as a reference client implementation. See http://freshmeat.net/projects/qtour/ for a Qt-based client.
ach sporting tournament consists of a number of stages, examples of stages are Preliminary Stage, Quater Finals, Finals.
Each stage includes one or more group; for instance a Preliminary Stage may contain groups A, B, C, and D; Finals may contain a single group of two teams that compete for the winners title.
Each group has two or more teams. Before the tournament starts, only groups of the first stage know their teams. By the completion of the first stage it is usually possible to programmatically determine teams that advance to the following stage, based on their results, and so on for all stages.
Given rules of the tournament (points allocated to a team in a game, as well as sorting criteria for table of standings), initial teams and game schedule it is possible to interpret its results inside a computer program.
Main features:
- simple protocol to communicate with the library through request/reply objects
- queries of data coming from the Scheme definitions (game, team and team result fields, date format etc)
- queries of interpreted data (table of standings, game schedule with results, teams etc)
- notion of the "local team ID" that allows definitions of future stages without knowing real teams
- ability to query the information for stages whose teams hasnt been determined yet
- support for different group formulas (round robin, game count, playoffs)
- support for excessive games (those in the schedule but not necessary to play, like in a playoff stage)
- support for carry-forward game results, and incidentally, predefined games results
- game schedule verification
- support for dynamic creation of (parts of) the game schedule
- support for sorting conflicts within a group (when the rules fail to determine exact team positioning) and providing manual resolution for such conflicts (updated in ver. 0.9.2)
- summary groups (one per stage) provided by the library
- support for creating custom groups on the fly using team and/or game filtering procedures defined in Scheme; information on the interface of available filters (since ver. 0.9.0)
- loading and interpreting more than one tournament at a time
- saving and restoring tournament state
- comprehensive (?) documentation
Version restrictions:
- currently only two-player (not multi-player) games are supported
Download (0.58MB)
Added: 2005-09-22 License: GPL (GNU General Public License) Price:
1494 downloads
Download (0.31MB)
Added: 2007-02-15 License: GPL (GNU General Public License) Price:
981 downloads
ECNCheck 0.9.6
ECNCheck is a set of programs used for testing IPv4 and IPv6 hosts for ECN support. more>>
ECNCheck is a set of programs used for testing IPv4 and IPv6 hosts for ECN (Explicit Congestion Notification) support and RFC-violating refusal.
The programs also provide detailed traceroute information that can be useful in debugging ECN-related problems.
<<lessThe programs also provide detailed traceroute information that can be useful in debugging ECN-related problems.
Download (0.10MB)
Added: 2005-04-11 License: GPL (GNU General Public License) Price:
1656 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 0.9.6 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