chore: import local project into Gitea
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@@ -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
|
||||
|
||||
1
Evil-BW16-Control-Panel
Submodule
1
Evil-BW16-Control-Panel
Submodule
Submodule Evil-BW16-Control-Panel added at 3d1c37171d
13
README.md
Normal file
13
README.md
Normal file
@@ -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.
|
||||
Reference in New Issue
Block a user