Page 1 of 3 123 LastLast
Results 1 to 10 of 25

Thread: Raknet network library delphi port

  1. #1

    Raknet network library delphi port

    Hi

    I put my little homepage the Raknet network library delphi wrapper.
    Examples dont have now, coming soon.

    - Finished -

    Client
    Server
    Peer
    RPC
    Router
    Multiplayer abstract : Client-Server-Peer

    Wrapper and c dll not finished, if have more time i resume develop.

    http://magus.wolton.hu/developer/

    If have any feedback : raknetwrapper@freemail.hu

  2. #2

    Raknet network library delphi port

    very interesting, raknet is highly regarded as a good net code, another good code is ENET, which i wanted to use in my game but it had no pascal wrapper / port: http://enet.bespin.org/ any chance you could try to create a wrapper for that one as well?
    This is my game project - Top Down City:
    http://www.pascalgamedevelopment.com...y-Topic-Reboot

    My OpenAL audio wrapper with Intelligent Source Manager to use unlimited:
    http://www.pascalgamedevelopment.com...source+manager

  3. #3

    Raknet network library delphi port

    Good work .
    <A HREF="http://www.myhpf.co.uk/banner.asp?friend=139328">
    <br /><IMG SRC="http://www.myhpf.co.uk/banners/60x468.gif" BORDER="0">
    <br /></A>

  4. #4

    Raknet network library delphi port

    We're using ENet in our Xbox 360 title, and it works really well. Making a Pascal wrapper, or even converting the whole thing to Pascal should not be difficult because it is all in plain old C, not C++.

  5. #5

    Raknet network library delphi port

    Quote Originally Posted by Sly
    We're using ENet in our Xbox 360 title, and it works really well. Making a Pascal wrapper, or even converting the whole thing to Pascal should not be difficult because it is all in plain old C, not C++.
    sounds like a plan, i'll look into sources tomorrow.
    This is my game project - Top Down City:
    http://www.pascalgamedevelopment.com...y-Topic-Reboot

    My OpenAL audio wrapper with Intelligent Source Manager to use unlimited:
    http://www.pascalgamedevelopment.com...source+manager

  6. #6

    Raknet network library delphi port

    Hi

    I found few bug in pascal wrapper, in week end put new version to site
    with small client - server example.

    BigJoe

  7. #7

    Update

    Hi

    I updated delphi wrapper.

    BigJoe

  8. #8

    Raknet network library delphi port

    thanks, i think this will come really handy once i get to doing netcode
    This is my game project - Top Down City:
    http://www.pascalgamedevelopment.com...y-Topic-Reboot

    My OpenAL audio wrapper with Intelligent Source Manager to use unlimited:
    http://www.pascalgamedevelopment.com...source+manager

  9. #9

    Raknet network library delphi port

    Hi all

    In this week have more time, slowly finishing next update.
    Begining of next week i upload next updated version.

    BigJoe

  10. #10

    Raknet wrapper

    HI

    Files are updated.

    Cliens interface (udp)
    Server interface (udp)
    Peer interface (udp)
    TCP interface
    Bitstream interface
    Remote procedure all
    Router interface
    Router connection graph interface
    Multiplayer abstract class
    Object Replicator
    Object Replicator member
    Plugin interface abstract (design your own plugin)
    File logger
    Console logger
    Huffman tree utils
    Integrated Bzip lib

    Wait for any feedback.
    BigJoe

Page 1 of 3 123 LastLast

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
  •