forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Impending ps2client v3.0.0 release.

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PS2 Development
View previous topic :: View next topic  
Author Message
ooPo
Site Admin


Joined: 17 Jan 2004
Posts: 2032
Location: Canada

PostPosted: Fri Apr 01, 2005 4:42 pm    Post subject: Impending ps2client v3.0.0 release. Reply with quote

After getting off my arse lately and actually coding, I decided to finish off the improvements I had been making to ps2client. The main difference is the use of threads for the networking code. It should be snappier than ever before.

The other big difference is the dropping of ps2netfs support. That's not to say ps2netfs is bad - in fact I like it a lot. It just doesn't fit into what ps2client was supposed to be and was always kinda wedged-in. It really needs a good gui client written for it and unfortunately that isn't my specialty.

So anyway, the changes are in cvs. If anyone can grab it and give it a try, I'd appreciate it.
Back to top
View user's profile Send private message Visit poster's website
Guest






PostPosted: Fri Apr 01, 2005 4:53 pm    Post subject: Re: Impending ps2client v3.0.0 release. Reply with quote

ooPo wrote:
After getting off my arse lately and actually coding, I decided to finish off the improvements I had been making to ps2client. The main difference is the use of threads for the networking code. It should be snappier than ever before.


Hah! Thats a good one! :)
Back to top
ooPo
Site Admin


Joined: 17 Jan 2004
Posts: 2032
Location: Canada

PostPosted: Fri Apr 01, 2005 4:59 pm    Post subject: Reply with quote

The real april fool is you, gorim. YOU!!!!!!
Back to top
View user's profile Send private message Visit poster's website
emoon



Joined: 18 Jan 2004
Posts: 91
Location: Stockholm, Sweden

PostPosted: Fri Apr 01, 2005 9:51 pm    Post subject: Reply with quote

I totally disagree with removing ps2netfs and that it doesnt fit (even
if you decide to remove it, atleast make a branch/tag of the code in the cvs
so you can grab 2.0 without any trouble)

I used it all the time for data syncing to the hdd when i coded the demo.
I had a set of script files i just ran to sync the data over to the hdd.

If you want gui you can just load ps2ftpd instead and use your fav ftpclient.

.emoon
Back to top
View user's profile Send private message Visit poster's website
Drakonite
Site Admin


Joined: 17 Jan 2004
Posts: 989

PostPosted: Fri Apr 01, 2005 9:56 pm    Post subject: Reply with quote

emoon: maybe you missed it or he changed his mind, but earlier oopo mentioned removing ps2netfs support and giving it it's own program... which makes sense to me.

I do agree... I don't want to see only gui clients, though having a gui client would be spiffy.
_________________
Shoot Pixels Not People!
Makeshift Development
Back to top
View user's profile Send private message Visit poster's website
pixel



Joined: 30 Jan 2004
Posts: 791

PostPosted: Fri Apr 01, 2005 10:34 pm    Post subject: Reply with quote

I've been always annoyed with a small "problem". I know there's quite nothing to do about it, but, well :)

It happens me all the time to let a ps2client running into the background, then I switch the console off and on 'coz my software hung it up, and then I run another ps2client. The problem is it can't open the tty since the udp port is still occupied by the previous one. Well, what would be good is that instead of only warning that it can't open the udp port for that, it should generates an error and exit. Or maybe offering that as an option.
_________________
pixel: A mischievous magical spirit associated with screen displays. The computer industry has frequently borrowed from mythology. Witness the sprites in computer graphics, the demons in artificial intelligence and the trolls in the marketing department.
Back to top
View user's profile Send private message
Lukasz



Joined: 19 Jan 2004
Posts: 248
Location: Denmark

PostPosted: Sat Apr 02, 2005 12:48 am    Post subject: Reply with quote

Maybe you can fix the "ps2client -h" segment fault aswell :)

Edit:

And fix the segment fault on 0 arguments (3.0.0)

And just a question, where has all the "help" text gone and why is it gone?

