hello nesdev ^^
maybe this is interesting for some of you :>
it's an open source snes network adapter, with some server/homebrew example
SNESnet is using a NM7010B+ modul from Wiznet. (compatible with w5xxx chips)
It communicates through two (Pin 25/26) of the eight (Pin 19-26) cpu-io bit, that are available on the controller ports.
Details
Download:
https://github.com/saturnu/snesnet
This is a screenshot, which captures a real snes and the java server debug output.
(the demo homebrew/server is on github, too)
bsnes-plus + vsnesnet
the github repository features a bsnes-plus patch and a simulator called vsnesnet, it's compatible with
the hardware implementation and could be used for development.
greetings saturnu
maybe this is interesting for some of you :>
it's an open source snes network adapter, with some server/homebrew example
SNESnet is using a NM7010B+ modul from Wiznet. (compatible with w5xxx chips)
It communicates through two (Pin 25/26) of the eight (Pin 19-26) cpu-io bit, that are available on the controller ports.
Details
- NM7010B+ Modul
- Atmega168
- can send data from a homebrew to a server (IO-Port)
- can receive data from a server on controller port 2
- is using a dedicated 5v power supply
- demo server in java on github
- crypted password on login
- multiuser server
- auto-reconnect on disconnects
Download:
https://github.com/saturnu/snesnet
This is a screenshot, which captures a real snes and the java server debug output.
(the demo homebrew/server is on github, too)
bsnes-plus + vsnesnet
the github repository features a bsnes-plus patch and a simulator called vsnesnet, it's compatible with
the hardware implementation and could be used for development.
greetings saturnu