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
Blacklists & Whitelists
Browser Addons & Search
Browsers
Connection & FTP & SSH & Telnet
Downloaders & Trafic
E-Mail
Instant Messengers & Chats
News & RSS & Information
Phone & Mobile
SMS & MMS & EMS
Social Networks & Blogs
VoIP
Webcams
WiFi & Bluetooth & IrDA
More
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:

IP address and subnet calculator/converterIP address and subnet calculator/converter
IP address and subnet calculator/converter from MrX256: This is the second version of my IPv4 calculator app for PSP. The new version now uses Intrafont for the fonts instead of the default LUA font. Converts Internet Protocol version 4 addresses and subnets to binary form and back to IPv4 form. This app is coded in LUA for LUAPLAYER HM 8
Small Nethost GUISmall Nethost GUI
Small Nethost GUI The application's name doesn't beat around the bush doesn't it? Lame's self-made GUI's features, are quite contrary to his prefered QJ forum's ID. Impressive start for a forum newcomer. You'll need MS Net 2.0 (coded in VisualBasic) to get it up and running. This has been tested with v1.3 and v1.5
PSPFtpPSPFtp
PSPFtp Note - This program was origianlly coded by LiQuiD8d and has been issued a quick update by Zx-81. Zx-81 has worked his homebrew magic again with releasing this update to a rather ancient homebrew application
PSP-FTPDPSP-FTPD
PSP-FTPD Zx-81 has released yet another build of the one-and only PSP-FTPD FTP program for your PSP today. This FTP client allows you to access your server (i.e. Computer) through FTP commands whenever you want, wherever you want using just your 1.5 PSP, PSP-FTPD on your PSP, a PC FTP client and a WiFi connection
Infra Red Capture with sourceInfra Red Capture with source
Infra Red Capture with source apsd (Vanya Sergeev), author of pspirfile (program to transfer files between PSP's via infrared), has made an infrared capture program for the PSP
PSPFTP 2.00 to 3.03PSPFTP 2.00 to 3.03
PSPFTP 2.00 to 3.03  Homebrew developer spike_132000 over at our forums just told us about this simple but very likable app he developed, with help from fellow homebrew dev Hoagie. It's titled PSPFTP, and it's basically an FTP utility tool that allows you to browse your PC's contents from the comfort of your portable
Network Host File System Server (Linux Version)Network Host File System Server (Linux Version)
Network Host File System Server (Linux Version)
Network Host File System Server 1.5 (Windows)Network Host File System Server 1.5 (Windows)
Network Host File System Server 1.5 (Windows) Ahman's iR Shell is undoubtedly one of the best applications ever made for the PSP. However, all good things can't last. With a heavy-heart he announced that this is going to be the final release for the iR Shell
PSP HTTPDPSP HTTPD
PSP HTTPD PSP-HTTPD is an extremely portable web server that runs off just your PSP's Wi-Fi capabilities, in Infrastructure mode. When you start it up, it will connect to the Wi-Fi router and then your PSP will be accessible by any other Internet-capable device on your network
Pimpy InstallerPimpy Installer
Pimpy Installer So much has been happening with PiMPStreamer, the mod for Jonny's PMPMod, this month. First DickyDick1969 released v0.6 of the app that allows PMP Mod users to perform wireless streaming of videos to the PSP. Then seven days later, he made a small update with v0.61 to ensure that videos has a better sync to audio
 

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.