> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Examples

This folder contains several examples showing usage of nTop Core in C++, C# (dotnet 7), and Python 3.
These are meant merely as a starting point in your use of nTop Core, as not all functions have example uses.

In order to run these you will need a recent nTop Core library which you can acquire by requesting access from [ntop.com](https://www.ntop.com/software/capabilities/implicit-interop/).
Additional dependencies, if any, for each language and program are documented within a README.md within the relevant folder.

Finally, all of these programs require a .implicit file as input.
A set of toy `.implicit` assets is available alongside the nTop Core library files from [app.ntop.com/addons](https://app.ntop.com/addons), but you may also want to try parts that are more representative of your area of interest.

## Examples by Language

* [C++ Examples](/Product-Documentation/ntop-core/examples/cpp)
* [.NET Examples](/Product-Documentation/ntop-core/examples/dotnet)
* [Python Examples](/Product-Documentation/ntop-core/examples/python)
