Misc Software

From ADCPortal Wiki

Jump to: navigation, search

This category of software is for the novice user or developer it can allow a person to create a client or have a software running as a service preforming miscellaneous tasks as a bot or as a pinger for a hublist or creating a 3rd party connection to a hub as a proxy service.

Logo Name Link Type Language Operating system License Scripts Plugins Extensions Status
80Sheep Lib http://github.com/mrdomino/80sheep Lib Python Windows Linux Mac OS X
MIT License
TIGR Discontinued!
DCBouncer https://launchpad.net/dcbouncer Relay C++ Windows Linux
GNU GPL 2 License
N/A Active
DC-Hublink http://dc-hublink.sourceforge.net/ Bot VB6 Windows Linux Mac OS X
GNU GPL 2 License
TIGR Discontinued!
DCWatch DCWatch http://dcwatch.hu/?q=en Bot Java Windows Linux Mac OS X
GNU GPL 3 License
Lua ADCS,FEED,TIGR,LINK,PING,TIGR,TYPE,UCMD Discontinued!
Embla https://launchpad.net/embla Lib Java Windows Linux Mac OS X
GNU GPL 3 License
ADCS,FEED,TIGR,LINK,PING,TIGR,TYPE,UCMD Discontinued!
XMPL Flowlib http://code.google.com/p/flowlib/ Lib C# Windows
GNU GPL 2 License
ADCS,TIGR Discontinued!
Jexhls Pinger https://sourceforge.net/projects/jexhls/ Pinger Java Windows Linux Mac OS X
GNU GPL 2 License
ADCS,TIGR Discontinued!
NetChatLink NetChatLink http://netchatlink.sourceforge.net/ Bot Delphi 7 Windows Linux Mac OS X GNU GPL 2 License MIT License TIGR Status Unknown
OpenHublist ADC Pinger http://sourceforge.net/projects/hubtracker/ Pinger Java, PHP Windows Linux Mac OS X
GNU GPL 3 License
ADCS,PING,TIGR Discontinued!
eliteDC Hublist Pinger http://sourceforge.net/apps/trac/elitedc/ Pinger PHP Windows Linux Mac OS X
GNU GPL 3 License
ADCS,PING,TIGR Active

Status Discontinued = Status Discontinued: This product has been discontinued by the developer
Status Unknown = Status Discontinued: This product has not had any updates or releases
Status Clear = Status Clear: This product is active and working

Known Library Usage

Libraries can be used for creating software since they contain the base information for ADC communication a perfect platform for a developer. A Libary can help several projects to create clients or software since the library acts as protocol handler leaving the developer to handle the rest of the functions instead of having to do it all by themselves.

Embla Graph Flowlib Graph


Graphs can be recreated and/or modified and rerendered by running it through the "twopi" tool from Graphviz.

digraph G {
    "Embla" -> "Bot" [color=red];
    "Embla" -> "Hub" [color=red];
    "Bot" -> "DCWatch";
    "Hub" -> "eHub";
}
digraph G {
    "Flowlib" -> "Client" [color=red];
    "Flowlib" -> "Bot" [color=red];
    "Client" -> ".Nothing.";
    "Client" -> "Xmpl";
    "Client" -> "OGODC 2";
    "Client" -> "SmartDC";
    "Bot" -> "SpeedBot";
    "Bot" -> "FlowConverter";
    "Bot" -> "dcSync";
    "Bot" -> "CapT Bot ";
}

See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox