An open API service indexing awesome lists of open source software.

https://github.com/openthread/ot-ns

OpenThread Network Simulator, a discrete event simulator and visualization tool for Thread networks.
https://github.com/openthread/ot-ns

Last synced: about 1 year ago
JSON representation

OpenThread Network Simulator, a discrete event simulator and visualization tool for Thread networks.

Awesome Lists containing this project

README

          

[![Build Status][build-actions-svg]][build-actions]
[![Lint Status][lint-actions-svg]][lint-actions]
[![Test Status][test-actions-svg]][test-actions]
[![codecov][codecov-svg]][codecov-url]
---

# OpenThread Network Simulator

OpenThread Network Simulator (OTNS) simulates Thread networks using OpenThread POSIX instances
and provides visualization and management of those simulated networks.

More information about Thread can be found at [threadgroup.org](http://threadgroup.org/).
Thread is a registered trademark of the Thread Group, Inc.

To learn more about OpenThread, visit [openthread.io](https://openthread.io).

[build-actions-svg]: https://github.com/openthread/ot-ns/workflows/Build/badge.svg?branch=main&event=push
[build-actions]: https://github.com/openthread/ot-ns/actions?query=workflow%3ABuild+branch%3Amain+event%3Apush
[lint-actions-svg]: https://github.com/openthread/ot-ns/workflows/Lint/badge.svg?branch=main&event=push
[lint-actions]: https://github.com/openthread/ot-ns/actions?query=workflow%3ALint+branch%3Amain+event%3Apush
[test-actions-svg]: https://github.com/openthread/ot-ns/workflows/Test/badge.svg?branch=main&event=push
[test-actions]: https://github.com/openthread/ot-ns/actions?query=workflow%3ATest+branch%3Amain+event%3Apush
[codecov-svg]: https://codecov.io/gh/openthread/ot-ns/branch/main/graph/badge.svg
[codecov-url]: https://codecov.io/gh/openthread/ot-ns

## Get started
See [GUIDE](GUIDE.md) to get started.

## Contributing

We would love for you to contribute to OTNS and help make it even better than it is today!
See our [Contributing Guidelines](CONTRIBUTING.md) for more information.

Contributors are required to abide by our [Code of Conduct](CODE_OF_CONDUCT.md) and
[Coding Conventions and Style Guide](CONTRIBUTING.md#coding-conventions-and-style).

## Version

OTNS follows the [Semantic Versioning guidelines](http://semver.org/) for release cycle transparency
and to maintain backwards compatibility.

## License

OTNS is released under the [BSD 3-Clause license](LICENSE). See the [`LICENSE`](LICENSE) file for more information.