07-25-2014, 05:38 AM -
Regarding Ethernet, every game/homebrew I have seen so far just uses the sys_net module, which is just a wrapper of the lv2 syscalls http://www.psdevwiki.com/ps3/LV2_Functio...t_Syscalls
We haven't implemented those lv2 syscalls either, but we are high-level emulating that module as well (it works just like "sys/socket.h" on Linux, just with few differences SCE introduced just to fuck with us). And it actually works fine for some games. For example, I remember some FTP server homebrew (there was a thread by @ssshadow about it afaik) that you can run on RPCS3, so that any computer in your LAN can access to /dev_hdd0/ via FTP. Sending files is slow as fuck though.
Great , may tcpdump be useful to debug things ?
So yeah, connectivity between PS3s and RPCS3 vía LAN should be possible. However, due to RPCS3s slowness and poor RSX emulation, among several other issues, make that impractical for now.
[/quote]
Another question i have is i own few ps3 (fat 40/60) sata hard drives is it possible to use those as raw device for example ?
We haven't implemented those lv2 syscalls either, but we are high-level emulating that module as well (it works just like "sys/socket.h" on Linux, just with few differences SCE introduced just to fuck with us). And it actually works fine for some games. For example, I remember some FTP server homebrew (there was a thread by @ssshadow about it afaik) that you can run on RPCS3, so that any computer in your LAN can access to /dev_hdd0/ via FTP. Sending files is slow as fuck though.
Great , may tcpdump be useful to debug things ?
So yeah, connectivity between PS3s and RPCS3 vía LAN should be possible. However, due to RPCS3s slowness and poor RSX emulation, among several other issues, make that impractical for now.
[/quote]
Another question i have is i own few ps3 (fat 40/60) sata hard drives is it possible to use those as raw device for example ?