/GameBoyRelay

A GameBoy Relay over Internet

Primary LanguageJavaScript

GameBoyRelay

A GameBoy Relay over Internet

What do you need

hardware :
  • one raspberry pico coupled with stacksmashing board,
  • one link câble,
  • one cable to connect pico to PC.
  • one gameboy,

software :

  • gb firmware (act a relay from GB to PC), put the firmware in your pico
  • connect to the web interface (link given when tests will be OK)
  • select your gameboy with webusb
  • connect as Master or Client (wait for the other gameboy)
  • ... enjoy :)

ReactJS project :

./WebInterface/
npm install
npm run build
HTTPS=true npm start


Python server :

./
pip3 install (required dependancies)
python3 server.py

P.S.

Don't forget to change the IP/Ports used (wether it's local or only).