Results 1 to 3 of 3

Thread: PSP IRC Client

                  
   
  1. #1

    Default PSP IRC Client

    Just a post to let you know, I've got a working demo of a very simple(hacked together from the source of peldet(telnet client for the PSP))IRC Client. If anyone wants a demo, I'll mail them the PBP. Be warned I've only just got it connecting, so if you want to join channels or anything, you will have to do it with s-print, and raw commands . This is my first PSP project, I hope you like it.

    I'm going to sleep for now, but I'll get channels/messaging etc working tommorow during the day/evening.

    I have one question for any devs out there, willing to lend a hand. File I/O in C on the PSP. Can you use it normally, or do I have use some backwards method?

    If I could get a screenshot I would, but I have no camera available at the moment. Devs/whatever that want to see the early version, give me a PM/eMail.

  2. #2

    Default

    I've just finished cleaning up a small IRC client for the PSP. It's nowhere near finished yet, as it only handles the ping/connect messages so far(just displays the rest, raw code and all). It can join a specified server/channel, and send messages using p-sprint.

    This will be a brief readme, but it should have everything you need to hear in it.

    This is pIRC, an IRC client for the PSP, using the wireless internet connection. It is a hacked together version of danzels 'peldet' Telnet client. Many thanks to him for releasing the source code!

    So far, it can connect to a server, join a channel, and send messages to that channel using p-sprint.

    You won't be able to send raw commands, so to quit you will have to make do with the power button for now

    I'll work on tidying up the recieve code, so we can actually SEE what people are saying, instead of all the information the server sends with messages.

    INSTALL:

    To install, simply copy the correct version to your game folder, and edit the 'config' file to your needs.

    <server IP> <server PORT> <nickname> <channel>
    example:
    193.120.201.111:6667 PsiloPSP #psp
    (Quakenet PSP channel)

    Enjoy!

    Psilocybeing
    ([email protected])

  3. #3

    Default

    Here is 0.3. Enjoy.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •