Main > Free Download Search >

Free im protocols software for linux

im protocols

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1841
NetChat 0.01

NetChat 0.01


NetChat is a very versatile tool for layer 5 protocols. more>>
NetChat is a combination of NetCat and ppps "chat", put on steroids for high performance. It is meant as a network exercise tool.

Using simple "say this, expect this reply" scripts, NetChat can be made to easilly speak most text-based protocols (such as SMTP, HTTP, POP3 etc.), and many binary protocols, very easilly.

In addition to the above, NetChat is built to perform a large number of concurrent connections. This makes NetChat an ideal network protocol stress-test tool.

Current code is limited to client only and simple send/receive matching. Future extensions will include the ability to work in listen mode, as well as use random elements in the replies and requests.
<<less
Download (0.074MB)
Added: 2005-04-13 License: GPL (GNU General Public License) Price:
2368 downloads
SurgeMail 37b8

SurgeMail 37b8


SurgeMail is the fastest, most robust and secure, full-featured email server on the market today supporting all the protocols an more>>
SurgeMail is the fastest, most robust and secure, full-featured email server on the market today supporting all the protocols and standards. Surgewall works with every mail server and can be installed in minutes, instantly gives you the uniquely advanced, Spam Blocking, Virus Scanning and even user configurable filtering and friends modes normally only found in our SurgeMail product.
Main features:
- User existence is checked at rcpt stage to prevent major spam problems
- Spam and virus free email
- Friends mail screening system.
- Integrated mail server and web based email
- Web based administration (user, domain and server)
- Full SSL secure support for all protocols
- Runs on platform of choice (Windows, most Unix versions)
- Installs in minutes and unparalleled after sales service
<<less
Download (10.7MB)
Added: 2006-06-13 License: GPL (GNU General Public License) Price:
1649 downloads
Ayttm 0.4.6-17

Ayttm 0.4.6-17


Ayttm is an instant messenger program, supporting various protocols such as MSN, Yahoo, AIM, Jabber, and more. more>>
Ayttm is an instant messaging (aka chat) client that provides all-in-one chat functionality for several major instant messaging services from one simple program. Ayttm "Contacts" allow you to refer to several accounts of the same person from a single contact name, making it one of the cleanest and simplest clients to use.
Ayttm is the heir of the Everybuddy project, and aims to continue improving the program and addressing its shortcomings. Our primary goal is to provide a messenger which is :
- simple: Ayttm should work nicely without having to first go through a complicated configuration procedure. The preferences should be simple and minimal.
- stable: Ayttm should not crash when you use it.
- intuitive: Ayttm should be almost instantly usable by my mother ;)
- flexible: Ayttm supports multiple protocols and they should be supported in an integrated manner (common interface, for example), without limiting protocol-specific features support. Ayttm currently handles Yahoo!, MSN, Jabber, IRC, AIM and ICQ.
Ayttm is developed primarily for Linux but it is also available on BSD and Windows NT/2000 platforms.
Main features:
- Yahoo!
- MSN Messenger
- Jabber support (including SSL)
- IRC (Internet Relay Chat) support
- ICQ support
- AIM-TOC (AOL Instant Messenger)
- SMTP (for sending emails)
- File Transfers to/from MSN and Yahoo! users, and receive only from AIM users
- Group Chat (Conferences) with AIM, Jabber, MSN and Yahoo! users
- MSNs Netmeeting integration, using GnomeMeeting
- Yahoo Webcam viewing support
- Protocol Transparency - one buddy, one chat window, multiple accounts on multiple IM systems!
- Tabbed chat, with color alerts for new messages
- Themable smiley graphics
- Tooltips to track peoples status
- Conversation and group-chat logging
- File Transfer between Ayttm clients (with any protocol)
- Away mode and other status indicators
- Play sounds (with esd and artsd support)
- Asynchronous connections
- Support for multiple accounts on the same service for almost every service
- Auto-join to chatrooms
- Chat logs export
- Server-side userlist and groups management
- Automatic translation using Babelfish
- Automatic conversion to L33t-speak (yeah, we wanna have fun!)
- Importing of everybuddy, gnomeicu, gaim, and Licq buddy lists
- Keep notes on Contacts
- Rainbow colors in messages
- Digital signature and encrpytion plugin using GPG - compatible with kopete
- Typing notifications for MSN, Yahoo! and Jabber
- Spell checker
<<less
Download (7.17MB)
Added: 2005-04-25 License: GPL (GNU General Public License) Price:
1645 downloads
EB-lite alpha 13

EB-lite alpha 13


