Symbian OS | Pocket PC | Smartphone | Android | BlackBerry | Apple iPhone OS | Java | Mobile Gaming | Linux | Palm | Win CE | Tablet  
     

Free Mobile Software, Themes, Games, Apps for PDA and Smartphones

     
Search by Device
My Device

  
Search by Category
Business & Profession
Databases
Dictionary & Translator
Entertainment
Finance
Games
Healthcare & Medicine
Internet & Communications
Multimedia & Graphics
Organisation & Productivity
Programming & Development
Reading
Science & Education
System Utilities
Themes & Wallpapers & Skins
Travel & Navigation
Search by Platform
Android
Apple iPhone OS
iPad
iPhone
iPod Touch
BlackBerry
Java
Linux
Maemo Nokia Internet Tablet
MeeGO
Sharp Zaurus
Mobile Gaming
Nintendo DS
Playstation 3
Playstation Portable
Wii
Xbox 360
Palm OS
Symbian OS
Series 60
Series 80
Series 90
UIQ
Tablet PC
Windows CE.NET
Windows Mobile Pocket PC
Windows Mobile Smartphone
     


 
 
Peldet




Peldet
Version: 0.8b

Platforms: PSP, Mobile Gaming


Categories: Internet & Communications

Upload date: 23 Dec 11

Developer:

License: Freeware

Downloads: 8

File Size: 200 Kb
Download Free Peldet 



Rating: 0.0/5 (Total votes: 0)




  Peldet

Peldet (PSP Telnet) 0.8b cygwinsux edition.
Coded by Danzel ( http://localhost.geek.nz/telnet/ danzel ATGOESHERELOL localhost.geek.nz )

Thanks to Arwin for P-sprint and to PSPPet for the initial wifi code :)

This uses p-sprint for all text input, so go read up on it at its site:
http://www.niwra.nl/psp/p-sprint-c/doc/index.htm

Usage:
Drop the folder onto your psp like normal.
Load it up, chose a wifi to connect to.
Chose either a site from your favorites or enter in new details and hit start.
Enjoy.

An example favorites file is included (peldetfav.txt)
It goes in the root dir of your memory stick.
Line Format:
eu.undernet.org:6667 irc mynickname #somechan a descriptive string
-- this is an irc favorite for eu.undernet.org on port 6667, with nickname 'mynickname' and channel '#somechan' and the description 'a descriptive string'

mud.rod.org:3000 telnetmud ROD MUD
-- this is a telnet favorite with the description 'ROD MUD', it uses mud style input

my.telnet.shell:23 telnet my telnet
-- this is a telnet favorite with the description 'my telnet', it uses real telnet style input


Supports:
Favorites
Connect to ip/dns
Show the on screen keyboard (R shoulder to show/hide)
VT100 Telnet, IRC

IRC Support:
Works on the servers i've tryed it on (undernet efnet irc2toc)
Should work on most, if you encounter one it doesnt work on please tell me and i'll fix it :)

IRC Commands Supported:
/m nick hello joe : same as /msg on a normal irc client
/q bye everyone : same as /quit
/me shouts lol : action, same as a normal client
Other commands that you enter starting with a / will be sent straight to the server
so if you enter '/join #somechan' it will send 'join #somechan' to the server, this should allow you to enter any command you need to, it'll just get ugly. More commands will be properly implemented in the future. (We only really support you being in one channel, although try join more for some interesting results, lol)

Colors:
Yellow - Server Message
Blue - channel details messsage (Topic, whos in chan)
Green - Action
Purple - Private Message
Grey - Channel Message


Telnet:
Now with 0.8 there is proper vt100 emulation and some limited telnet protocol negotiations, enough atleast to get onto a telnetd and use links, mplayer, vi, etc :)
If an app you are running isnt working right, try run it with a different term environmental var (the default is xterm)
TERM=vt100 links; TERM=ansi links; TERM=linux links
If you are planning to use telnet, READ THE P_SPRINT WEBSITE, it tells you how to use the other input modes, to get arrow keys and stuff :D

Limitations/TODO:
Some telnet escape sequences arent supported :) Blink, Underline, linewrap
IRC Colors, bold etc arent supported and make quite a mess.


TODO:
Make less ugly ;)
Add more escape Sequences
Change render to use the blocking call (i think)
Lots more IRC bits :) (passworded servers etc...)
DNS lookup shouldnt block the program on failure.
When you get disconnected you should be returned to a menu.
Multiple channels using tabs.


Version History:
0.8b
Did some additions to get connecting to cygwins telnetd working.
Some big changes to the renderer, now it is called directly instead of with message passing. This gives some big speed ups (libcaca mplayer is almost compeletely smooth at default speed). I was hoping to hold this for the next version, but as my CVS server machine has died I'm including it now.
This may lead to a crash as I haven't thread safed it yet, but malloc/free is called much less, so there shouldnt be crashes related to that anymore.


0.8a
Fixed the irc bug I added in 0.8 (One whole line, the _only_ line that changed between 0.7 and 0.8 lol)

