cpp-netlib

The C++ Network Library Project -- header-only, cross-platform, standards compliant networking library.

  • 所有者: google/cpp-netlib
  • 平台:
  • 許可證: Boost Software License 1.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

C++ Network Library

Modern C++ network programming libraries.

.. image:: https://travis-ci.org/cpp-netlib/cpp-netlib.svg?branch=master
:target: https://travis-ci.org/cpp-netlib/cpp-netlib

.. image:: https://scan.coverity.com/projects/6714/badge.svg
:target: https://scan.coverity.com/projects/cpp-netlib

Join us on Slack: http://slack.cpp-netlib.org/

Subscribe to the mailing list: https://groups.google.com/forum/#!forum/cpp-netlib

Downloading cpp-netlib

You can find official release packages of the library at::

http://github.com/cpp-netlib/cpp-netlib/downloads

If you want the latest code from the master branch of the project, you can
follow these instructions for cloning the project repository::

$ git clone https://github.com/cpp-netlib/cpp-netlib
$ cd cpp-netlib
$ git submodule init
$ git submodule update

Introduction

cpp-netlib is a collection of network related routines/implementations
geared towards providing a robust cross-platform networking library.
cpp-netlib offers the following implementations:

  • Common Message Type -- A generic message type which can be used
    to encapsulate and store message related information, used by all
    network implementations as the primary means of data exchange.
  • Network protocol message parsers -- A collection of parsers which
    generate message objects from strings.
  • Adapters and Wrappers -- A collection of Adapters and wrappers aimed
    towards making the message type STL friendly.
  • Network protocol client and server implementations -- A collection
    of network protocol implementations that include embeddable client
    and server types.

This library is released under the Boost Software License (please see
http://boost.org/LICENSE_1_0.txt or the accompanying LICENSE_1_0.txt file
for the full text.

Building and Installing

To build the libraries you will need to have CMake version 2.8 or higher
installed appropriately in your system.

::

$ cmake --version
cmake version 2.8.1

It is recommended that you build cpp-netlib outside of the source directory, to
avoid having issues with CMake generated files polluting the source directory::

$ mkdir ~/cpp-netlib-build
$ cd ~/cpp-netlib-build
$ cmake -DCMAKE_BUILD_TYPE=Debug     \
>       -DCMAKE_C_COMPILER=clang     \
>       -DCMAKE_CXX_COMPILER=clang++ \
>       $HOME/cpp-netlib    # we're assuming this is where cpp-netlib is.

Once CMake is done with generating the Makefiles and configuring the project,
you can now build the tests and run them::

$ cd ~/cpp-netlib-build
$ make
$ make test

If for some reason some of the tests fail, you can send the files in
Testing/Temporary/ as attachments to the cpp-netlib developers mailing list_.

.. _developers mailing list: cpp-netlib@googlegroups.com

Running Tests

If you want to run the tests that come with cpp-netlib, there are a few things
you will need. These are:

  • A compiler (GCC 4.x, Clang 3.6, MSVC 2008)
  • A build tool (CMake_ is required)
  • OpenSSL headers (optional)

.. note:: This assumes that you have cpp-netlib at the top-level of
your home directory.
.. _CMake: https://cmake.org/

Hacking on cpp-netlib

cpp-netlib uses git_ for tracking work, and is hosted on GitHub_.
cpp-netlib is hosted on GitHub_ following the GitHub recommended practice of
forking the repository and submitting pull requests to the source repository.
You can read more about the forking_ process and submitting pull requests_ if
you're not familiar with either process yet. cpp-netib follows the GitHub pull
request model for accepting patches. You can read more about the process at
http://cpp-netlib.org/process.html#pull-requests.

.. _git: http://git-scm.com/
.. _GitHub: http://github.com/
.. _forking: http://help.github.com/forking/
.. _pull requests: http://help.github.com/pull-requests/

Because cpp-netlib is released under the Boost Software License_ it is
recommended that any file you make changes to bear your copyright notice
alongside the original authors' copyright notices on the file. Typically the
copyright notices are at the top of each file in the project.

.. _Boost Software License: http://www.boost.org/LICENSE_1_0.txt

You can read about the cpp-netlib style guide at
http://cpp-netlib.org/style-guide.html.

The main "upstream" repository is at http://github.com/cpp-netlib/cpp-netlib.

Contact and Support

In case you have any questions or would like to make feature requests, you can
contact the development team through the developers mailing list_
or by filing issues at http://github.com/cpp-netlib/cpp-netlib/issues.

Join us on Slack: http://slack.cpp-netlib.org/

.. _developers mailing list: cpp-netlib@googlegroups.com

You can reach the maintainers of the project through::

Dean Michael Berris (dberris@google.com)

Glyn Matthews (glyn.matthews@gmail.com)

主要指標

概覽
名稱與所有者google/cpp-netlib
主編程語言C++
編程語言C++ (語言數: 9)
平台
許可證Boost Software License 1.0
所有者活动
創建於2013-01-23 14:45:32
推送於2018-12-05 17:42:29
最后一次提交2016-03-30 23:14:17
發布數34
最新版本名稱cpp-netlib-0.12.0-final (發布於 )
第一版名稱0.5 (發布於 2010-01-30 06:48:37)
用户参与
星數343
關注者數51
派生數60
提交數1.3k
已啟用問題?
問題數0
打開的問題數0
拉請求數0
打開的拉請求數0
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?