EB-lite is the name of the rewrite that is being developed of the instant messaging client Everybuddy. more>>
EB-lite is the name of the rewrite that is being developed of the instant messaging client Everybuddy. EB-lite carries many major advances on the current codebase, the biggest of which is that the user interface is not contained in the same process as the core. How would you like to use the same messaging client everywhere - on your desktop, your console, your browser, even your mobile phone?
This is all possible because eb-lite allows interfaces written on any platform, in any language - they do not even have to run on the same machine. Any number of user interfaces can also connect to the same core.
Main features:
- Free software, distributed under the GPL.
- Supports the following IM protocols:
- MSN
- AIM (TOC)
- ICQ (TOC)
- Yahoo
- IRC
- Jabber
- Group chat (IRC, MSN, AIM, ICQ)
- Away messages
- Automatic translation (using Babelfish)
- SOCKS and (to a lesser extent) HTTP proxy support
- Modular structure allows different interfaces to share the same engine (and thus share preferences, contact lists, etc).
- Message queuing (including across UI sessions)
- Cross-platform code. The core is written almost entirely in ANSI C, making it easy to port to different operating systems. Although mainly developed on Linux, it will also build on other Unixes (including Mac OS X) and Windows.
<<less
Download (1.5MB)
Added: 2005-04-25 License: GPL (GNU General Public License) Price:
1642 downloads
File Service Protocol 2.8.1b24

File Service Protocol 2.8.1b24


File Service Protocol is a UDP-based file transfer protocol which is excellent for bad lines. more>>
FSP stands for File Service Protocol. It is a very lightweight UDP based protocol for transferring files.
FSP has many benefits over FTP, mainly for running anonymous archives. FSP protocol is valuable in all kinds of environments because it is one of the only TCP/IP protocols that is not aggressive about bandwidth, while still being sufficiently fault tolerant.
FSP is what anonymous FTP *should* be.
FSP: reliable and bandwidth friendly way to access publicly available data. Some people calls it UDP FTP.
Enhancements:
- use getopt from stdio.h instead of getopt.h in fspscan.c
- fspscan now compiles on AIX and other OS without glibc (hoaxter)
- !! fixed fatal bug from b23. Server sends large packets to clients if
- client request has not prefered reply size inside. This confuses all old fsp clients.
- common/strdup.c removed
- bsd_src/function.c bcopy -> memmove
- removed STDC_HEADER checks, drop support for pre-ANSI compilers started work on alternate SCons based build system
- fspd: use urandom, not random -> avoid hangs on Lin suck 2.6
- build system converted to SCons
- !! fixed directory listing bug in client library introduced in beta23
- improvements to security of FSP clients
- seq. numbers are now randomized
- seed random number generator in fsp clients
- check cmd in received packets
- check pos in received packets
<<less
Download (0.33MB)
Added: 2005-04-26 License: MIT/X Consortium License Price:
1642 downloads
RSS-IM Gateway 2.0

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.
<<less
Download (0.071MB)
Added: 2005-04-26 License: The Apache License Price:
1642 downloads
Kf 0.5.4.1

Kf 0.5.4.1


Kf is a Jabber-based instant messaging client. more>>
Kf is a Jabber-based instant messaging client.
Jabber is an open-source, XML-based, highly extensible IM protocol.
Main features:
- see presence of your contacts
- chat and message them
- take part in conferences
- browse, search and register in transports
- view your message archive
- ...and much more!
<<less
Download (0.33MB)
Added: 2005-07-27 License: GPL (GNU General Public License) Price:
1551 downloads
HarvestMan 1.4.6

HarvestMan 1.4.6


HarvestMan is a full-featured, multi-threaded Web crawler and offline browser. more>>
HarvestMan is a multithreaded off-line browser.It has many features for customizing offline browsing through URL filters, word filters, domain filters, URL priorities, depth-fetching, fetch levels, file limits, time limits, robot exclusion protocols, and many more.
It is useful to download an entire Web site or certain files from a Web site to the hard disk for offline browsing later.
It supports HTTP/HTTPS and FTP protocols and can work across proxies.
Enhancements:
- Fixed bugs in the setup.py and install scripts so that they work with Python 2.4.
<<less
Download (0.58MB)
Added: 2005-09-09 License: GPL (GNU General Public License) Price:
1508 downloads
IDX-Tsunami 1.1.0

IDX-Tsunami 1.1.0


IDX-Tsunami is a distributed multi-protocol load testing tool. more>>
IDX-tsunami is a distributed load testing tool. It is protocol-independent and can currently be used to stress HTTP, SOAP and Jabber servers.
It simulate users behaviour using an XML description file, report many measurements in real time (statistics can be customized with transactions, and graphics generated using gnuplot).
For HTTP, it support 1.0 and 1.1 version, has a proxy mode to record sessions, support GET and POST method, Cookies and Basic WWW-authentication. It also has support for SSL.
The purpose of IDX-Tsunami is to simulate users in order to test the scalability and performances of IP based client/server applications. You can use it to do load testing of your servers. Currently, HTTP and Jabber protocols have been implemented and tested, but it can be easily extended.
This tool can simulate thousands of users concurrently, and can be distributed on several client machines.
IDX-Tsunami has been used to validate the IM platform made by LibertySurf in 2001. 10.000 concurrent users were simulated on a cluster of 3 machines.
IDX-Tsunami has also been used to test a very high trafic web site. More than 3.000 HTTP/HTTPS requests/second were generated during this test
IDX-Tsunami is developped in Erlang, an open-source language made by Ericsson for building robust fault-tolerant distributed applications.
Main features:
Main features
- High Performance: the load can be distributed on a cluster of client machines
- Multi-Protocols using a plugin system: HTTP and Jabber are currently supported. LDAP and SMTP are on the TODO list.
- SSL support.
- Several IP addresses can be used on a single machine using the underlying OS IP Aliasing
- OS monitoring (CPU, memory and network trafic) using Erlang agents on remote servers or SNMP. list.
- XML configuration system; several sessions can be used to simulate differents type of users.
- Stochastic processes: in order to generate a realistic trafic, user thinktimes and the arrival rate can be randomize using a probability distribution (exponential currently)
HTTP
- HTTP/1.0 and HTTP/1.1 support
- GET and POST requests
- Cookies
- GET If-modified since type of request
- WWW-authentication Basic
- Proxy mode to record sessions using a Web browser.
SOAP
- Basic support using the HTTP mode (the SOAPAction HTTP header is handle).
Jabber
- Authentication, presence and register messages
- Chat messages to online or offline users
- Roster set and get requests
- Global users synchronisation can be set on specific actions
Enhancements:
- HTTP proxy server load testing is now possible.
- The HTTP UserAgent header can be customized.
- Dynamic substitutions were implemented for the Jabber plugin.
- Several minor bugs were fixed, so it should work on Solaris now.
<<less
Download (0.29MB)
Added: 2005-09-06 License: GPL (GNU General Public License) Price:
1508 downloads
libyahoo2 0.7.5

libyahoo2 0.7.5


libyahoo2 is a C library interface to the new Yahoo! Messenger protocol. more>>
libyahoo2 is a C library interface to the new Yahoo! Messenger protocol. It supports almost all current features of the protocol.

<<less
Download (0.42MB)
Added: 2005-09-21 License: GPL (GNU General Public License) Price:
1495 downloads
pyGAIM-t 0.1

pyGAIM-t 0.1


pyGAIM-t is a reworking of the popular GAIM IM client to be based on the Jabber transport. more>>
pyGAIM-t is a reworking of the popular GAIM IM client to be based on the Jabber transport, which can connect to any IM system that GAIM can.

<<less
Download (0.15MB)
Added: 2005-11-08 License: GPL (GNU General Public License) Price:
1445 downloads
Galena 2.0.0

Galena 2.0.0


Galena was originally designed as a modular bot to serve commands on various protocols (Jabber, IRC, email, HTTP, FTP). more>>
Galena was originally designed as a modular bot to serve commands on various protocols (Jabber, IRC, email, HTTP, FTP).
Because of its design, Galena2 developed into a framework for server side applications, especially for Web applications and content management systems (CMS).
Addins like wiki, message board, and news system are already included.
Enhancements:
- Galena2 is a complete new layer above the Addin Interface of Galena1.
- This turns Galena into a framework for Web applications and content management systems (CMS).
- It has a built-in theme system (templating using Velocity), an HTTP server, caching, and more.
<<less
Download (15.2MB)
Added: 2005-11-28 License: GPL (GNU General Public License) Price:
1445 downloads
Portslave 1.9.11

Portslave 1.9.11


Portslave is a RADIUS client used to create dialup access servers. more>>
Portslave is a RADIUS client used to create dialup access servers.

Portslave project uses the RADIUS protocol to authenticate from a remote RADIUS server which contains the actual user account information.

It primarily is for PPP access, but also works with other protocols and services.

Installation:

./configure --enable-shadow --with-pppdradius=/usr/sbin/pppd
make
make install

<<less
Download (0.39MB)
Added: 2006-01-17 License: GPL (GNU General Public License) Price:
1377 downloads
Multicast Dissemination Protocol Toolkit 2.1b5

Multicast Dissemination Protocol Toolkit 2.1b5


Multicast Dissemination Protocol project is a protocol framework and software toolkit for reliable multicasting data objects. more>>
Multicast Dissemination Protocol project is a protocol framework and software toolkit for reliable multicasting data objects including files and application memory blocks. A primary design goal of MDP is to provide a reliable multicast protocol approach which is suitable for reliable dissemination of data over both wireless and wired networks.

MDP software has been demonstrated across a range of network architecture and heterogeneous conditions including; the worldwide Internet MBone, bandwidth and routing asymmetric network connections, high delay satellite networks, and mobile, radio networks. MDP integrates numerous multicast protocol advances including highly robust, packet-based erasure correction techniques and adaptive group timing mechanisms.

The present MDP software toolkit includes a library with a well-defined API. Several example working applications including a multicast file transfer applications and a very basic multicast chat application are also provided. To learn more and/or download the software see the following sections.
<<less
Download (0.54MB)
Added: 2006-02-17 License: BSD License Price:
1354 downloads
JIndex 0.2

JIndex 0.2


JIndex is a beagle clone. more>>
JIndex is a beagle clone. It tries to mimic the functionality of Beagle. JIndex is written in Java.
Format support:
- Music (Mp3)
- Documents (PDF, Doc, Openoffice formats)
- Images
- IM conversations
<<less
Download (17.8MB)
Added: 2006-02-23 License: LGPL (GNU Lesser General Public License) Price:
1338 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5