IOP Prgramming samples

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
apache37
Posts: 76
Joined: Fri Jun 04, 2004 3:13 pm

IOP Prgramming samples

Post by apache37 »

I'm looking for some simpls examples for writing IOP modules. I have been able to make my own IRX and set a thread in it to run. What I'm looking for are the ways to create ee side rpc interface as well as writing to memory from ee to iop and back. I'm not that great a C programmer so far and I tried looking at the pcm player and mod player but I cannot full comprehend the data transfers and rpc calls.
Oobles
Site Admin
Posts: 347
Joined: Sat Jan 17, 2004 9:49 am
Location: Melbourne, Australia
Contact:

Post by Oobles »

Have a look through ps2sdk. There are various IOP modules you can look at. For a full RPC server I suggest looking at ps2ips.irx in ps2sdk. ps2ips is the server side rpc for ps2ip.irx.
Post Reply