netrpc: add the ability to upload and execute arbitrary C code
commit6e55527fbfaef951090253229593008a89692c35
authorHector Martin <hector@marcansoft.com>
Sat, 1 Jan 2011 22:18:15 +0000 (1 23:18 +0100)
committerHector Martin <hector@marcansoft.com>
Sat, 1 Jan 2011 22:18:15 +0000 (1 23:18 +0100)
tree362c4e7e09ec7d5da2366fe2c862f7db89b4cdf0
parent183f0d26aa8000cdfcd6e9d476c36632a70ca0f8
netrpc: add the ability to upload and execute arbitrary C code
stage2/netrpc.c
tools/netrpc/c_head.h [new file with mode: 0644]
tools/netrpc/c_link.ld [new file with mode: 0644]
tools/netrpc/calltest.py [new file with mode: 0644]
tools/netrpc/netrpc.py