Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/butla/simremo
- Owner: butla
- License: mit
- Created: 2014-02-27T23:28:45.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-06T15:45:46.000Z (over 9 years ago)
- Last Synced: 2024-12-23T02:44:19.122Z (17 days ago)
- Language: TeX
- Homepage:
- Size: 4.36 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.