https://github.com/mlunnay/nds_rpc
An implementation of a library and server for a remote procedure call system, and a test application for ARM7 processor on the Nintendo DS
https://github.com/mlunnay/nds_rpc
armv7 cpp nds python rpc server
Last synced: about 1 month ago
JSON representation
An implementation of a library and server for a remote procedure call system, and a test application for ARM7 processor on the Nintendo DS
- Host: GitHub
- URL: https://github.com/mlunnay/nds_rpc
- Owner: mlunnay
- License: mit
- Created: 2020-02-13T04:13:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-13T23:13:23.000Z (over 6 years ago)
- Last Synced: 2025-07-19T22:39:27.999Z (11 months ago)
- Topics: armv7, cpp, nds, python, rpc, server
- Language: HTML
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSON RPC Lbrary, Server and Nintendo DS test library
This is a multi part project for Remote Procedure Calls using JSON as the transport format, for copying and updating files to and logging from a Nintendo DS for homebrew development. This was to remove the requirement of removing the microSD card from the Nintendo DS, connecting it to the PC, copying files, then replacing the microSD card into the Nintendo DS.
The server side is made of a python JSON RPC library [pyjsonrpc](https://github.com/mlunnay/nds_rpc/tree/master/pyjsonrpc), and a development server [ndsdevelserver](https://github.com/mlunnay/nds_rpc/tree/master/ndsdevelserver) implemented in Python.
[jsonrpc](https://github.com/mlunnay/nds_rpc/tree/master/jsonrpc) is a C++ library for calling JSON RPC methods on the remote server via the Nintendo DS's WIFI. This requires DevkitARM, and [MinGW](http://www.mingw.org/) no Windows to build.