Difference between revisions of "Homebrew Applications"

From 3dbrew
Jump to navigation Jump to search
(Created page with "== ARM11 Userland == {| class="wikitable" border="1" ! Category ! Name ! Description ! Author |- | Game | [https://github.com/smealum/yeti3DS yeti3DS] | | Smea...")
 
Line 13: Line 13:
 
| Network media server / tool
 
| Network media server / tool
 
| [https://github.com/yellows8/ctr-streaming-server ctr-streaming-server]
 
| [https://github.com/yellows8/ctr-streaming-server ctr-streaming-server]
|  
+
| This is a server which runs on a 3DS, which receives audio/video for playback. This can also send [[HID_Shared_Memory|HID]] state to the client(see the README), when enabled. The included parse_hidstream tool can be used to parse that HID data to simulate keyboard/mouse input events, via Linux uinput.
 
| [[User:Yellows8|Yellows8]]
 
| [[User:Yellows8|Yellows8]]
 
|}
 
|}

Revision as of 07:06, 21 August 2014

ARM11 Userland

Category Name Description Author
Game yeti3DS Smea
Network media server / tool ctr-streaming-server This is a server which runs on a 3DS, which receives audio/video for playback. This can also send HID state to the client(see the README), when enabled. The included parse_hidstream tool can be used to parse that HID data to simulate keyboard/mouse input events, via Linux uinput. Yellows8

ARM9

Category Name Description Author