deanhuff

Results 5 issues of deanhuff

I'm using websocat to grab local UDP multicast traffic and make it available to webpages via wss like so: ``` websocat -Et --pkcs12-der=/data/mykeystore.pkcs12 wss-l:192.168.1.100:1234 reuse:udp-l:0.0.0.0:30000 --udp-multicast=224.223.222.221 --udp-multicast-iface-v4=127.0.0.1 --udp-reuseaddr ``` Do...

I don't fully understand how the crank knows how to simulate a start or select press. Can you make it when the crank moves across 0 (either clockwise or counter...

The team that works on porting NES & GB to the Super Mario G&W hardware has already done a lot of work to get the emulators running on that hardware....

I have a mbtiles file that I'd like to cut into smaller files mbtiles files by specifying lat/long bounding box. I attempted to use the following but it did not...

I have no idea how cheats work from a coding perspective. But it would be cool if I could cheat with game genie codes in nes.

enhancement