0.8
fixed some p_sprint bugs, 8/9 were backwards in the code, x is incorrect in the image.
Much better telnet support, I've implemented a vt100 emulator, currently it lacks a few features and seems to have some bugs, but it is good for most programs.
This means ofcourse that you can connect to a telnetd and run all your favorite console linux apps.
I recommend links (OMG WEB BROWSER ON PSP OMG HAX) (Much better IRC than in peldet currently).
There is a few bugs in the vt100 emulation, nano doesnt work with the default term, use TERM=vt100.
I had colors in nethack when I was telnetting to a debian sarge machine, but it doesnt have them on my gentoo box... I'll investiate how its figuring out if to use them and fix it :D
Its also quite difficult to play nethack at the moment, I plan to make a custom keyboard setting for it to make it more playable.
THERE IS CURRENTLY SOME BUGS WHEN USING TELNET: eventually it will crash to a blue screen, if you can send me the stack trace and an explanation of what you were doing it would be much appreciated.
Also if a program renders incorrectly, send me the version and OS and I'll have a look.

0.7
The codebase has been really thrashed to get in multiple protocol support :)
There is still a bit to do, but it can wait for the next version.
IRC SUPPORT :O some limitations
When connecting to wifi it will keep trying untill it gets on.
Scrollable screen. (Use the analog stick)
Lots more I forget zzzzz.
Background menu image by DuEy :)

0.6
Render now uses the Gu Functions, so the flickery keyboard is gone and rendering is much Better.
Better seperation of code thanks to some cleanups.

0.5
DNS lookups :D
The ip input format is now proper: 10.14.10.211:23 and such
Favorites format has changed to a more sane format
Plenty more escape sequences added, Only tabs, color, 'scroll' to go :)

0.4
Now uses a font i hand drew myself :)
Now we have an 80x24 console with full ascii art characters.
An initial Escape sequence has been added ( ^[H ) which is reset whole screen, this makes ascii starwars almost viewable, lol!!!!
Few bug fixes and additions because of the new rendering code.

0.3
Onscreen display of the keyboard (hit R to show/hide)
Error Messages are a bit more meaningful sometimes.
Actually updated the version string!

0.2
Few code Cleanups
Got exit working correctly
Made the text scrolling not suck as much
Added favorites and ability to connect to ip
User can chose the wifi connection to use (dhcp should work)

0.01
Connection details hardcoded to RoD (www.rod.org)
Scrolling of text when screen gets full sorta sucks
Always uses the first wifi connection
 
Like it? Share with your friends!

If you got an error while installing Themes, Software or Games, please, read FAQ.
 
Similar Software:

FTPiiFTPii
FTPii  Changelog: Fixed spurious error when reading bad sectors from NAND. Add support for SDHC Gecko. (thanks emu_kidid!) Attempt to fix hang when auto-mounting DVD. Fixed bug in libogc's IOS_Open that caused hangs in /isfs
DSFTP 2.6DSFTP 2.6
DSFTP
PSP MAC Address ChangerPSP MAC Address Changer
PSP MAC Address Changer gracz54 from our forums is back, and this time he's got his PSP Mac Address Changer done and ready for sharing. Now, if you download this, there's only one Eboot around. For the newbies, this means that if you're firmware requires two folders of the application, then you'll have to use PSP brew
Linux USB Logger 0.4Linux USB Logger 0.4
Linux USB Logger 0.4 From StreetskaterFU: As I didn't found a good Linux USB logger I coded a very very simple one myself. It logs the USB traffic of every port. To run the application you need atleast kernel version 2.6.11. To start the program go to the terminal, change to the folder the "usblogger" is in and enter: "sudo ./usblogger"
WiiTCPLoadWiiTCPLoad
WiiTCPLoader is a simple utility that I got involved in, so If you have the Homebrew Channel or TCP Loader on your Wii console, with this tool you can send executable files (elf/dol or other) over tcp/ip protocol, and execute them
The Homebrew Network 7The Homebrew Network 7
The Homebrew Network 7 PSP developer hgoel0974 has released the latest version of the Homebrew Network for you PSP.A  This is version 7 of the Homebrew Network and it lets you look through a database of homebrew from your PSP.A  Besides browsing the homebrew you can also download
DSTELNET AlphaDSTELNET Alpha
DSTELNET Alpha A new version of DSTELNET was released by brew developer ILOVEPIE, upping it to v2.0. From the dev notes: this version can connect to a telnet server of your choice:make a text file at:/DSTELNET/config.cfgwith the URL or IP of the telnet server you wish to connect to..
PS3 Cloud Drive Better Syncing Than PlusPS3 Cloud Drive Better Syncing Than Plus
PS3 Cloud Drive Better Syncing Than Plus - PS Plus subscribers get 1GB of cloud storage, but imagine what you can do with 15GB for free. This updated app syncs your internal memory cards and PS3 saves to the cloud! Saving games in the cloud is a great service for all console owners
Wii Web Server alphaWii Web Server alpha
Wii Web Server alpha Here's the latest version of Cboomf handy wiibrew app, Wii Web Server, which is basically what the name implies - a web server running on the Nintendo Wii. Changelog: -Password protected quitting by going to /quit, make sure password is set in /data/wws/pass
Wii Web Server alphaWii Web Server alpha
Wii Web Server alpha Cboomf and Felix 123 have come out with a new version of Wii Web Server, making it Wii Web Server alpha v0.74. While there don't seem to be many changes included in this build, it seems most of the work is done behind the scenes, trying to reduce the bugs within this homebrew
 

Comments on Peldet:

Comments not found

Name:


Comment:


Enter text from image below:

Turn on images!

 
 

If you noted an error or download link is broken, please, report it via this page or use comments.
 

Please, select device to check if Peldet supports it
 
 
© Pantich 2009 - 2025 All rights reserved.