Nice april fool joke changing default ip from 192.168.0.10 to 192.168.1.10 :)
Back to top
View user's profile Send private message Visit poster's website
ooPo
Site Admin


Joined: 17 Jan 2004
Posts: 2032
Location: Canada

PostPosted: Sat Apr 02, 2005 2:15 am    Post subject: Reply with quote

oog, argh, gragh!

emoon: Yes, v2.0 has been tagged in cvs since its release. I use ps2netfs a bit myself for putting things on memorycards. Good to finally hear I'm not the only person using it. :) Like I said, though... I'll probably whip up a separate client for it soon enough.

pixel: instead of exiting the program, it should just keep going if it can't open that port? hmm...

lukasz: bugs! help missing! they'll be fixed! :)

At home I use 192.168.100.10, so when I chopped it off for the commit I left the wrong number there. Oops. :)
Back to top
View user's profile Send private message Visit poster's website
ooPo
Site Admin


Joined: 17 Jan 2004
Posts: 2032
Location: Canada

PostPosted: Sat Apr 02, 2005 12:41 pm    Post subject: Reply with quote

Ok, its been updated with those bugs fixed and readdir support added. I'm going to let it sit for a few days and see what other bugs pop up.
Back to top
View user's profile Send private message Visit poster's website
Lukasz



Joined: 19 Jan 2004
Posts: 248
Location: Denmark

PostPosted: Sat Apr 02, 2005 8:38 pm    Post subject: Reply with quote

Ive compiled the updated version and it works much better than the 2.0.0 version, it now captures this

Code:

ps2client reset
ps2client -t 3 execee host:playsample.elf
tty mounted
host: mounted
IOP cmd thread started
Naplink thread started
loadmodule: id 29, ret 0
open name mc0:conf.dat flag 1 data 41378
open fd = -19
EE: Cmd thread


Earlier when I reset, I sometimes wouldn't be able to execute directly afterwards because the PS2 wasn't "ready" yet and I would never get the IOP cmd thread started etc. output

What I am trying to say is, nice job ooPo :)
Back to top
View user's profile Send private message Visit poster's website
ooPo
Site Admin


Joined: 17 Jan 2004
Posts: 2032
Location: Canada

PostPosted: Sat Apr 02, 2005 9:18 pm    Post subject: Reply with quote

Ahh yes, so this is what praise is like... its been so long. :)
Back to top
View user's profile Send private message Visit poster's website
ooPo
Site Admin


Joined: 17 Jan 2004
Posts: 2032
Location: Canada

PostPosted: Mon May 16, 2005 3:21 pm    Post subject: Reply with quote

I finally got around to start with ps2netfs support. It is in cvs now and untested because my ps2 was hooked up to the hdtv for some Tekken 5 action on the weekend and I'm too lazy to move it. :)

The ps2client project now contains two clients: ps2client and fsclient. Commands (copyto/etc) should work like they did before.

Feel free to test and post what I've broken.

If not, I'll do it myself tomorrow anyway.
Back to top
View user's profile Send private message Visit poster's website
ooPo
Site Admin


Joined: 17 Jan 2004
Posts: 2032
Location: Canada

PostPosted: Tue May 17, 2005 9:10 am    Post subject: Reply with quote

Tested, it runs fine. Expect to see a 3.0.0 tag in cvs soon.
Back to top
View user's profile Send private message Visit poster's website
Drakonite
Site Admin


Joined: 17 Jan 2004
Posts: 989

PostPosted: Mon Jan 02, 2006 2:35 pm    Post subject: Reply with quote

Has it been soon yet?
_________________
Shoot Pixels Not People!
Makeshift Development
Back to top
View user's profile Send private message Visit poster's website
ooPo
Site Admin


Joined: 17 Jan 2004
Posts: 2032
Location: Canada

PostPosted: Mon Jan 02, 2006 2:44 pm    Post subject: Reply with quote

Not yet. Check back in 2007.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PS2 Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group