It’s been a while since I started this project (and finished it), but it wasn’t until now I took the time to put the footage and some comments together
The basic idea layout I started with: USB gamepad > laptop (Linux) > WiFi > WRT54GS (router) > SSC-32 > car
And as time went I added a few more ideas
youtube.com/watch?v=oNutLzHfs2E
Here’s the bash code on the computer side if anyone is interested:
pastebin.com/V7pFXMsH
pastebin.com/D00SZjkW
And the startup scripts code for the router:
ncstart
#!/bin/sh
while true; do
nc -l 313 > /dev/tts/1
done
setstty
#!/bin/sh
stty -F /dev/tts/1 115200 min 0 time 0 ignbrk icrnl -opost -isig -icanon -iexten -echo noflsh