gateway 2.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1274
RSS-IM Gateway 2.0
RSS-IM Gateway is a tool for publishing an RSS feed over IM networks. more>>
The RSS-IM Gateway allows any site with an RSS feed to make their feed available via the IM network of their choice. It is very easy to set up.
Just create a new IM nick on your favorite network (links here) - something like "MySiteIM" always works - fill out the blanks in the config.im file, and your headlines are viewable on that network automatically, including from most cell phones if you use AIM or MSN. It works with AIM, ICQ, YIM and Jabber.
This project is a derivative of the SDBA Revolution IM Application Server version 1.85 and includes all files you will need. You will need to have an uptodate version of Perl with XML::RSS, in addition to the other libraries required.
Using:
- Make sure Perl is set up correctly, with all libraries (including XML::RSS!).
- Open config.im and put in your chosen nick and password for the bot, edit the network (default is AIM), and put in the URL to your feed.
- Start sdba.pl from the command line.
- Message the nick you chose from any IM client.
<<lessJust create a new IM nick on your favorite network (links here) - something like "MySiteIM" always works - fill out the blanks in the config.im file, and your headlines are viewable on that network automatically, including from most cell phones if you use AIM or MSN. It works with AIM, ICQ, YIM and Jabber.
This project is a derivative of the SDBA Revolution IM Application Server version 1.85 and includes all files you will need. You will need to have an uptodate version of Perl with XML::RSS, in addition to the other libraries required.
Using:
- Make sure Perl is set up correctly, with all libraries (including XML::RSS!).
- Open config.im and put in your chosen nick and password for the bot, edit the network (default is AIM), and put in the URL to your feed.
- Start sdba.pl from the command line.
- Message the nick you chose from any IM client.
Download (0.071MB)
Added: 2005-04-26 License: The Apache License Price:
1642 downloads
Proxmox Mail Gateway 2.0
Proxmox Mail Gateway addresses the full spectrum of unwanted e-mail traffic, focusing spam and virus detection. more>>
Proxmox Mail Gateway project addresses the full spectrum of unwanted e-mail traffic, focusing spam and virus detection.
E-mail security begins at the gateway by controlling all incoming and outgoing e-mail messages. Proxmox Mail Gateway addresses the full spectrum of unwanted e-mail traffic, focusing spam and virus detection.
Proxmox Mail Gateway uses a wide variety of local and network tests to identify spam signatures. This makes it harder for spammers to identify one aspect which they can craft their messages to work around.
Every single e-mail will be analyzed and gets a spam score assigned. The systems attempt to optimize the efficiency of the rules that are run in terms of minimizing the number of false positives and false negatives.
The flexible architecture combined with the easy-to-use configuration interface safeguards companies against existing and new e-mail threats.
Main features:
- Advanced spam detection
- Virus removal including phising e-mails
- Automatic update of virus signature database
- Automatic installation within minutes
- Support for standard PC / Server hardware (i386)
- SCSI and SCSI raid support
- Secure web based configuration
- Object-oriented rulesystem
- Attachment blocking
- Advanced statistics
- Daily reports
<<lessE-mail security begins at the gateway by controlling all incoming and outgoing e-mail messages. Proxmox Mail Gateway addresses the full spectrum of unwanted e-mail traffic, focusing spam and virus detection.
Proxmox Mail Gateway uses a wide variety of local and network tests to identify spam signatures. This makes it harder for spammers to identify one aspect which they can craft their messages to work around.
Every single e-mail will be analyzed and gets a spam score assigned. The systems attempt to optimize the efficiency of the rules that are run in terms of minimizing the number of false positives and false negatives.
The flexible architecture combined with the easy-to-use configuration interface safeguards companies against existing and new e-mail threats.
Main features:
- Advanced spam detection
- Virus removal including phising e-mails
- Automatic update of virus signature database
- Automatic installation within minutes
- Support for standard PC / Server hardware (i386)
- SCSI and SCSI raid support
- Secure web based configuration
- Object-oriented rulesystem
- Attachment blocking
- Advanced statistics
- Daily reports
Download (224.4MB)
Added: 2007-07-30 License: Freeware Price:
821 downloads
Gateway 3.0 Beta 2
Gateway is a JavaEE application developed by the Vermont Department of Taxes. more>>
Gateway is a JavaEE application developed by the Vermont Department of Taxes. It provides a web services framework for accepting Streamlined Sales Tax registrations and returns.
The project also includes a web interface for manually submitting transmissions. The goal is to build an extensible framework upon which future tax services can be built.
<<lessThe project also includes a web interface for manually submitting transmissions. The goal is to build an extensible framework upon which future tax services can be built.
Download (7.8MB)
Added: 2007-07-17 License: MPL (Mozilla Public License) Price:
830 downloads
msn-gateway 0.3
msn-gateway is an MSN messenger gateway for mobile phones using email and a Web server. more>>
msn-gateway is an MSN messenger gateway for mobile phones using email and a Web server. It can be used with imode for GPRS phones.
<<less Download (0.003MB)
Added: 2006-07-03 License: GPL (GNU General Public License) Price:
1225 downloads
SMBGate 1.0
SMBGate provides a gateway and firewall with authentication managed by a Samba Primary Domain Controller . more>>
SMBGate provides a gateway and firewall with authentication managed by a Samba Primary Domain Controller. The firewall rules are set on a per-user basis.
<<less Download (0.015MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1212 downloads
Wiki::Gateway 0.001991
Wiki::Gateway is a Perl library for interacting with remote wikis. more>>
Wiki::Gateway is a Perl library for interacting with remote wikis.
SYNOPSIS
use Wiki::Gateway;
$result = Wiki::Gateway::getPage(http://interwiki.sourceforge.net/cgi-bin/wiki.pl, $wiki_type, SandBox);
$result = Wiki::Gateway::putPage(http://interwiki.sourceforge.net/cgi-bin/wiki.pl, $wiki_type, SandBox, $page_source_text);
$timestamp = Wiki::Gateway::daysAgoToDate(1); $result = Wiki::Gateway::getRecentChanges(http://interwiki.sourceforge.net/cgi-bin/wiki.pl,$wiki_type, $timestamp);
$result = Wiki::Gateway::getAllPages(http://interwiki.sourceforge.net/cgi-bin/wiki.pl,$wiki_type);
# to check if there was an error, and to see what it was if so: if (Wiki::Gateway::getLastExceptionType()) { print Wiki::Gateway::getLastExceptionType() . "n"; }
Wiki::Gateway allows you to interact with remote wikis. It presents a unified API for interfacing with a variety of different wiki engines. It allows you to read, to write, to get RecentChanges, and to get a list of all pages on the target wiki.
Right now, WikiGateway supports (i.e. knows how to talk to) the following wiki engines:
* MoinMoin
$wiki_type = "moinmoin1"
* UseMod version 1.0
$wiki_type = "usemod1"
* Some older UseMod versions (tested on .91)
$wiki_type = "usemod1"
* OddMuse
$wiki_type = "oddmuse1"
* Any wiki which provides the WikiRPCInterface2 XMLRPC interface
$wiki_type = "xmlrpc2"
<<lessSYNOPSIS
use Wiki::Gateway;
$result = Wiki::Gateway::getPage(http://interwiki.sourceforge.net/cgi-bin/wiki.pl, $wiki_type, SandBox);
$result = Wiki::Gateway::putPage(http://interwiki.sourceforge.net/cgi-bin/wiki.pl, $wiki_type, SandBox, $page_source_text);
$timestamp = Wiki::Gateway::daysAgoToDate(1); $result = Wiki::Gateway::getRecentChanges(http://interwiki.sourceforge.net/cgi-bin/wiki.pl,$wiki_type, $timestamp);
$result = Wiki::Gateway::getAllPages(http://interwiki.sourceforge.net/cgi-bin/wiki.pl,$wiki_type);
# to check if there was an error, and to see what it was if so: if (Wiki::Gateway::getLastExceptionType()) { print Wiki::Gateway::getLastExceptionType() . "n"; }
Wiki::Gateway allows you to interact with remote wikis. It presents a unified API for interfacing with a variety of different wiki engines. It allows you to read, to write, to get RecentChanges, and to get a list of all pages on the target wiki.
Right now, WikiGateway supports (i.e. knows how to talk to) the following wiki engines:
* MoinMoin
$wiki_type = "moinmoin1"
* UseMod version 1.0
$wiki_type = "usemod1"
* Some older UseMod versions (tested on .91)
$wiki_type = "usemod1"
* OddMuse
$wiki_type = "oddmuse1"
* Any wiki which provides the WikiRPCInterface2 XMLRPC interface
$wiki_type = "xmlrpc2"
Download (0.017MB)
Added: 2007-04-02 License: Perl Artistic License Price:
935 downloads
Wap IRC Gateway 0.30
Wap-IRC gateway allows you to chat on IRC with any WAP-enabled mobile phone. more>>
Wap-IRC gateway allows you to chat on IRC with any WAP-enabled mobile phone. It works by running the server program on a Unix-like system that is accessible over the Internet. It doesnt require phones which have programs written in Java.
I am Tomas Vilda, student studying at University of Vilnius, Lithuania. I started interested in wap when I bought my first wap enabled mobile phone. I searched for the running irc-wap gateway. But with no success. Actually, I found some, but no such, that I make to connect to specified IRC server. Then I found wapirc gateway written by Alan Cox . I tried it on my FreeBSD server. During compilation I got error, because of bad Makefile. So I compiled it by correcting Makefile and ran successful. My mobile is Siemens C55. To start using this wapirc gateway I have to make some modifications. They are listed below.
Enhancements:
- cgi/main():refresh included into main-cgi, saves us .htaccess and external wmlscript
- cgi/write_wml(): fixed bug in linked nicks with ACTIONs and * in there.
- server/parseinput(): Added /me Command for * ACTION in channels
- cgi/write_card(): get refresh timer from config.h
- server/removeallitems(): doing a list cleanup when disconnecting, so we can rejoin after quit without part
- server/print_out(): screenbuffer with latest messages, scrolling top down
- cgi/write_card(): reload on a regular basis, when not typing something in. New formular works on more phones, informative header
- cgi/wml_link()/wml_header(): wml1.2 compatible links/input field for accesskey element
- cgi/write_wml(): new linewise printout, italic makeup, nicks are linked setting defaultvalues for talking on channels and privat.
- cgi/main(): Expire header
- Makefile: make install
<<lessI am Tomas Vilda, student studying at University of Vilnius, Lithuania. I started interested in wap when I bought my first wap enabled mobile phone. I searched for the running irc-wap gateway. But with no success. Actually, I found some, but no such, that I make to connect to specified IRC server. Then I found wapirc gateway written by Alan Cox . I tried it on my FreeBSD server. During compilation I got error, because of bad Makefile. So I compiled it by correcting Makefile and ran successful. My mobile is Siemens C55. To start using this wapirc gateway I have to make some modifications. They are listed below.
Enhancements:
- cgi/main():refresh included into main-cgi, saves us .htaccess and external wmlscript
- cgi/write_wml(): fixed bug in linked nicks with ACTIONs and * in there.
- server/parseinput(): Added /me Command for * ACTION in channels
- cgi/write_card(): get refresh timer from config.h
- server/removeallitems(): doing a list cleanup when disconnecting, so we can rejoin after quit without part
- server/print_out(): screenbuffer with latest messages, scrolling top down
- cgi/write_card(): reload on a regular basis, when not typing something in. New formular works on more phones, informative header
- cgi/wml_link()/wml_header(): wml1.2 compatible links/input field for accesskey element
- cgi/write_wml(): new linewise printout, italic makeup, nicks are linked setting defaultvalues for talking on channels and privat.
- cgi/main(): Expire header
- Makefile: make install
Download (0.019MB)
Added: 2006-06-16 License: GPL (GNU General Public License) Price:
1248 downloads
Pagey 1.0
Pagey is a paging/SMS daemon written entirely in Python. more>>
Pagey is a paging/SMS daemon written entirely in Python. It accepts SNPP connections, and supports multiple paging devices (currently Siemens M1, and M20 SMS devices).Basically, is a simple email to SMS gateway.
pagey.py - the paging daemon. Looks for pagey_conf.py for configuration.
Listens for SNPP connections on a tcp port, queues messages, and sends them via the paging device.
pagey_conf.py - configuration file for pagey.py
rfc1861.txt - SNPP protocol
siemenssms.py - module for communicating with Siemens M1 and M20 SMS paging devices.
smsmail.py - A simple email to SMS gateway, providing the functionality to forward emails to SMS messages via SNPP to the pagey daemon.
<<lesspagey.py - the paging daemon. Looks for pagey_conf.py for configuration.
Listens for SNPP connections on a tcp port, queues messages, and sends them via the paging device.
pagey_conf.py - configuration file for pagey.py
rfc1861.txt - SNPP protocol
siemenssms.py - module for communicating with Siemens M1 and M20 SMS paging devices.
smsmail.py - A simple email to SMS gateway, providing the functionality to forward emails to SMS messages via SNPP to the pagey daemon.
Download (0.027MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1219 downloads
astfax 1.0
astfax allows you to create an email to fax gateway. more>>
astfax allows you to create an email to fax gateway. It processes incoming email messages with attached fax images and sends them out via the txfax module. Asterisks outgoing call queue is used to initiate the fax call and transfer. The call file generated for the outgoing call queue is in template form, and can easily be updated for any systems configuration. It can be used (for example) with qmail, asterisk, spandsp, and eps to create an email/fax gateway.
For complete functioning of astfax you will need a mail solution which allows you to send an email via stdin to an external delivery program. Generally, qmail is the preferred MTA on Unix-based systems. One can easily set up an Asterisk-dedicated qmail MTA for delivery of voicemail
messages, faxes, etc.
<<lessFor complete functioning of astfax you will need a mail solution which allows you to send an email via stdin to an external delivery program. Generally, qmail is the preferred MTA on Unix-based systems. One can easily set up an Asterisk-dedicated qmail MTA for delivery of voicemail
messages, faxes, etc.
Download (0.009MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1216 downloads
nast 0.2.0
Nast is a packet sniffer and a LAN analyzer based on Libnet and Libpcap. more>>
Nast is a packet sniffer and a LAN analyzer based on Libnet and Libpcap.
It can sniff in normal mode or in promiscuos mode the packets on a network interface and log it. It dumps the headers of packets and the payload in ascii or ascii-hex format. You can apply a filter. The sniffed data can be captured in a separate file.
Main features:
- Build LAN hosts list
- Follow a TCP-DATA stream
- Find LAN internet gateways
- Discorver promiscous nodes
- Reset an established connection
- Perform a single half-open portscanner
- Perform a multi half-open portscanner
- Find link type (hub or switch)
- Catch daemon banner of LAN nodes
- Control arp answers to discover possible arp-spoofings
- Byte couting with an optional filter
- Write reports logging
<<lessIt can sniff in normal mode or in promiscuos mode the packets on a network interface and log it. It dumps the headers of packets and the payload in ascii or ascii-hex format. You can apply a filter. The sniffed data can be captured in a separate file.
Main features:
- Build LAN hosts list
- Follow a TCP-DATA stream
- Find LAN internet gateways
- Discorver promiscous nodes
- Reset an established connection
- Perform a single half-open portscanner
- Perform a multi half-open portscanner
- Find link type (hub or switch)
- Catch daemon banner of LAN nodes
- Control arp answers to discover possible arp-spoofings
- Byte couting with an optional filter
- Write reports logging
Download (MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1221 downloads
IRC to MSN gateway 0.1
This is the IRC gateway for Microsoft(tm) Messenger. more>>
This is the IRC gateway for Microsoft(tm) Messenger.
You probably wonder what this is and why I wrote this. Some more information can be found in the DESIGN document that is included in this package.
This software is written by Johannes Verelst and is licensed through the GPL license (http://www.gnu.org/licenses/gpl.html).
Note that this is pre-alpha code, it probably does a bit that you want, but dont email me bugreports or feature requests. It is under heavy development.
If this program doesnt run try to install corectly all required perl modules yourself.
The idea for this program came when I was getting annoyed by the fact that I had to use different programs for both IRC and MSN. Since I dont know of any good MSN clients that can do IRC too (on unix, ofcourse), I started thinking about the other way around: an IRC client that can do MSN.
When I saw a piece of software written by Adam Swann that allows easy connectivity to MSN with perl, I decided to write an IRC server in perl that would connect to MSN for you. This is the result.
<<lessYou probably wonder what this is and why I wrote this. Some more information can be found in the DESIGN document that is included in this package.
This software is written by Johannes Verelst and is licensed through the GPL license (http://www.gnu.org/licenses/gpl.html).
Note that this is pre-alpha code, it probably does a bit that you want, but dont email me bugreports or feature requests. It is under heavy development.
If this program doesnt run try to install corectly all required perl modules yourself.
The idea for this program came when I was getting annoyed by the fact that I had to use different programs for both IRC and MSN. Since I dont know of any good MSN clients that can do IRC too (on unix, ofcourse), I started thinking about the other way around: an IRC client that can do MSN.
When I saw a piece of software written by Adam Swann that allows easy connectivity to MSN with perl, I decided to write an IRC server in perl that would connect to MSN for you. This is the result.
Download (0.009MB)
Added: 2006-06-16 License: GPL (GNU General Public License) Price:
1229 downloads
FIDOGATE 4.4.10
FIDOGATE is a Fido-Internet gateway and a Fido tosser. more>>
FIDOGATE is a Fido-Internet gateway and a Fido tosser.
Main features:
- Fido Internet Gateway
- Fido Zone Gateway (NetMail zone gate)
- Fido Tosser (mail processor)
- Fido Ticker (file processor)
- Fido Areafix and Filefix
<<lessMain features:
- Fido Internet Gateway
- Fido Zone Gateway (NetMail zone gate)
- Fido Tosser (mail processor)
- Fido Ticker (file processor)
- Fido Areafix and Filefix
Download (1.16MB)
Added: 2005-10-13 License: GPL (GNU General Public License) Price:
1473 downloads
Ekiga 2.0.9
Ekiga is a SIP and H.323 application, supporting audio and video, and is the successor of GnomeMeeting. more>>
Ekiga is a SIP and H.323 application, supporting audio and video, and is the successor of GnomeMeeting.
Main features:
- Call Forwarding on busy, no answer, always (SIP and H.323)
- Call Transfer (SIP and H.323)
- Call Hold (SIP and H.323)
- DTMFs support (SIP and H.323)
- Basic Instant Messaging (SIP)
- Text Chat (SIP and H.323)
- Possibility to register to several registrars (SIP) and gatekeepers (H.323)
- Possibility to use an outbound proxy (SIP) or a gateway (H.323)
- Message Waiting Indications (SIP)
- Audio AND Video (SIP and H.323)
- STUN support (SIP and H.323)
- DTMFs support
- LDAP support
Enhancements:
- MJPEG support (V4L1) was added.
- Workarounds were added for broken qspca driver (V4L1).
- The account strings check procedure was fixed.
- Auto build scripts were added for Win32.
- A Win32 installer was added.
- Unregistration from SIP registrars running on non standard ports was fixed.
- A possible problem with H.323 calls was fixed.
- Possible Avahi crashes were fixed.
- A possible routing problem for incoming calls initiated through uncompliant SIP INVITE PDUs was fixed.
- A crash on Win32 when exchanging SIP text messages was fixed.
<<lessMain features:
- Call Forwarding on busy, no answer, always (SIP and H.323)
- Call Transfer (SIP and H.323)
- Call Hold (SIP and H.323)
- DTMFs support (SIP and H.323)
- Basic Instant Messaging (SIP)
- Text Chat (SIP and H.323)
- Possibility to register to several registrars (SIP) and gatekeepers (H.323)
- Possibility to use an outbound proxy (SIP) or a gateway (H.323)
- Message Waiting Indications (SIP)
- Audio AND Video (SIP and H.323)
- STUN support (SIP and H.323)
- DTMFs support
- LDAP support
Enhancements:
- MJPEG support (V4L1) was added.
- Workarounds were added for broken qspca driver (V4L1).
- The account strings check procedure was fixed.
- Auto build scripts were added for Win32.
- A Win32 installer was added.
- Unregistration from SIP registrars running on non standard ports was fixed.
- A possible problem with H.323 calls was fixed.
- Possible Avahi crashes were fixed.
- A possible routing problem for incoming calls initiated through uncompliant SIP INVITE PDUs was fixed.
- A crash on Win32 when exchanging SIP text messages was fixed.
Download (6.6MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
563 downloads
Coherent Mail Gateway 0.13.0
Coherent Mail Gateway is intended to be a very easy to set up MTA using SMTP and POP3. more>>
Coherent Mail Gateway is intended to be a very easy to set up MTA using SMTP and POP3. Greylisting is used on the SMTP daemon to reduce spam.
In addition, quite a lot of checks on the validity of information from the SMTP client (such as claimed server name and sender) are carried out, and anyone caught telling lies is disconnected.
Grey-, black-, and white-listing are supported, as well as (optionally) ClamAV and Spamhaus. The target market is users with static IP addresses. Others can use the system, but its value will be limited to outgoing email.
<<lessIn addition, quite a lot of checks on the validity of information from the SMTP client (such as claimed server name and sender) are carried out, and anyone caught telling lies is disconnected.
Grey-, black-, and white-listing are supported, as well as (optionally) ClamAV and Spamhaus. The target market is users with static IP addresses. Others can use the system, but its value will be limited to outgoing email.
Download (0.034MB)
Added: 2006-05-25 License: Freeware Price:
1250 downloads
YateClient 1.2.0
YateClient is a next-generation telephony engine. more>>
YateClient is a next-generation telephony engine.
While currently focused on Voice over Internet Protocol (VoIP) and PSTN, its power lies in its ability to be easily extended.
Voice, video, data, and instant messaging can all be unified under Yates flexible routing engine, maximizing communications efficiency and minimizing infrastructure costs for businesses.
Yate can be used as a:
- VoIP server
- VoIP client
- VoIP to PSTN gateway
- PC2Phone and Phone2PC gateway
- H.323 gatekeeper
- H.323 multiple endpoint server
- H.323SIP Proxy
- SIP session border controller
- SIP router
- SIP registration server
- IAX server and/or client
- IP Telephony server and/or client
- Call center server
- IVR engine
- Prepaid and/or postpaid cards system
<<lessWhile currently focused on Voice over Internet Protocol (VoIP) and PSTN, its power lies in its ability to be easily extended.
Voice, video, data, and instant messaging can all be unified under Yates flexible routing engine, maximizing communications efficiency and minimizing infrastructure costs for businesses.
Yate can be used as a:
- VoIP server
- VoIP client
- VoIP to PSTN gateway
- PC2Phone and Phone2PC gateway
- H.323 gatekeeper
- H.323 multiple endpoint server
- H.323SIP Proxy
- SIP session border controller
- SIP router
- SIP registration server
- IAX server and/or client
- IP Telephony server and/or client
- Call center server
- IVR engine
- Prepaid and/or postpaid cards system
Download (1.1MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
923 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 gateway 2.0 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