| View previous topic :: View next topic |
| Author |
Message |
dagowatt
Joined: 26 Jun 2006 Posts: 26 :
Items
|
Posted: Mon Jun 26, 2006 1:00 pm Post subject: Mac OSX version of nethostfs |
|
|
You can download the Mac OSX version of this cool utility:
http://wattks.extra.hu (Left side panel: Mac OS X - PSP)
0.03B:
- Show the correct filesize,
- File / Dir Copy from MS0:
- Launch HomeBrew Application from server
Bugs:
- You can not open TXT-s direct from server, because you watch approx 1/4 file in Bookr. (Copy .txt from server to MS0: and open from ),
- UnZip not work
History:
0.02B:
- You can watch the Dirs (you can open and browse them, NO 0 size Dirs)
- Open .mp3, .jpg from server,
- File / Dir Copy to MS0:,
- Dir Create / Remove / Rename,
- File Delete / Rename
Bugs:
- You can not open TXT-s direct from server, because you watch approx 1/4 file in Bookr. (Copy .txt from server to MS0: and open from ),
- Copy from MS0: to server working incorrect (You will get 4 times bigger Text file..... ),
- No filesize,
0.0.1B:
- server runing,
- PSP can connect to MAC (NO ERROR),
- server send the correct filelist.
bugs:
- server can not send the correct file size, every file is 0 byte
- server can not send data (every sent txt/data is corrupted.)
Greetings to
ahman, Dark_Alex, Ray^TRY
Last edited by dagowatt on Sat Sep 09, 2006 4:20 pm; edited 2 times in total |
|
| Back to top |
|
 |
ahman Site Admin

Joined: 17 Feb 2006 Posts: 1527 : Location: Antarctica
Items
|
Posted: Mon Jun 26, 2006 2:08 pm Post subject: |
|
|
Very nice! I think most of the problems are caused by byte ordering & alignment. _________________ iR Shell Homepage
www.irshell.com |
|
| Back to top |
|
 |
dagowatt
Joined: 26 Jun 2006 Posts: 26 :
Items
|
Posted: Mon Jun 26, 2006 7:55 pm Post subject: |
|
|
The first biggest problem was (process_iowrite):
SEND_RETURN(write(files_table[params.fd].fd, buf, params.len )); -> NOT WORK ON MAC!
change this line to:
received=write(files_table[params.fd].fd, buf, params.len );
SEND_RETURN(received);
I spent a night to fix it...  |
|
| Back to top |
|
 |
dagowatt
Joined: 26 Jun 2006 Posts: 26 :
Items
|
Posted: Mon Jun 26, 2006 9:47 pm Post subject: |
|
|
New version available:
http://wattks.extra.hu (Left side panel: Mac OS X - PSP)
0.04B:
- Bookr works,
Bugs:
- Only Make / Copy 1 Dir or Dir/file in server. (f.e.: Copy MS0:/Dir/Dir/File to Mac -> nethostfs:/Dir/Dir )
- Not allowed to copy Files /Dirs nethostfs to nethostfs
- Zip / Rar bugs
Last edited by dagowatt on Sat Sep 09, 2006 4:21 pm; edited 2 times in total |
|
| Back to top |
|
 |
dagowatt
Joined: 26 Jun 2006 Posts: 26 :
Items
|
Posted: Fri Jun 30, 2006 8:56 am Post subject: |
|
|
New version available:
http://wattks.extra.hu (Left side panel: Mac OS X - PSP)
v0.5B:
- Copy / Delete bugs fixed
Bugs:
- Zip / Rar bugs 
Last edited by dagowatt on Sat Sep 09, 2006 4:21 pm; edited 1 time in total |
|
| Back to top |
|
 |
Dark_NZ
Joined: 28 Aug 2006 Posts: 6 :
Items
|
Posted: Mon Aug 28, 2006 4:26 pm Post subject: |
|
|
I cannot for the life of me get this to work on my mac, when I run it on the mac and then run the netconnect on my PSP my computer goes:
Accepted new connection from IP 192.168.0.2
Adding multi-session for IP 192.168.0.2
Adding multi-session for IP 192.168.0.2
Adding multi-session for IP 192.168.0.2
Hello
and then my psp continues to say connecting to WIFI please wait untill i close the PC end of the connection or reset the PSP. Will there be an update for this to correct the problem? |
|
| Back to top |
|
 |
dagowatt
Joined: 26 Jun 2006 Posts: 26 :
Items
|
Posted: Mon Aug 28, 2006 4:30 pm Post subject: |
|
|
| Ok, which PSP program did you use? |
|
| Back to top |
|
 |
