Skip to content

Commit 346cb72

Browse files
Update README.md
1 parent 8261d13 commit 346cb72

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

README.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
Branch | Status
2-
|---|---|
3-
**Master** | [![Build Status](https://travis-ci.org/connectivecpp/chops-net-ip.svg?branch=master)](https://travis-ci.org/connectivecpp/chops-net-ip)
4-
**Develop** | [![Build Status](https://travis-ci.org/connectivecpp/chops-net-ip.svg?branch=develop)](https://travis-ci.org/connectivecpp/chops-net-ip)
5-
6-
7-
### Latest Tag
8-
9-
![Latest Tag](https://img.shields.io/github/v/tag/connectivecpp/chops-net-ip)
10-
11-
121
# Chops Net IP - Connective Handcrafted Openwork Software for Asynchronous IP Networking
132

143
Chops Net IP is a C++ library that makes asynchronous networking programming fun. Or at least if not fun, it makes network programming easier and safer, without significantly sacrificing performance. Chops Net IP handles Internet Protocol (IP) communications including TCP, UDP, and UDP multicast. It is written using modern C++ design idioms and the latest (2017) C++ standard.
@@ -17,14 +6,18 @@ Chops Net IP is not like any other high-level, general purpose C++ socket librar
176

187
Chops Net IP is layered on top of the Asio asynchronous networking library, taking advantage of the portability and functionality that Asio provides. However, it simplifies network programming compared to coding against the Asio API, while providing easy scalability through the asynchronous facilities.
198

20-
# License
9+
# License, Build and Release Status
10+
11+
Branch | Status
12+
|---|---|
13+
**Master** | [![Build Status](https://travis-ci.org/connectivecpp/chops-net-ip.svg?branch=master)](https://travis-ci.org/connectivecpp/chops-net-ip)
14+
**Develop** | [![Build Status](https://travis-ci.org/connectivecpp/chops-net-ip.svg?branch=develop)](https://travis-ci.org/connectivecpp/chops-net-ip)
2115

16+
![Latest Tag](https://img.shields.io/github/v/tag/connectivecpp/chops-net-ip)
2217
[![Licence](https://img.shields.io/badge/license-boost-4480cc.svg)](http://www.boost.org/LICENSE_1_0.txt)
2318

2419
This project is distributed under the [Boost Software License](LICENSE.txt).
2520

26-
## Chops Net IP Release Status
27-
2821
Release 1.0 is under development as of January 2020, awaiting CMake enhancements, a comprehensive tutorial, and additional testing under multiple compilers and platforms.
2922

3023
Release notes and upcoming development plans are [available here](doc/release.md).

0 commit comments

Comments
 (0)