An open-source reimplementation of the defined.net management protocol
Go to file
core 407deb1796
clean up dnclient endpoint debug logging
2023-07-29 19:36:32 -04:00
.builds fix pkgver calculation 2023-06-27 09:11:26 -04:00
.idea tfclient 0.2, nebula-ffi 0.1 2023-06-25 22:00:36 -04:00
api tfclient enrollment successful 2023-03-28 12:16:00 -04:00
dnapi-rs remove the dependency on openssl 2023-07-25 21:05:02 -04:00
docs add new docs pages 2023-07-27 17:36:53 -04:00
nebula-ffi bump versions and fix builds 2023-07-18 22:06:21 -04:00
packages fix void builds 2023-07-18 22:03:25 -04:00
tfcli remove the dependency on openssl 2023-07-25 21:05:02 -04:00
tfclient remove the dependency on openssl 2023-07-25 21:05:02 -04:00
tfweb full role functionality 2023-07-27 17:09:27 -04:00
trifid-api clean up dnclient endpoint debug logging 2023-07-29 19:36:32 -04:00
trifid-pki code cleanup 2023-05-15 14:51:27 -04:00
.env buildfiles pt5 2023-02-07 14:00:57 -05:00
.gitignore add new docs pages 2023-07-27 17:36:53 -04:00
Cargo.lock remove the dependency on openssl (merge) 2023-07-25 21:12:36 -04:00
Cargo.toml tfclient 0.2, nebula-ffi 0.1 2023-06-25 22:00:36 -04:00
Cross.toml wrong table name 2023-06-26 23:20:07 -04:00
Dockerfile docker 2023-06-23 19:13:16 -04:00
LICENSE.txt licensing 2023-02-27 20:50:31 -05:00
README.md some minor documentation improvements pt2 2023-07-27 17:21:46 -04:00
index.md more docs improvements 2023-07-27 17:35:26 -04:00

README.md

trifid

trifid is an open-souce reimplementation of the Defined Networking management protocol for Nebula networks.

It includes a reimplementation of the API Server, the Web UI, dnclient, nebula-cert and dnapi - all fully API-compatible with the original versions.

In addition to this, we include a command-line tool tfcli for interfacing with the DN management API, fully compatible with the upstream API or a third-party API implementation such as trifid-api.

We also include a Rust library for interacting with keys and certificates in the Nebula PKI. Find it in trifid-pki/, or on crates.rs as trifid-pki. This library is an implementation of the Nebula PKI system that is mostly feature-complete, with the exception of non-Curve25519 cryptography, which is currently unsupported.

Want to make your own Defined Networking client? Check out dnapi-rs! dnapi-rs is a Rust port of the official dnapi Go library, to allow for easy interactions with Defined Networking-compatible API servers. Find it in dnapi-rs/, or on crates.rs as dnapi-rs.

The API implementation is tested with the official dnclient implementaiton, and the dnclient implementation is tested with the official API server, to ensure complete feature parity between the two.

Documentation

You can find the documentation here!

Documentation work is underway. Parts of the documentation may be broken or unfinished.

Supported Platforms

tfclient is designed to be self-contained and as cross-platform as possible. Where possible, tfclient can be completley self-contained and fully functional on so-called "Tier 1" supported platforms. On other platforms, tfclient itself works great, but due to limitations of the platform cannot properly link with nebula, and thus needs to be broken out into two components - tfclient, to fetch config from the API, and nebula, running entirely separately, running off of that config. These platforms are known as "Tier 2" platforms.

In addition, not all clients support connecting to trifid-api. Both tfclient support tiers and trifid-api connectivity capability are listed below.

Operating System / Architecture tfclient support tier trifid-api compatible?
Windows (all architectures) Tier 2 - external nebula required Yes (tfclient/dnclient)
Darwin (OSX, MacOS) Tier 2 - untested, maybe T1 Yes (tfclient/dnclient)
FreeBSD (amd64) Tier 1 - untested Yes (tfclient/dnclient)
Linux (most architectures) Tier 1 Yes (tfclient/dnclient)
Android Unsupported No (almost - help wanted! see docs)
iOS Unsupported No (almost - help wanted! see docs)