Commit graph

206 commits

Author SHA1 Message Date
itsmattkc
6827fa3172 install rpi frontend target 2024-10-16 15:05:47 -07:00
itsmattkc
b3692520b7 add some more debugging stuff to rpi frontend 2024-10-16 15:05:37 -07:00
itsmattkc
e2c3515e46 added more debug info to gamepad.c 2024-10-16 15:05:04 -07:00
itsmattkc
c3e716e3e0 create dockerfile for cross-compiling to rpi 2024-10-16 15:04:55 -07:00
itsmattkc
0c1b72f269 add buildpi/ to gitignore 2024-10-16 15:04:43 -07:00
itsmattkc
7f272fd608 Merge branch 'event-loop' into rpi-eventloop 2024-10-14 13:34:43 -07:00
itsmattkc
4c903aba97 add test code 2024-10-14 13:33:43 -07:00
itsmattkc
861a6560fe connect pipe closed signal to backend's 2024-10-14 12:05:02 -07:00
itsmattkc
1d41c1e431 actually make this stuff work 2024-10-14 12:04:22 -07:00
MattKC
39fb9da8ae initial event loop implementation 2024-10-14 03:09:20 -07:00
MattKC
92b5ffb5b1 don't block when using vanilla_start 2024-10-14 00:52:57 -07:00
itsmattkc
cd63e3a650 minor code improvements 2024-10-10 18:03:11 -07:00
itsmattkc
fda77714d8 use SDL for YUV instead of AVFilter :) 2024-10-10 17:20:28 -07:00
itsmattkc
8d9c2d5080 video decoding working! 2024-10-10 17:14:31 -07:00
itsmattkc
d93d7e14ff add error handling code for pipe socket 2024-10-10 17:14:08 -07:00
itsmattkc
54b3f16f2b Merge branch 'master' into rpi 2024-10-10 16:38:49 -07:00
itsmattkc
0860076f66 started work towards h264 decoder 2024-10-10 16:32:12 -07:00
itsmattkc
42223f55e9 lib: resend until pipe acks 2024-10-09 11:58:34 -07:00
itsmattkc
404c758322 fixed UI issues with new pipe system 2024-10-09 11:42:21 -07:00
itsmattkc
f3c01ed5b0 Merge branch 'pipe-rewrite' 2024-10-09 09:54:39 -07:00
MattKC
93b45187f1 Merge remote-tracking branch 'origin/pipe-rewrite' 2024-10-09 09:36:49 -07:00
VoxelTek
cb31a2745a
Minor additions to README.md, to better assist with compilation (#45)
* Add FindFFmpeg.cmake, to fix Ubuntu FFmpeg errors

* Rename "finders" to "cmake"

* Add Qt minimum version message

* I am an idiot, fix CMakeLists.txt

* Fix unicode, to fix monochrome text-style for sync icons

* Fix text-style for backspace and empty

* Expand compilation instructions

- Add build packages to dependencies list for each OS
- Consolidate two commands into "mkdir build && cd build"
- Add command for installing Vanilla
2024-10-08 21:17:39 -07:00
UwUnyaa
5b3e3ca953
implement a TV button (#43) 2024-10-08 21:17:01 -07:00
itsmattkc
b2eaac33fd started rpi app 2024-10-04 16:25:42 -07:00
itsmattkc
702f637248 send sync/command opcodes over UDP so pipe can be controlled by the frontend 2024-09-18 11:57:38 -07:00
itsmattkc
d80bb9c6f4 separate sps/pps data 2024-08-21 09:31:07 -07:00
itsmattkc
ef1a06af27 delete backend later 2024-08-13 13:45:52 -07:00
itsmattkc
39ae7eeb0f use old code for now 2024-08-13 12:55:18 -07:00
itsmattkc
98ac4e9d71 add additional way to exit pipe 2024-08-13 12:26:46 -07:00
itsmattkc
1cc823c8ba fixed new system 2024-08-12 21:51:20 -07:00
MattKC
487a342084 attempt to implement system that waits for video packets 2024-08-12 21:16:59 -07:00
itsmattkc
e723064c0d various improvements to the new pipe system 2024-08-12 20:22:51 -07:00
itsmattkc
54deb98648 more work towards pipe 2024-08-10 13:13:21 -07:00
itsmattkc
45d95cca47 allow setting IP 2024-08-06 03:11:25 -07:00
itsmattkc
627fa4e82b comment out debug line 2024-08-05 23:32:52 -07:00
itsmattkc
2b770714b0 reroute so only the console's IP address goes through the wifi adapter
This is a true fix/workaround for #54, we configure the routing so only packets destined for 192.168.1.10 (the Wii U's hardcoded IP) go through the wireless interface and all other traffic goes through the regular gateway.
2024-08-05 23:32:43 -07:00
itsmattkc
e5e8a2820b Update run.sh 2024-08-05 00:42:36 -07:00
itsmattkc
8dc7aef66d shifted all connection functionality into pipe 2024-08-05 00:38:26 -07:00
itsmattkc
ce98f9d923 started pipe rewrite 2024-08-04 16:58:26 -07:00
MattKC
64de9e9b08 rework UDP backend for more event based system 2024-08-04 14:36:55 -07:00
itsmattkc
195e314c9b add UDP address dialog 2024-08-04 12:34:13 -07:00
itsmattkc
e1ae80326f fixed bug 2024-08-04 11:28:08 -07:00
MattKC
27f9e680c3 switch to non-blocking approach for localroot backend 2024-08-04 10:53:03 -07:00
MattKC
fe6261ba04 switch pipe to use local unix socket instead of named pipe 2024-08-04 10:53:03 -07:00
MattKC
c54c267ce4 lib: print more debug info 2024-08-04 10:53:03 -07:00
MattKC
9673e8cbbb fix bugs in UI backend 2024-08-04 10:53:03 -07:00
MattKC
6290f18769 implemented UDP mode 2024-08-04 10:53:03 -07:00
MattKC
f26d42ce14 add udp socket mode to pipe 2024-08-04 10:53:03 -07:00
itsmattkc
9b849186f6 implement more opcodes
Fixes #48
2024-08-03 13:50:53 -07:00
MattKC
89be691b5b move cli test app to different folder 2024-07-24 15:04:22 -07:00