We have collection of more than 400,000 open source products ranging from Enterprise product to small libraries in all platforms. We aggregate information from all open source repositories. Search and find the best for your needs.
Displaying 1 to 10 from 122 results
ZeroC - Internet Communications Engine
The Internet Communications Engine (Ice) is a modern object-oriented middleware with support for C++, .NET, Java, Python, Objective-C, Ruby, and PHP. Its latest release has support for Android and .NET Framework. It helps to build distributed applications easier as it takes care of all interactions with low-level network programming interfaces. It supports cross-language and cross-platform communication.
Finagle - A fault tolerant, protocol-agnostic RPC system
Finagle is an asynchronous network stack for the JVM that you can use to build asynchronous Remote Procedure Call (RPC) clients and servers in Java, Scala, or any JVM-hosted language. Finagle provides a rich set of tools that are protocol independent.
Pyro - PYthon Remote Objects
Pyro is short for PYthon Remote Objects. It is an advanced and powerful Distributed Object Technology system. when using Pyro you just write your Python objects like you would normally. With only a few lines of extra code, Pyro takes care of the network communication between your objects once you split them over different machines on the network. All the gory socket programming details are taken care of, you just call a method on a remote object as if it were a local object.
Protocol Buffer
Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.
Alphabdraw - A mulit-user application in which users add text onto a canvas
AlphabDraw is a mulit-user application in which users add text ( the text they have entered into a text box) to a canvas type display, by clicking on it. Once the user adds text it is displayed onto the canvases of the other users logged onto the application. It is in this way the AlphabDraw has aspects similar to chat and drawing applications.
Android-json-rpc - A json-rpc client library for android
This open source library aims to help the implementation of JSON-RPC clients in android applications. The library provides a simple API to perform JSON-RPC service calls from an android device. JSON-RPC is a lightweight cross-language remote procedure call protocol that simplifies the creation of web services providers and clients. JSON serialization is typically more efficient than XML based serialization and is more suited for mobile environments like android. On the server side, several libra
Android-openwrt-admin - Android Application to Administrate OpenWRT Based Routers
Android Application to Administrate OpenWRT Based Routers via luci-mod-json.
Aimp-control-plugin - provides network access to AIMP player
This is plugin for AIMP player - the best free audio player in the world*). PurposeImaging you have computer with good audio system(for example, your desktop computer) and want to control playback from your notebook, smart phone or whatever. All you need is to launch AIMP player with this plugin and open plugin's page in your browser! FeaturesConvenient installer Web-based interface in Russian and English Support for all modern desktop browsers Customization of the appearance of playlists for ea
Airajapaksha - my personal project
my personal project
As3python-xmlrpc-lib - actionscript 3 python xml-rpc library
AS3 Package: com.python.rpc.xmlrpcThe AS3 package com.python.rpc.xmlrpc contains classes for easy access of python services provided by python's SimpleXMLRPCServer implementation. The provided example is based upon tutorial: "Put a Flex UI on your application" by Bruce Eckel (mindview.net) published at: http://www.adobe.com/devnet/flex/articles/flex_ui.html \t\t\t Requires:AS3 package com.ak33m.rpc.xmlrpc.XMLRPCObject (Google code project: as3-rpclib), see http://code.google.com/p/as3-rpclib/ Co