Results 1 to 5 of 5

Thread: Any easy to use net library?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Yes, i tried to make everything modular. nxNetwork is standalone, using only synapse
    https://code.google.com/p/nxpascal/s.../nxNetwork.pas
    Code:
    uses {$IFDEF UNIX}cthreads,{$ENDIF}
      Classes, SysUtils, synsock, blcksock;
    ...
    (and uses Math; for implementation)
    More testing for it would be welcome.

  2. #2
    i'm using lnet, not sure if it's 'easy' yet

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
  •