VxWorks socket class

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PaperPilot
    New Member
    • Nov 2006
    • 46

    VxWorks socket class

    Hi All:

    I need some help with TCP sockets on VxWorks.

    Does anybody know of a C++ socket class that works on VxWorks. This would be dead easy with Java, but management over my objections, decided to use C++ and I have to make the code work.

    All help is appreciated.
  • horace1
    Recognized Expert Top Contributor
    • Nov 2006
    • 1510

    #2
    Originally posted by PaperPilot
    Hi All:

    I need some help with TCP sockets on VxWorks.

    Does anybody know of a C++ socket class that works on VxWorks. This would be dead easy with Java, but management over my objections, decided to use C++ and I have to make the code work.

    All help is appreciated.
    see


    for some simple examples of TCP and UDP clients and servers - if they work you can adapt them to your requirements

    Comment

    • PaperPilot
      New Member
      • Nov 2006
      • 46

      #3
      Originally posted by horace1
      see


      for some simple examples of TCP and UDP clients and servers - if they work you can adapt them to your requirements
      This site isn't much help as my problem is with the VxWorks libraries. I am hoping somebody on the forum knows of a VxWorks specific socket class.

      I will keep looking.

      Thanks for your help.

      Comment

      • LSB
        New Member
        • Jan 2007
        • 8

        #4
        Originally posted by PaperPilot
        This site isn't much help as my problem is with the VxWorks libraries. I am hoping somebody on the forum knows of a VxWorks specific socket class.

        I will keep looking.

        Thanks for your help.
        You may want to try that link:
        http://www.slac.stanfo rd.edu/exp/glast/flight/docs/VxWorks/docs/vxworks/ref/sockLib.html#to p

        Comment

        Working...