From 5fafcbbb8e4387c9e706fc13236d1d442a36ac54 Mon Sep 17 00:00:00 2001 From: drjones Date: Wed, 20 May 2026 10:02:54 -0700 Subject: [PATCH] chore: import local project into Gitea --- .gitignore | 30 ++++++++++++++++++++++++++++++ Evil-BW16-Control-Panel | 1 + README.md | 13 +++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 .gitignore create mode 160000 Evil-BW16-Control-Panel create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..81d430d --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# OS / tooling +.DS_Store +Thumbs.db + +# Editors +.cursor/ + +# Secrets +.env +.env.* +!.env.example +!.env.template + +# Python +__pycache__/ +*.py[cod] +.venv/ +venv/ + +# Node / frontend +node_modules/ +dist/ + +# Typical embedded / tooling noise +*.log + +# Builds (adjust per subtree if needed) +**/build/.ninja_deps +**/build/.ninja_log + diff --git a/Evil-BW16-Control-Panel b/Evil-BW16-Control-Panel new file mode 160000 index 0000000..3d1c371 --- /dev/null +++ b/Evil-BW16-Control-Panel @@ -0,0 +1 @@ +Subproject commit 3d1c37171d175d25da4a0fbc6ee61aece21277f9 diff --git a/README.md b/README.md new file mode 100644 index 0000000..6b9525f --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# bw16 — Evil BW16 Control Panel + +Contains **`Evil-BW16-Control-Panel/`**: BW16 Realtek RTL872x-class tooling/UI for authorized RF testing workflows. + +Open that subdirectory for build instructions, toolchain version, and UI usage. + +## Tooling expectations + +Typically **Arduino** or Realtek **`ambd_arduino`** / **Ameba** SDK tooling, depending how the subdirectory is structured. + +## Safety + +Operate only against networks and devices you own or are explicitly contracted to assess.