PDA

View Full Version : PSPSSH : SSH2 Client for PSP v1.1.1 (IR 3.80 & 3.90)



zx-81
May 1st, 2008, 15:13
http://zx81.zx81.free.fr/images/pspssh-snap-v6.jpg

Hi All,

For those who haven't seen the previous version, Dropbear is a small SSH2 Server
and Client running on a variety of POSIX-based platforms.
It has been mainly developed by Matt Johnston
(see http://matt.ucc.asn.au/dropbear/dropbear.html )

PSPSSH is a port of the version 0.48.1 to the PSP.

This ssh client gives you a remote access to your PC (if you have a SSH server installed
of course), and you can then enter commands and run scripts as if you were directly
in front of your PC.

This software is usefull for linux users who might want to connect to their PC/server from
anywhere using a wifi connection, and then read their mail using text based tool
such as pine, elm or mutt, run text irc client, watch log files, edit configuration files,
restart services etc ...

* Change log : *

What's new in version 1.1.0 & 1.1.1 :

- Fix IR keyboard issue with fw >= 3.80 for FAT PSP
(thanks to Angelo)
- It has been tested sucessufully tested on:
. SLIM 3.90-m33 (thanks to Greg from psp-hacks)
. FAT 3.90-m33
. FAT 1.5 (addon for 3.90-m33)
- Increaze heap memory for fw3.x
- Code cleaning


* Credits and license : *

The terminal Vt100 emulation part of PSPSSH is based on the work of Danzel for his Telnet client for PSP.

The IR keyboard support is based on the work of Harald Fielker (author of the PSP IR Keyboard Library)

This software is distributed under several open-source/free software licenses, and mainly
the MIT/X Consortium License.

See LICENSE.txt file for all details and information about it.

It has been developed on linux for Firmware 1.5 and 3.80-m33 and 3.90-m33
on both FAT and SLIM PSP.

For the IR keyboard part it has been tested using a Targus Universal IR Wireless keyboard.

How to use it ? Everything is in the README.txt file.

* Download : *

http://zx81.zx81.free.fr/

Thanks to Matt Johnston for Dropbear, to Danzel and Jeff Chen for their virtual keyboard,
thanks once more to Danzel for the VT100 emulation, and thanks to all PSPSDK coders.

Enjoy,

Zx

Download And Give Feedback via Comments

gallium
August 18th, 2008, 16:11
I'm trying to compile the src files using Makefile-3.x, but the compiled eboot.php is 877kB rather than 1.02MB which is provide by you. And my compiled version cannot run on PSP. The screen will become black and then quit. My PSP version is 3.90-M33-3.

I have reinstalled the toolchain and sdk. To compile pspssh, I installed the libraries: SDL, SDL_image, SDL_mixer, SDL_ttf, freetype, jpeg, libpng, pspirkeyb, zlib.
And the gcc version is
gcc version 4.1.0 (PSPDEV 20060507)

Do you have any idea about what's going on here?

Thank you very much!

zx-81
August 18th, 2008, 16:23
you can try using my pre-compiled sdk version for linux :
http://dl.free.fr/j0zKyKD8z/pspdev-gcc410.tar.bz2

gallium
August 19th, 2008, 03:20
you can try using my pre-compiled sdk version for linux :
http://dl.free.fr/j0zKyKD8z/pspdev-gcc410.tar.bz2

Cool! That works! Thank you!!!

btw: how do you compile the sdk such that it works?

zx-81
August 22nd, 2008, 12:48
i don't know why it doesn't work for you ... i've just compile it on my fedora core PC