CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2011
    Posts
    4

    LeetSocket - Socket Component

    Download/ProjectPage:
    http://www.whitebyte.info/projects/leetsocket/

    Description:

    LeetSocket is an easy to use Socket Component, built on TCP, written in c# .net

    • Sending every kind of Object made simple: sendObject(Object obj)
    • Sending Files: sendFile(String LocalFilePath,String Destination)
    • Get Infos about the Progress of the pending sendings and receivments with simple events you just need to implement
    • Pause/Resume/Abort pending sendings and receivments
    • Sending Parallely (for example 2 Files can be sent paralelly and not one after one)
    • Optional Traffic Encryption and Compression
    • Advanced features like CustomHeader, which is sent before the complete Object or file ist sent
    • AutoListen Feature (you dont need to manually start to listen for incomming connections)
    • AutoConnect feature (you dont need to manually call connect, or reconnect after lost connections)


    The Software is still BETA and may contain bugs, Some Methods/Events/Properties may be changed/renamed/extended or removed.

    How to Start/Use:

    Look into the Simple_SendObject_Example.

    For Further understanding take a look into the other Examples.

    Video Demonstration:
    http://www.youtube.com/watch?v=Tm2jS6mQjRs

    Contact:

    If you want to report bugs or want to make suggestions please contact us: n7a.projects@gmail.com

    The Library is free to use in noncommercial Applications (The whole license is packed within LeetSocket_with_Examples.7z in License.txt)
    Last edited by jypdtonga; March 24th, 2011 at 05:09 PM.

  2. #2
    Join Date
    Jan 2011
    Posts
    4

    Re: LeetSocket - Socket Component

    Here our new Project Page:

    http://www.whitebyte.info/

  3. #3
    Join Date
    Jan 2011
    Posts
    4

    Re: LeetSocket - Socket Component

    omg since i cant edit my posts here ...
    i gotta make a tripple post -.-

    here the correct link

    http://www.whitebyte.info/projects/leetsocket/
    Last edited by jypdtonga; March 24th, 2011 at 05:09 PM.

  4. #4
    Join Date
    Jan 2011
    Posts
    4

    Re: LeetSocket - Socket Component

    is nobody interested i would really appreciate any feedback !

Tags for this Thread

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured