Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.481.205 Times

Debugging Rpc software
Filter: All | Freeware | Demo
 

Debugging Rpc

1 2 3 4 5 > 
Added: June 07, 2013 | Visits: 395

rpcpdb PDB wrapper designed for debugging rpc server code. Initial support is for RPyC, Pyro, and SimpleXMLRPCServer Platforms: *nix

License: Freeware Size: 10.24 KB Download (37): rpcpdb Download

Added: April 21, 2010 | Visits: 1.367

Automated support for compound RPC calls Automated support for compound RPC calls is a project which augments RPCGEN to support NFSv4-style compound procedures. NFSv4 specifies that the RPC calls be batched into a "compound" call. There is no support for this in RPCGEN. By rearranging the ONC IDL for NFSv4 into AutoGen definitions,... Platforms: *nix

License: Freeware Size: 22.53 KB Download (106): Automated support for compound RPC calls Download

Added: July 07, 2010 | Visits: 1.100

C++ Debugging Support library Libcwd is a full-featured and well-documented library that assists C++ developers with debugging their applications. C++ Debugging Support library includes support for ostream-based debug output, custom debug channels and devices, memory allocation debugging, run-time sourcefile:linenumber... Platforms: *nix

License: Freeware Size: 1.2 MB Download (94): C++ Debugging Support library Download

Added: November 02, 2010 | Visits: 720

NoBug debugging library 0.2 / NoBug debugging library is a simple debugging library (only a single nobug.h header) similar to gnu-nana and Design-by-Contract ideas.. Platforms: *nix

License: Freeware Size: 102.4 KB Download (92): NoBug debugging library 0.2 / Download

Added: June 25, 2010 | Visits: 835

Jabber::RPC::HTTPgate Jabber::RPC::HTTPgate is an HTTP gateway for Jabber-RPC / XML-RPC. SYNOPSIS use Jabber::RPC::HTTPgate; my $gw = new Jabber::RPC::HTTPgate( server => myserver.org:5701, identauth => jrpchttp.localhost:secret, httpcomp => http, ); $gw->start; Jabber::RPC::HTTPgate is an experimental... Platforms: *nix

License: Freeware Size: 9.22 KB Download (96): Jabber::RPC::HTTPgate Download

Added: May 01, 2010 | Visits: 635

Jabber::RPC Jabber::RPC is a Jabber-RPC Implementation. SYNOPSIS See documentation for Jabber::RPC::Server and Jabber::RPC::Client. Jabber::RPC is a library that implements Jabber-RPC for Perl. The library consists of two modules, Jabber::RPC::Server and Jabber::RPC::Client. Please refer to the... Platforms: *nix

License: Freeware Size: 5.12 KB Download (113): Jabber::RPC Download

Added: January 20, 2010 | Visits: 799