Dark_NZ
Joined: 28 Aug 2006 Posts: 6 :
Items
|
Posted: Mon Aug 28, 2006 4:44 pm Post subject: |
|
|
what do you mean by which psp program?, the program on the computer or the irshell version
lets cover both:
irshell 2.0
nethostfs_MAC |
|
| Back to top |
|
 |
ahman Site Admin

Joined: 17 Feb 2006 Posts: 1527 : Location: Antarctica
Items
|
Posted: Mon Aug 28, 2006 5:49 pm Post subject: |
|
|
Dark_NZ, iR Shell 2.0 only works with the newest nethostfs 1.3. I believe the MAC version was based on an older release of nethostfs 1.2. I haven't released the source code on 1.3 yet as the source code now contains the encryption algorithm which I used to implement challenge/response protection. I need to think of a way to release the source code without compromising the security. Until then, you need a Windows or Linux PC, or you'll have to stick with the previous iR Shell 1.6 release. _________________ iR Shell Homepage
www.irshell.com |
|
| Back to top |
|
 |
dagowatt
Joined: 26 Jun 2006 Posts: 26 :
Items
|
Posted: Sat Sep 09, 2006 4:29 pm Post subject: |
|
|
Here is the first BETA version of new nethostfs 1.5. Tested with iR 2.1
There are some bug:
- if you listen to a .mp3, you can not open .jpg
and maybe more....
Please test it.
You can download from:
http://wattks.extra.hu (Left side panel: MacOS X - PSP)
Source included, I made the source UB ready. |
|
| Back to top |
|
 |
ahman Site Admin

Joined: 17 Feb 2006 Posts: 1527 : Location: Antarctica
Items
|
Posted: Sat Sep 09, 2006 5:19 pm Post subject: |
|
|
Wow, that's lightning fast. Thanks for your hard work. _________________ iR Shell Homepage
www.irshell.com |
|
| Back to top |
|
 |
Dark_NZ
Joined: 28 Aug 2006 Posts: 6 :
Items
|
Posted: Mon Sep 11, 2006 4:22 pm Post subject: |
|
|
Bugs found:
When MP3's are playing, cannot browse nethost filesystem (everything is blank)
MP3's in playlist do not occur one after the other, instead pausing and waiting for you to press next track each time
When an MP3 in the playlist finishes, and doesnt go to the next song, if you switch to directory view at that point irshell freezes up and has to be reset
All these to MP3's located on the Host system (A mac) using adhoc networking |
|
| Back to top |
|
 |
dagowatt
Joined: 26 Jun 2006 Posts: 26 :
Items
|
Posted: Mon Sep 11, 2006 7:52 pm Post subject: |
|
|
I don't know why do this. But another known bug: while playing mp3, you can not open .jpg file. You get Invalide file message?!?!
I work hard to fix it.
Another bug, the mp3 playing lagging.... |
|
| Back to top |
|
 |
musicchamber
Joined: 13 Sep 2006 Posts: 6 :
Items
|
Posted: Wed Sep 13, 2006 2:18 am Post subject: |
|
|
Hello..Everyone...
I used another way to modified the 1.5 source code of nethostfs.
It had the same problems.
But it still be able to browse files when playing mp3.
By the way, it still can't played pmp movies through nethostfs.
I always showed that "invalid tot_size"!!
Universal Binary:
http://www.upload-share.com/d072a84a3b97af050ffd0906e9309d22
How to use:
In terminal and type "./nethostfs" |
|
| Back to top |
|
 |
StompSuckers
Joined: 13 Sep 2006 Posts: 2 :
Items
|
Posted: Wed Sep 13, 2006 8:14 am Post subject: NetHostFS Universal Binary |
|
|
Musicchamber, Appreciate the hard work in making NethostFS a UB but it doesn't work for me for some reason:
nethostfs v1.5 starting up, maximum of 20 PSPs allowed
Listening for incoming connections...
New connection arriving...
Accepted reconnection from IP 0.0.0.0
New connection arriving...
Adding multi-session for IP 0.0.0.0
New connection arriving...
Adding multi-session for IP 0.0.0.0
New connection arriving...
Adding multi-session for IP 0.0.0.0
Creating child for index #0...
Assigning pid (396) to index #0
cmd = 00DA5800
cmd [0] sock [4]: 00DA5800
Unknown command: 0x0058DA00
Unknown command [0] sock [4]: 0x0058DA00
This is the output in terminal AFTER I initiate a connection, then it freezes with "initiating wifi, pls wait..." in iR Shell. I hit Ctrl-c on keyboard then iR Shell responds with "Error: Can't connect to Network Host". I know the non-UB version 1.5 works with MacIntel for wifi connection and browsing the host via the PSP but not for running homebrew without 800200d9 error. Same?
p.s. I am now using iR Shell 2.2 but it was the same in 2.1 as well. |
|
| Back to top |
|
 |
| |
|