55 projects tagged "Erlang"
Esdl is library for accessing SDL and OpenGL through Erlang. SDL handles 2d graphics, user events, and audio while OpenGL handles 3d graphics. SDL (Simple DirectMedia Layer) is a cross-platform multimedia library designed to provide fast access to the graphics framebuffer and audio device. It also does event handling from mouse, keyboards, and joysticks. OpenGL is a cross-platform standard for 3D rendering and 3D hardware acceleration.
Tsung (formerly known as IDX-Tsunami) is a distributed load testing tool. It is protocol-independent and can currently be used to stress HTTP, WebDAV, PostgreSQL, MySQL, LDAP, and XMPP/Jabber servers. It simulates user behavior using an XML description file, reports many measurements in real time (statistics can be customized with transactions, and graphics generated using gnuplot). For HTTP, it supports 1.0 and 1.1, has a proxy mode to record sessions, supports GET, POST, PUT, and DELETE methods, Cookies, and Basic WWW-authentication. It also has support for SSL.
ECB is a source code browser for (x)emacs. It displays a couple of windows that can be used to browse directories, files, and file contents like methods and variables. It supports source code parsing for languages like Java, C, C++, Elisp, Scheme, Perl, TeX, LaTeX, etc. In addition, it offers an (optional) permanent "compile window" at the bottom of the emacs frame, which is used to display all help and compile output. The rest of the frame is called the "edit area", which can be divided into several edit windows that are used for editing the sources. Deleting some of the edit windows neither destroys the compile window nor the browsing windows. It requires the CEDET suite.
Candygram is a Python implementation of Erlang concurrency primitives. Erlang is widely respected for its elegant built-in facilities for concurrent programming. This package attempts to emulate those facilities as closely as possible in Python. With Candygram, developers can send and receive messages between threads using semantics nearly identical to those in the Erlang language.
REPOS stands for Repository of Erlang-Projects.Org Software selection. It is a collection of major ready-to-use Erlang software. Erlang REPOS is distributed as a CDROM image (ISO). You can use every program included in the REPOS environment either directly from the CDROM, from your hard drive, or from a USB key.
J-EAI is an XMPP-based Enterprise Application Integration (EAI) platform (also known as ESB, the Enterprise Service Bus). It is composed of several components, including an Erlang XMPP server core, connectors that support Open Adaptor and XSLT, and several distribution mechanisms, including publish and subscribe and content-based routing.
ejabberd is a multi-platform, scalable, distributed, and fault-tolerant Jabber/XMPP server. It includes Jabber services like Multi-User Chat, IRC transport, HTTP-Bind, Publish-Subscribe and PEP. It supports virtual hosting, connection to transports (gateways) to other networks, and connection to other Jabber servers. Other supported features are Web and command-line administration, encryption support (SSL and TLS), several authentication methods (embedded, external script, LDAP, PAM, and ODBC), varied storage methods (embedded, ODBC, PostgreSQL, MySQL, MSSQL), Jabber user directory, and translations in more than 20 languages.
YXA is a SIP stack and a set of SIP server applications written in Erlang/OTP. The SIP stack is RFC3261 compliant. Among the features implemented are SIP registrar, SIP router, forking, CPL, IPv6, TLS, ENUM, PSTN gateway access control and modular user database backends. The main goal of the project is to create a robust SIP server platform that can scale to tens of thousands of users, be interoperable through standards compliance, and still have short time-to-market for new features due to the use of a high level language.