summaryrefslogtreecommitdiff
path: root/web/docs/integrating-arti/examples.md
blob: ca41411a305c6a28c0a5b28151a28b20a63963ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
title: Sample Code
---

# Examples

The following are sample projects built with Arti.

- [**Download Manager**](https://gitlab.torproject.org/tpo/core/arti/-/tree/main/examples/gsoc2023/download-manager) is a small download manager prototype which can connect to the Tor network and get a copy of the Tor browser from there.

- [**Pt-proxy**](https://gitlab.torproject.org/tpo/core/arti/-/tree/main/examples/gsoc2023/pt-proxy) provides an interface to run the obfs4 pluggable transport in a standalone manner, ie, instead of using obfs4 to connect to the Tor network, we can use it to connect to the Internet directly.

- [**DNS resolver**](https://gitlab.torproject.org/tpo/core/arti/-/tree/main/examples/gsoc2023/dns-resolver) uses Tor to make a DNS over TCP request for a hostname, and get IP addresses back.

- [**Connection checker**](https://gitlab.torproject.org/tpo/core/arti/-/tree/main/examples/gsoc2023/connection-checker) attempts to check connectivity to the Tor network through a variety of ways.