Page 1 of 1
online play through system link port
Posted: January 19th, 2017, 11:04 am
by dobsonatorx
I hope this is the correct section to post.
I was woundering if anyone had got a pair of original playstation consoles to connect to each other throught the serial I/O over the internet using a raspberry pi connected to each console through these ports.
Essentially getting the console to have online play.
if this has been done can i be pointed in the right direction.
if not would anyone be able to give it a go.
Re: online play through system link port
Posted: January 19th, 2017, 11:45 am
by Administrator
Yes it's possible, but you'd have to program the Pi obviously to route the serial data over TCP/IP. As for the latency, I'm not sure what the threshold would be before the PSX either generates a timeout exception. Best to check out Lameguy's work
here.
Re: online play through system link port
Posted: January 22nd, 2017, 4:18 pm
by Shendo
I think ESP8266 module would be a good starting point for this.
Re: online play through system link port
Posted: January 24th, 2017, 2:00 am
by dobsonatorx
is there anyone willing to give it ago as im not the best at programming. better with circuits
Re: online play through system link port
Posted: January 24th, 2017, 5:42 am
by likeabaus
Matt wrote:Yes it's possible, but you'd have to program the Pi obviously to route the serial data over TCP/IP. As for the latency, I'm not sure what the threshold would be before the PSX either generates a timeout exception. Best to check out Lameguy's work
here.
I highly doubt system link games have a ping limit on psx/ps1/psone. Ik for a fact that ps2 games don't (I play on xlink kai all the time, doesn't matter how far away the other players are)
However the ps2 uses ethernet for this which is way faster than a puny serial port, so maybe checks were implemented to prevent horrible gameplay over system link in the event that one systemserverly lags the other (due to some sort of underlying hardware fault).
If ping limits are not at play at all, than then theoretically, it "shouldn't" matter how far away the other player is to establish a connection, playability on the other hand, would be a completely different issue. Of course, I've done zero research into how system link works on the original PlayStation, so I'm solely speculating, based on my knowledge of hardware and software (in general) and my experience with xlink kai with the ps2, so take what I'm saying with a grain of salt

Re: online play through system link port
Posted: January 24th, 2017, 12:46 pm
by Administrator
Some games might have a timeout detector in place. Sync issues might also happen if packet data is lost. I doubt the PSX libraries or the programmers actually checked any of that stuff since data failure between consoles would be zero. Games like Destruction Derby might work okay where as others like generic first person shooters will be too difficult to play. Really you'd just have to see what happens, but each game might behave very different is all.