feat: v6 rewrite

This commit is contained in:
Brendan Le Glaunec
2025-07-08 17:36:48 +02:00
parent f586940b6c
commit e81eeb0c4d
81 changed files with 7430 additions and 4099 deletions
+36 -31
View File
@@ -1,52 +1,57 @@
First, make sure that none of the open and closed issues is about the same issue as you are describing, and make sure to check the frequently asked questions in the README file.
Then, replace the parts of this template that are between <angle brackets> with the data relative to your issue.
Before filing, search open and closed issues and check the FAQ in the README.
If this is a security issue, do not post details in a public issue.
Do not include IPs or any other information that can identify a vulnerable network in your issue.
**If you're reporting a bug, use the template below. Otherwise, delete this template and write your issue normally.**
## Issue type
- [ ] Bug report
- [ ] Feature request
- [ ] Documentation issue
- [ ] Question
## Context
Please select one:
### Install method
- [ ] I use the docker image `ullaakut/cameradar`
- [ ] I use my own build of the docker image
- [ ] I use the pre-compiled binary
- [ ] I use my own build of the binary
- [ ] None of the above / I don't know
- [ ] Docker image `ullaakut/cameradar`
- [ ] Custom Docker build
- [ ] Pre-compiled binary
- [ ] Custom binary build
- [ ] Not sure
Please select one:
### Version
- [ ] I use a specific version: <version tag>
- [ ] I use the latest commit of the master branch
- [ ] I use the latest commit of the develop branch
- [ ] I use a forked version of the repository: <fork URL>
- [ ] I use a specific commit: <commit hash>
- [ ] Release tag: <tag>
- [ ] Latest commit on `master`
- [ ] Fork: <fork URL>
- [ ] Commit: <hash>
## Environment
My operating system:
- OS: <Windows | macOS | Linux | Other>
- OS version: <version>
- Architecture: <arch>
- [ ] Windows
- [ ] OSX
- [ ] Linux
- [ ] Other
## Description
OS version: <version>
OS architecture: <architecture>
## Issue
### What was expected
### Expected behavior
<expected behavior>
### What happened
### Actual behavior
<observed behavior>
<actual behavior>
### Steps to reproduce
1. <step>
2. <step>
3. <step>
### Logs
If your issue is with Cameradar's binary or docker image, please run it with `-v` to print verbose logs, and paste them here:
If this is a CLI or Docker issue, run with debug logs and paste output.
```
<cameradar logs>
```text
<logs>
```