blob: b29fe9aa74ebd4fa42924051d162b0a882ba0e67 [file] [log] [blame] [view]
Davide Pesaventoc6e44722022-11-18 11:24:52 -05001# NAC: Name-Based Access Control Library for NDN
Davide Pesavento0f4ff532019-01-29 15:38:25 -05002
Davide Pesavento3c7f6452021-10-02 04:06:26 -04003[![CI](https://github.com/named-data/name-based-access-control/actions/workflows/ci.yml/badge.svg)](https://github.com/named-data/name-based-access-control/actions/workflows/ci.yml)
4[![Docs](https://github.com/named-data/name-based-access-control/actions/workflows/docs.yml/badge.svg)](https://github.com/named-data/name-based-access-control/actions/workflows/docs.yml)
Davide Pesaventobde084f2022-04-17 00:21:35 -04005![Language](https://img.shields.io/badge/C%2B%2B-17-blue)
Alexander Afanasyev6e64ac92018-06-14 17:25:38 -04006
Davide Pesaventoec61b742020-04-18 01:00:12 -04007## Reporting bugs
8
9Please submit any bug reports or feature requests to the
10[NAC issue tracker](https://redmine.named-data.net/projects/nac/issues).
11
12## Contributing
13
Davide Pesavento7228e532023-02-18 02:26:45 -050014Contributions to NAC are greatly appreciated and can be made through our
15[Gerrit code review site](https://gerrit.named-data.net/).
Davide Pesavento135cd2d2023-01-19 19:06:08 -050016If you are new to the NDN software community, please read our [Contributor's Guide](
17https://github.com/named-data/.github/blob/main/CONTRIBUTING.md) to get started.
Davide Pesaventoec61b742020-04-18 01:00:12 -040018
19## License
20
Davide Pesavento135cd2d2023-01-19 19:06:08 -050021NAC is free software distributed under the GNU Lesser General Public License version 3.
22See [`COPYING.md`](COPYING.md) for details.