An open-source reimplementation of the defined.net management protocol
Go to file
core 80d9bdff92
/ build (push) Successful in 43s Details
/ build_x64 (push) Successful in 5m50s Details
/ build_arm64 (push) Successful in 2m39s Details
/ build_win64 (push) Failing after 3m40s Details
Update build_windows.sh
2023-12-15 23:27:26 -05:00
.builds fix pkgver calculation 2023-06-27 09:11:26 -04:00
.forgejo/workflows Update .forgejo/workflows/tfclient.yml 2023-12-15 23:08:08 -05:00
.idea work 2023-12-15 15:16:59 -05:00
api tfclient enrollment successful 2023-03-28 12:16:00 -04:00
dnapi-rs 0.3 error fixes, refmt 2023-11-23 15:23:52 -05:00
docs 0.3 error fixes, refmt 2023-11-23 15:23:52 -05:00
nebula-ffi fix nebula-ffi buildscript 2023-12-15 22:59:20 -05:00
packages fix void builds 2023-07-18 22:03:25 -04:00
tfcli actually display hosts table 2023-11-25 15:24:58 -05:00
tfclient 0.3 error fixes, refmt 2023-11-23 15:23:52 -05:00
tfweb UI work 2023-10-10 14:51:18 -04:00
trifid-api work 2023-12-15 15:16:59 -05:00
trifid-api-derive work 2023-12-15 15:16:59 -05:00
trifid-api-old 0.3 error fixes, refmt 2023-11-23 15:23:52 -05:00
trifid-pki code cleanup 2023-05-15 14:51:27 -04:00
website/docs hotfix: configurable threadpool size & new website starts 2023-08-15 00:16:47 -04:00
.env buildfiles pt5 2023-02-07 14:00:57 -05:00
.gitignore finish i18n & build 2023-10-09 21:30:56 -04:00
Cargo.lock work 2023-12-15 15:16:59 -05:00
Cargo.toml fix workspace resolver and CI failure 2023-12-15 22:47:46 -05:00
Cross.toml wrong table name 2023-06-26 23:20:07 -04:00
Dockerfile new work 2023-11-18 22:51:45 -05:00
LICENSE.txt licensing 2023-02-27 20:50:31 -05:00
README.md Update README.md 2023-10-10 20:10:21 -04:00
build_windows.sh Update build_windows.sh 2023-12-15 23:27:26 -05:00
database_structure new work 2023-11-18 22:51:45 -05: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! You can find the latest, bleeding-edge docs 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)