You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage Products.BastionBanking-ManualPayment-4.2.3-2.lbn19.noarch
Manual preparation from schedule
RPMPackage Products.BastionBanking-BarclayCard-4.2.3-2.lbn19.noarch
BarclayCard ePDQ Internet Merchant Service
RPMPackage Products.BastionBanking-4.2.3-2.lbn19.noarch
Zope Banking tools and API's, including our ZCurrency class.
How-to Section Plone Theming Best Practice
The best-practice tools for developing Plone themes/skins
RPMPackage libsrtp-1.4.4-4.20101004cvs.lbn13.x86_64
This package provides an implementation of the Secure Real-time Transport Protocol (SRTP), the Universal Security Transform (UST), and a supporting cryptographic kernel.
RPMPackage zaptel-utils-1.4.12.1-3.fc12.x86_64
Tools for monitoring and testing Zapata telephony interfaces.
RPMPackage zaptel-lib-1.4.12.1-3.fc12.x86_64
Library for using Zapata telephony interfaces.
RPMPackage zaptel-1.4.12.1-3.fc12.x86_64
Tools and libraries for using/configuring/monitoring Zapata telephony interfaces.
RPMPackage voipmonitor-sniffer-8.0.1-1.lbn13.x86_64
VoIPmonitor sniffer implements SIP, Cisco SKINNY, RTP, RTCP and UDPTL VoIP protocols analyzing quality of calls - packet delay variation and packet loss according to ITU-T G.107 E-model which predicts quality on MOS scale. It is written in C++ and designed to handle thousands of simultaneous calls. Each call can be optionally saved to pcap file format with either only Signalization SIP/SKINNY or including also RTP, RTCP and UDPTL protocols. VoIPmonitor can also decode sound and play it over the commercial WEB GUI or save it to disk as WAV. Supported codecs are G.711 alaw/ulaw and commercial plugins supports G.729a/G.723/G.722/iLBC/Speex/GSM/Isac/Silk. VoIPmonitor uses jitterbuffer simulator to keep both direction of call synchronized.
RPMPackage voipmonitor-gui-6.0-1043.1.lbn13.x86_64
VoipMonitor gui/dashboard
RPMPackage spandsp-0.0.6-0.8.pre21.lbn13.x86_64
SpanDSP is a library of DSP functions for telephony, in the 8000 sample per second world of E1s, T1s, and higher order PCM channels. It contains low level functions, such as basic filters. It also contains higher level functions, such as cadenced supervisory tone detection, and a complete software FAX machine. The software has been designed to avoid intellectual property issues, using mature techniques where all relevant patents have expired. See the file DueDiligence for important information about these intellectual property issues.
RPMPackage spandsp-0.0.6-0.8.pre21.fc18.1302091137kf.armv6hl
SpanDSP is a library of DSP functions for telephony, in the 8000 sample per second world of E1s, T1s, and higher order PCM channels. It contains low level functions, such as basic filters. It also contains higher level functions, such as cadenced supervisory tone detection, and a complete software FAX machine. The software has been designed to avoid intellectual property issues, using mature techniques where all relevant patents have expired. See the file DueDiligence for important information about these intellectual property issues.
RPMPackage sflphone-1.3.0-1.lbn13.armv6hl
SFLphone is a robust standards-compliant enterprise software phone, for desktop and embedded systems. It is designed to handle several hundreds of calls a day. It supports both SIP and IAX2 protocols.
RPMPackage sflphone-1.3.0-1.lbn13.x86_64
SFLphone is a robust standards-compliant enterprise software phone, for desktop and embedded systems. It is designed to handle several hundreds of calls a day. It supports both SIP and IAX2 protocols.
RPMPackage python-sipphone-automation-0.0.4-1.lbn13.noarch
Robot Framework Automation Library for SIP Phones
RPMPackage python-robotsuite-1.4.0-1.lbn13.noarch
This is an experimental package for wrapping Robot Framework test suites into Python unittest suites to make it possible to run Robot Framework tests as plone.testing's layered test suites: import unittest2 as unittest from plone.testing import layered from robotsuite import RobotTestSuite from my_package.testing import ACCEPTANCE_TESTING def test_suite(): suite = unittest.TestSuite() suite.addTests([ layered(RobotTestSuite('mysuite.txt'), layer=ACCEPTANCE_TESTING), ]) return suite RobotTestSuite splits Robot Framework test suites into separate unittest test cases so that Robot will be run once for every test case in every test suite parsed from the given Robot Framework test suite. Because of that, each Robot will generate a separate test report for each test. Each report will have it's own folder, which are created recursively reflecting the structure of the given test suite. RobotTestSuite's way of wrapping tests into unittest's test suite is similar to how doctest-module's DocTestSuite does its wrappings. The main motivation behind this package is to make Robot Framework support existing test fixtures and test isolation when testing Plone. Yet, this should help anyone wanting to use Robot Framework with zope.testrunner or other Python unittest compatible test runner.
RPMPackage python-robotframework-selenium2library-1.5.0-1.lbn13.noarch
Selenium2Library is a web testing library for Robot Framework that leverages the Selenium 2 (WebDriver) libraries.
RPMPackage python-robotframework-androidlibrary-0.2.0-1.lbn13.noarch
robotframework-androidlibrary is a Robot Framework test library for all your Android automation needs. It uses Calabash Android to communicate with your instrumented Android application similar to how Selenium WebDriver talks to your web browser.
RPMPackage python-robotframework-2.8.4-1.lbn13.noarch
Robot Framework is a generic test automation framework for acceptance testing and acceptance test-driven development (ATDD). It has easy-to-use tabular test data syntax and utilizes the keyword-driven testing approach. Its testing capabilities can be extended by test libraries implemented either with Python or Java, and users can create new keywords from existing ones using the same syntax that is used for creating test cases.
RPMPackage python-robotentrypoints-0.1-2.lbn13.noarch
Robot framework does not have setuptools compatible entry points. This makes it hard to setup Robot with buildout. robotentrypoints provides them. With the buildout hereunder, you get bin/pybot and bin/rebot scripts. [buildout] parts = robot [robot] recipe = zc.recipe.egg eggs = robotentrypoints