Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Socket Lib

Socket Lib

Scheduled Pinned Locked Moved The Lounge
designsysadminquestion
15 Posts 9 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Monty2

    Anyone have any recommendations for any windows Socket Library free or paid? i need to design a client server application and i have little experience with sockets Any suggestions will be much appreciated

    T Offline
    T Offline
    The Wizard of Doze
    wrote on last edited by
    #4

    Monty2 wrote:

    i need to design a client server application and i have little experience with sockets

    So just don't do it! :suss:

    G M 2 Replies Last reply
    0
    • N Niall Barr

      http://www.codeproject.com/MFC/UltimateTCPIP.asp[^] and http://www.codeproject.com/MFC/UltimateToolbox_Comm.asp#Socket_Extension[^]

      M Offline
      M Offline
      Monty2
      wrote on last edited by
      #5

      Wow i didnt know it was free, thanks a bunch

      G 1 Reply Last reply
      0
      • M Monty2

        Wow i didnt know it was free, thanks a bunch

        G Offline
        G Offline
        Gary R Wheeler
        wrote on last edited by
        #6

        Dundas (aka Chris, Dave, and Co.) released the Ultimate Toolbox, etc. into the wild only recently.


        Software Zen: delete this;

        Fold With Us![^]

        M 1 Reply Last reply
        0
        • T The Wizard of Doze

          Monty2 wrote:

          i need to design a client server application and i have little experience with sockets

          So just don't do it! :suss:

          G Offline
          G Offline
          Gary R Wheeler
          wrote on last edited by
          #7

          So how's he supposed to learn unless he tries?


          Software Zen: delete this;

          Fold With Us![^]

          1 Reply Last reply
          0
          • G Gary R Wheeler

            Dundas (aka Chris, Dave, and Co.) released the Ultimate Toolbox, etc. into the wild only recently.


            Software Zen: delete this;

            Fold With Us![^]

            M Offline
            M Offline
            Monty2
            wrote on last edited by
            #8

            Gary R. Wheeler wrote:

            Dundas (aka Chris, Dave, and Co.) released the Ultimate Toolbox, etc. into the wild only recently.

            God bless them :D

            1 Reply Last reply
            0
            • M Monty2

              Anyone have any recommendations for any windows Socket Library free or paid? i need to design a client server application and i have little experience with sockets Any suggestions will be much appreciated

              E Offline
              E Offline
              Eytukan
              wrote on last edited by
              #9

              Winsock2.0 :-D


              Jemmy : Deadline? Pfft, a real programmer eats deadlines for breakfast. :P Mark: I thought real programmers ignored deadlines :sigh: Best wishes to Rexx[^]

              N 1 Reply Last reply
              0
              • T The Wizard of Doze

                Monty2 wrote:

                i need to design a client server application and i have little experience with sockets

                So just don't do it! :suss:

                M Offline
                M Offline
                Monty2
                wrote on last edited by
                #10

                The Wizard of Doze wrote:

                So just don't do it!

                hehe i hope you are joking cause if i listen to you i will never learn anything new. :)


                C++ where friends have access to your private members !

                1 Reply Last reply
                0
                • E Eytukan

                  Winsock2.0 :-D


                  Jemmy : Deadline? Pfft, a real programmer eats deadlines for breakfast. :P Mark: I thought real programmers ignored deadlines :sigh: Best wishes to Rexx[^]

                  N Offline
                  N Offline
                  NormDroid
                  wrote on last edited by
                  #11

                  Wrapped in .net, or add another layer WCF.

                  WPF - Imagineers Wanted Follow your nose using DoubleAnimationUsingPath

                  E 1 Reply Last reply
                  0
                  • M Monty2

                    Anyone have any recommendations for any windows Socket Library free or paid? i need to design a client server application and i have little experience with sockets Any suggestions will be much appreciated

                    N Offline
                    N Offline
                    NormDroid
                    wrote on last edited by
                    #12

                    Use. .net socket relativly easy and plenty c/s examples.

                    WPF - Imagineers Wanted Follow your nose using DoubleAnimationUsingPath

                    1 Reply Last reply
                    0
                    • M Monty2

                      Anyone have any recommendations for any windows Socket Library free or paid? i need to design a client server application and i have little experience with sockets Any suggestions will be much appreciated

                      S Offline
                      S Offline
                      StevenWalsh
                      wrote on last edited by
                      #13

                      .NET has simplified TCP Programming about 10 fold, especially if you use the TCPClient

                      1 Reply Last reply
                      0
                      • M Monty2

                        Anyone have any recommendations for any windows Socket Library free or paid? i need to design a client server application and i have little experience with sockets Any suggestions will be much appreciated

                        N Offline
                        N Offline
                        Nemanja Trifunovic
                        wrote on last edited by
                        #14

                        Monty2 wrote:

                        i need to design a client server application

                        Take a look at ACE[^]. Mind you, it is much more than a "socket library", and the learning curve is considerable, but it is stable, very portable and wouldn't hurt your resume as well :) If you decide to go this route, be sure to buy a book - the free online documentation is not really very helpful.


                        Programming Blog utf8-cpp

                        1 Reply Last reply
                        0
                        • N NormDroid

                          Wrapped in .net, or add another layer WCF.

                          WPF - Imagineers Wanted Follow your nose using DoubleAnimationUsingPath

                          E Offline
                          E Offline
                          Eytukan
                          wrote on last edited by
                          #15

                          norm .net wrote:

                          Wrapped in .net

                          Yeah, I've worked with them too. They've brought many set-socket-option as setter functions that was cool. But given a chance to implement n/ws I've always chosen "winsock2.h" :-O with my own implementation classes. And hence avoiding .net :)


                          Jemmy : Deadline? Pfft, a real programmer eats deadlines for breakfast. :P Mark: I thought real programmers ignored deadlines :sigh: Best wishes to Rexx[^]

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups