Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/butla/simremo

Attempt at creating a multi-platform, object-oriented library for remote procedure call. Written as master thesis in Computer Science.
https://github.com/butla/simremo

Last synced: 14 days ago
JSON representation

Attempt at creating a multi-platform, object-oriented library for remote procedure call. Written as master thesis in Computer Science.

Awesome Lists containing this project

README

        

SimRemo
=======

Simple framework for creating RPC servers on Android and clients for them.

Aims to provide a fast way of creating distributed applications that can communicate with polimorphic (object-oriented) remote methods.
Target platforms are Android and .NET.

Written as master a thesis in Computer Science.