ps2dev / ps2link

PS2-side boot loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ps2link port number(s) and type (UDP/TCP)

browntownington opened this issue · comments

Hi, what port number does ps2link listen on and what type of traffic is it (UDP/TCP)?
I need to create some port translations but cannot find the port information anywhere.
Thanks :)

Here you have it!

#define PKO_PORT 0x4711
#define PKO_CMD_PORT 0x4712
#define PKO_PRINTF_PORT 0x4712

And as the readme says:

PS2Link is a 'bootloader' which, used together with an Ethernet driver and a TCP/IP stack, enables you to download and execute software on your PS2.

So I would say that it is TCP

Thanks