RPC::pClient RPC::pClient is a Perl extension for writing pRPC clients. SYNOPSIS use RPC::pClient; $sock = IO::Socket::INET->new(PeerAddr => joes.host.de, PeerPort => 2570, Proto => tcp); $connection = new RPC::pClient(sock => $sock, application => My App, version => 1.0, user => joe, password... Platforms: *nix

License: Freeware Size: 19.46 KB Download (97): RPC::pClient Download

Added: April 08, 2010 | Visits: 1.142

Event::RPC Event::RPC is a event based transparent Client/Server RPC framework. SYNOPSIS #-- Server Code use Event::RPC::Server; use My::TestModule; my $server = Event::RPC::Server->new ( port => 5555, classes => { "My::TestModule" => { ... } }, ); $server->start;... Platforms: *nix

License: Freeware Size: 31.74 KB Download (114): Event::RPC Download

Added: September 08, 2010 | Visits: 876

RPC::XML::Procedure RPC::XML::Procedure is an object encapsulation of server-side RPC procedures. SYNOPSIS require RPC::XML::Procedure; ... $method_1 = RPC::XML::Procedure->new({ name => system.identity, code => sub { ... }, signature => [ string ] }); $method_2 =... Platforms: *nix

License: Freeware Size: 122.88 KB Download (89): RPC::XML::Procedure Download

Added: February 27, 2010 | Visits: 703

RPC::XML RPC::XML is a set of classes for core data, message and XML handling. SYNOPSIS use RPC::XML; $req = RPC::XML::request->new(fetch_prime_factors, RPC::XML::int->new(985120528)); ... $resp = RPC::XML::Parser->new()->parse(STREAM); if (ref($resp)) { return $resp->value->value; } else {... Platforms: *nix

License: Freeware Size: 122.88 KB Download (91): RPC::XML Download

Added: February 16, 2010 | Visits: 689

Wily::RPC Wily::RPC is a Perl extension for the Wily RPC interface. SYNOPSIS use Wily::RPC; use Wily::Message; # opens a file in wily and exits when the window is destroyed my $wily = Wily::RPC->new(); my $win = $wily->win(/tmp/file_to_edit, 1); $wily->attach($win, Wily::Message::WEdestroy);... Platforms: *nix

License: Freeware Size: 21.5 KB Download (88): Wily::RPC Download

Added: May 19, 2010 | Visits: 811

DCE::RPC SYNOPSIS use DCE::RPC; use Authen::Perl::NTLM qw(lm_hash nt_hash); use constant DCOM_IREMOTEACTIVATION => pack("H32", "B84A9F4D1C7DCF11861E0020AF6E7C57"); use constant DCOM_IF_VERSION => 0x00; use constant DCOM_XFER_SYNTAX => pack("H32", "045D888AEB1CC9119FE808002B104860"); use constant... Platforms: *nix

License: Freeware Size: 7.17 KB Download (104): DCE::RPC Download

Released: July 27, 2012  |  Added: July 27, 2012 | Visits: 447

Routix.RPC Remote procedure call (RPC) is a technology that allows a computer program to cause a subroutine or procedure to execute in another address space (commonly on another computer on a shared network) without the programmer explicitly coding the details for this remote interaction. That is, the... Platforms: Windows

License: Shareware Cost: $299.95 USD Size: 1.99 MB Download (42): Routix.RPC Download

Added: May 10, 2013 | Visits: 545

Apache XML-RPC Apache XML-RPC is a Java implementation of XML-RPC, a popular protocol that uses XML over HTTP to implement remote procedure calls. Platforms: Windows, Mac, *nix, Java, BSD Solaris

License: Freeware Download (55): Apache XML-RPC Download

Added: May 10, 2013 | Visits: 416

Bind wxPython and XML-RPC server together This script makes a wxPython application acting as a XML-RPC server, listening to a dedicated port. It presents a GUI logging application, where logging messages come from other applications via xml-rpc calls. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Bind wxPython and XML-RPC server together Download

Added: May 10, 2013 | Visits: 464

XML-RPC for PHP It is a library implementing the XML-RPC protocol, written in PHP. It is also known as PHPXMLRPC. It is designed for ease of use, flexibility and completeness. Extra modules provide support for the JSON and JSONRPC protocols. A javascript version of the library is also available. Speed and... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): XML-RPC for PHP Download

Added: May 10, 2013 | Visits: 423

XML-RPC Client for ActionScript XML-RPC is a standard that was developed for calling remote procedures, usually over homepage that can return data to the client.It's a spec and a set of implementations that allow software running on disparate operating systems, running in different environments to make procedure calls over the... Platforms: Windows, Flash,

License: Freeware Download (59): XML-RPC Client for ActionScript Download

Released: November 06, 2012  |  Added: November 06, 2012 | Visits: 442

OCaml XML-RPC An XML-RPC client and server, using an ad-hoc interface definition language and IDL compiler. Platforms: Windows, Mac, Linux

License: Freeware Size: 33.9 KB Download (46): OCaml XML-RPC Download

Released: October 09, 2012  |  Added: October 09, 2012 | Visits: 460

Remote Debugging Information Server Debugging server allowing remote debug logging and access to the information via a web based interface. Platforms: Windows, Mac, Linux

License: Freeware Size: 41.85 KB Download (50): Remote Debugging Information Server Download

Released: June 07, 2012  |  Added: June 07, 2012 | Visits: 348

XML-RPC debugger/client This project aims to create a generic client and debugger for XML-RPC services. The client will be written in Java and Java Foundation Classes. Platforms: Windows, Mac, Linux

License: Freeware Size: 894.07 KB Download (48): XML-RPC debugger/client Download

1 2 3 4 5 >