Portable lightweight C++ sockets wrapper

前端 未结 9 2114
隐瞒了意图╮
隐瞒了意图╮ 2020-12-31 01:58

I really thought this would be easier to find...

I need a portable c++ sockets wrapper. I\'m planning to use it for a windows server application and a client that w

9条回答
  •  离开以前
    2020-12-31 02:27

    I'm personally creating my own AsIO wrapper for both TCP and Serial sockets, and I started by reviewing the following tutorial:

    https://www.gamedev.net/blogs/blog/950-they-dont-teach-this-stuff-in-school/

    and

    https://objectcomputing.com/resources/publications/mnb/multi-platform-serial-interfacing-using-boost-a-gps-sensor-and-opendds-part-i/

    I found the first one very useful and simple to understand.

提交回复
热议问题