Skip to content

A suite of tools for running network tests with gtest.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

brunoldsilva/libnts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network Testing Suite

Tool for testing network communication protocols, written in C++.

Overview

Writing network code is complicated. This library aims to improve the situation by enabling the development of tests to check whether a network communication protocol is correctly implemented.

The main features offered by this library include:

  • Support for multiple communication protocols (UDP, TCP, IPv4, Ethernet).
  • Linear test construction and flow (no callback hell).
  • Batteries included configuration and logging.

Disclaimer: This project is still highly experimental, and makes no guarantees of correctly supporting these features, at this time.

Getting Started

Work In Progress

Usage

Work In Progress

License

This project is licensed under either the Apache-2.0 License or MIT License, at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

A suite of tools for running network tests with gtest.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published