17 projects tagged "XML-RPC"
Flowgrind is a tool similar to iperf or netperf. It measures throughput and other metrics for TCP and other protocols. It features some unique characteristics: a distributed architecture, sophisticated flow scheduling, Linux kernel TCP statistics, the Anderson-Darling statistical test, rate-limited flows with uniform or Poisson distribution, and separation between control and test traffic.
APEye is a jQuery widget for issuing HTTP requests, designed to help document and test APIs. With a few lines of Javascript, you can let users experiment with your API without leaving the documentation. Unlike hurl and apigee, requests are handled entirely by the client; no server-side proxy is needed.
PacketDam is a cost-effective software solution against DDoS. It runs on off-the-shelf hardware and fits any budget or deployment scenario. If you are an Internet service provider or a content distribution network, if you offer hosting services, or if you are an academic institution, PacketDam may be just what you need to keep unwanted traffic outside your network.
Ripcord is an PHP 5 XML-RPC server and client library with a very simple and easy to use API. You can create XML-RPC, (simplified) SOAP 1.1, and SimpleRPC clients with one call and then call RPC methods as if they were local methods of the client. You can create a server with one call, passing it any number of objects or classes whose methods it will publish and automatically document.
XRDL is a language and tools for automatic client generation for XML-RPC services. It provides a way to create simple service definitions for XML-RPC services. It is inspired by WSDL, but aims for ease of use in the spirit of XML-RPC. It supports exporting complex (recursive) types, as well as methods. It includes a number of tools, allowing automatic XRDL generation for servers and clients written in PHP or C++/Qt.