Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://aya-rs.github.io/book/
The Aya Book is an introductory book about using the Rust Programming Language and Aya library to build extended Berkley Packet Filter (eBPF) programs.
https://aya-rs.github.io/book/
bpf ebpf rust
Last synced: 3 months ago
JSON representation
The Aya Book is an introductory book about using the Rust Programming Language and Aya library to build extended Berkley Packet Filter (eBPF) programs.
- Host: GitHub
- URL: https://aya-rs.github.io/book/
- Owner: aya-rs
- License: apache-2.0
- Created: 2021-08-14T18:31:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T14:24:07.000Z (3 months ago)
- Last Synced: 2024-07-31T17:06:19.509Z (3 months ago)
- Topics: bpf, ebpf, rust
- Language: HTML
- Homepage: https://aya-rs.dev/book/
- Size: 1.76 MB
- Stars: 66
- Watchers: 7
- Forks: 51
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Building eBPF Programs with Aya
> Documentation on how to use the Aya to develop eBPF Programs
This book is a living document, and is updated continuously.
[![Build status][build-badge]][build-url]
[build-badge]: https://img.shields.io/github/actions/workflow/status/aya-rs/book/ci.yml
[build-url]: https://github.com/aya-rs/book/actions/workflows/ci.yml## Local Render
```
virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
mkdocs serve
```## License
The Aya Book (this project) is distributed under the following licenses:
* The code samples and free-standing Cargo projects contained within this book are licensed under the terms of both the [MIT License] and the [Apache License v2.0].
* The written prose contained within this book is licensed under the terms of the Creative Commons [CC-BY-SA v4.0] license.Copies of the licenses used by this project may also be found here:
* [MIT License Hosted]
* [Apache License v2.0 Hosted]
* [CC-BY-SA v4.0 Hosted][MIT License]: ./LICENSE-MIT
[Apache License v2.0]: ./LICENSE-APACHE
[CC-BY-SA v4.0]: ./LICENSE-CC-BY-SA
[MIT License Hosted]: https://opensource.org/licenses/MIT
[Apache License v2.0 Hosted]: http://www.apache.org/licenses/LICENSE-2.0
[CC-BY-SA v4.0 Hosted]: https://creativecommons.org/licenses/by-sa/4.0/legalcode### 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 licensed as above, without any additional terms or conditions.