Forum: PS3 Technical Development - Topics relating to Playstation 3 Technical development ONLY! Read and discuss the latest Cobra USB updates, tutorials and explanations or find out about bluray drive bypass firmwares plus much more.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: Anyone want to create an app to load games over ethernet ?
  

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15
  1. #1 Anyone want to create an app to load games over ethernet ? 
    sorrowuk is offline Member
    Join Date
    Aug 2010
    Posts
    371
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    2
    Ethernet will be fast enough to load games over it with no stuttering.

    If we can load games over ethernet it means we sort of have NTFS as we can have all our games on a networked hdd or computer and stream from them. Even if files are over 4gb.

    If anyone wants to try it , a good place to start is PS3LOAD

    Source - https://github.com/HACKERCHANNEL/PSL.../source/main.c

    PS3LOAD allows you to load self's over the network, so you put need to make a few modifications.

    Then you would just need to have a backup manager read the networked path and set it to dev_bdvd

    For example:

    Instead of the backup manager redirecting dev_bdvd to ----> dev_hdd0/GAMES/BLESXXXXX and playing.

    You would just need to get the network initialized and then set the path for the game folder and do the same thing:

    dev_bdvd -----> network/GAMES/BLESXXXXX and it should work fine.
    Reply With Quote  

  2. #2  
    chesh's Avatar
    chesh is offline New Moderator on the block
    Join Date
    Sep 2006
    Location
    Spokane
    Posts
    5,197
    Downloads
    1
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    33
    Likes Received
    124
    I believe deank started working with this and nethost (much like how you'd load .iso files off your computer in the PSP days). I know you can stream pictures and music to your PS3 via multiman and it.
    Reply With Quote  

  3. #3  
    Wutangrza's Avatar
    Wutangrza is offline Member
    Join Date
    Dec 2010
    Posts
    488
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    12
    NFS support would be nice
    Reply With Quote  

  4. #4  
    Da_JoJo is offline Member
    Join Date
    Nov 2010
    Posts
    21
    Downloads
    7
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    using ps3 native filesystem on a ext drive would be better and have more chance of succeeding.
    Reply With Quote  

  5. #5  
    idem01 is offline Banned
    Join Date
    Jan 2011
    Posts
    70
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    To my understanding, in case of BD => HDD hack, only the "open file" call is patched. In case of "over ethernet" you also need to hook read requests. If that is achieved, it should be possible to access split files on fat32 as if there were one, there is nothing magical about it.
    Reply With Quote  

  6. #6  
    reldas is offline Member
    Join Date
    Sep 2010
    Posts
    172
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    i would love this, lol just i stored a second backup of my games on my server, loading them of over a gigabit network would be awesome. please someone do this lol
    LOL --- http://www.youtube.com/watch?v=3AzpByR3MvI
    Reply With Quote  

  7. #7  
    JEB101 is offline Can't we all just get abong?
    Join Date
    Jan 2011
    Location
    Canada
    Posts
    275
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    19
    Likes Received
    10
    Quote Originally Posted by idem01 View Post
    To my understanding, in case of BD => HDD hack, only the "open file" call is patched. In case of "over ethernet" you also need to hook read requests. If that is achieved, it should be possible to access split files on fat32 as if there were one, there is nothing magical about it.
    If true network boot would be implemented there would be no need for 4GB files / splitting because the file system on your computer does the work, your PS3 just asks for the info and off it goes..

    I'm not sure, but if we would want to be able to load things like this from the network, wouldn't be need full access to the network stack? Isn't that encrypted?
    Quote Originally Posted by DeadMan2011 View Post
    In 3.50 Sony Close Usb Port So JailBreak Stop
    Just We Can JailBreak Ps3 From Hdmi Because Hdmi Start Berfore Ps3
    Quote Originally Posted by Rzarector View Post
    here's a fun fact: without macs you wouldn't have a MAC address.
    Reply With Quote  

  8. #8  
    jawgee is offline Member
    Join Date
    Sep 2010
    Posts
    56
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    4
    Likes Received
    0
    I would like to see this feature as well.

    Thanks,
    jawgee
    Reply With Quote  

  9. #9  
    reldas is offline Member
    Join Date
    Sep 2010
    Posts
    172
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by JEB101 View Post
    If true network boot would be implemented there would be no need for 4GB files / splitting because the file system on your computer does the work, your PS3 just asks for the info and off it goes..

    I'm not sure, but if we would want to be able to load things like this from the network, wouldn't be need full access to the network stack? Isn't that encrypted?

    but now that the ps3 is open, surely all it would take it some smart person to unencrypt it or patch it some how.

    ( i have no idea what i am talking about lol)

    like seeing what people have done with the ps3 so far, i am thinking its not a massive task to do, its a big task but not a massive one
    LOL --- http://www.youtube.com/watch?v=3AzpByR3MvI
    Reply With Quote  

  10. #10  
    reldas is offline Member
    Join Date
    Sep 2010
    Posts
    172
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    bump

    just wondering if anyone thought to try and get this going, i think it would be awesome for the people that have dead bluray drives and people like me that have a server and keep backups on it.
    LOL --- http://www.youtube.com/watch?v=3AzpByR3MvI
    Reply With Quote  

Page 1 of 2 1 2 LastLast
Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •