From bd85e94b7ddbd69d9a477292e5cda96333693440 Mon Sep 17 00:00:00 2001 From: ProtoTess <32490978+0x524A@users.noreply.github.com> Date: Wed, 12 Nov 2025 19:43:37 +0000 Subject: [PATCH] fix: update repository references from '0x524A' to '0x524a' across documentation and code --- .github/CONTRIBUTING.md | 8 ++--- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 6 ++-- BUILDING.md | 4 +-- CHANGELOG.md | 2 +- CONTRIBUTING.md | 2 +- QUICKSTART.md | 12 +++---- README.md | 34 +++++++++---------- cmd/onvif-cli/main.go | 4 +-- cmd/onvif-quick/main.go | 4 +-- cmd/onvif-server/main.go | 2 +- device.go | 2 +- docs/ARCHITECTURE.md | 2 +- docs/IMPLEMENTATION_SUMMARY.md | 2 +- docs/PROJECT_STRUCTURE.md | 24 ++++++------- docs/PROJECT_SUMMARY.md | 6 ++-- examples/complete-demo/main.go | 4 +-- examples/comprehensive-test/main.go | 2 +- examples/device-info/main.go | 2 +- examples/discover-and-test/main.go | 4 +-- examples/discover-real-camera/main.go | 2 +- examples/discovery/main.go | 2 +- examples/imaging-settings/main.go | 2 +- examples/onvif-server/main.go | 2 +- examples/ptz-control/main.go | 2 +- examples/simple-server/main.go | 2 +- examples/simplified-endpoint/main.go | 2 +- examples/test-new-features/main.go | 2 +- examples/test-real-camera/main.go | 2 +- examples/test-server/main.go | 4 +-- go.mod | 2 +- imaging.go | 2 +- media.go | 2 +- ptz.go | 2 +- server/IMPLEMENTATION_SUMMARY.md | 2 +- server/README.md | 10 +++--- server/device.go | 2 +- server/server.go | 2 +- server/soap/handler.go | 2 +- server/types.go | 2 +- test/test-server.go | 2 +- ...lexidome_indoor_5100i_ir_8.71.0066_test.go | 4 +-- .../captures/enhanced_device_features_test.go | 2 +- 43 files changed, 93 insertions(+), 93 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a03de20..4fa24cb 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -96,7 +96,7 @@ Help us maintain compatibility information: ### Clone and Build ```bash -git clone https://github.com/0x524A/onvif-go.git +git clone https://github.com/0x524a/onvif-go.git cd go-onvif go build ./... ``` @@ -262,9 +262,9 @@ go-onvif/ ## Getting Help -- 💬 [GitHub Discussions](https://github.com/0x524A/onvif-go/discussions) - Ask questions -- 🐛 [GitHub Issues](https://github.com/0x524A/onvif-go/issues) - Report bugs -- 📖 [Documentation](https://pkg.go.dev/github.com/0x524A/onvif-go) - Read the docs +- 💬 [GitHub Discussions](https://github.com/0x524a/onvif-go/discussions) - Ask questions +- 🐛 [GitHub Issues](https://github.com/0x524a/onvif-go/issues) - Report bugs +- 📖 [Documentation](https://pkg.go.dev/github.com/0x524a/onvif-go) - Read the docs ## License diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 715af35..4747ca8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -47,7 +47,7 @@ body: placeholder: | package main - import "github.com/0x524A/onvif-go" + import "github.com/0x524a/onvif-go" func main() { // Your code here diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 709397c..c9e51a6 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,11 @@ blank_issues_enabled: false contact_links: - name: 💬 Discussions - url: https://github.com/0x524A/onvif-go/discussions + url: https://github.com/0x524a/onvif-go/discussions about: Ask questions and discuss ideas with the community - name: 📖 Documentation - url: https://pkg.go.dev/github.com/0x524A/onvif-go + url: https://pkg.go.dev/github.com/0x524a/onvif-go about: Read the API documentation - name: 📚 Examples - url: https://github.com/0x524A/onvif-go/tree/main/examples + url: https://github.com/0x524a/onvif-go/tree/main/examples about: Browse code examples diff --git a/BUILDING.md b/BUILDING.md index 5838723..fe81ddd 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -209,8 +209,8 @@ Users can verify downloads using checksums: ```bash # Download binary and checksum -wget https://github.com/0x524A/onvif-go/releases/download/v1.0.0/onvif-go-v1.0.0-linux-amd64.tar.gz -wget https://github.com/0x524A/onvif-go/releases/download/v1.0.0/checksums.txt +wget https://github.com/0x524a/onvif-go/releases/download/v1.0.0/onvif-go-v1.0.0-linux-amd64.tar.gz +wget https://github.com/0x524a/onvif-go/releases/download/v1.0.0/checksums.txt # Verify sha256sum -c checksums.txt --ignore-missing diff --git a/CHANGELOG.md b/CHANGELOG.md index a3e1d6b..88891b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,4 +66,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Comprehensive documentation - README with usage guide -[Unreleased]: https://github.com/0x524A/onvif-go/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/0x524a/onvif-go/compare/v0.1.0...HEAD diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b50a429..45e9b51 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,7 +45,7 @@ git clone https://github.com/YOUR_USERNAME/go-onvif.git cd go-onvif # Add upstream remote -git remote add upstream https://github.com/0x524A/onvif-go.git +git remote add upstream https://github.com/0x524a/onvif-go.git # Create a branch git checkout -b feature/my-new-feature diff --git a/QUICKSTART.md b/QUICKSTART.md index 4334455..724ea69 100644 --- a/QUICKSTART.md +++ b/QUICKSTART.md @@ -5,7 +5,7 @@ Get up and running with go-onvif in 5 minutes! ## Installation ```bash -go get github.com/0x524A/onvif-go +go get github.com/0x524a/onvif-go ``` ## Step 1: Discover Cameras @@ -20,7 +20,7 @@ import ( "fmt" "time" - "github.com/0x524A/onvif-go/discovery" + "github.com/0x524a/onvif-go/discovery" ) func main() { @@ -52,7 +52,7 @@ import ( "fmt" "time" - "github.com/0x524A/onvif-go" + "github.com/0x524a/onvif-go" ) func main() { @@ -181,7 +181,7 @@ import ( "log" "time" - "github.com/0x524A/onvif-go" + "github.com/0x524a/onvif-go" ) func main() { @@ -265,9 +265,9 @@ func main() { ## Next Steps 1. **Explore Examples**: Check out the `examples/` directory for more detailed use cases -2. **Read Documentation**: Visit [pkg.go.dev](https://pkg.go.dev/github.com/0x524A/onvif-go) +2. **Read Documentation**: Visit [pkg.go.dev](https://pkg.go.dev/github.com/0x524a/onvif-go) 3. **Review Architecture**: See [ARCHITECTURE.md](ARCHITECTURE.md) for design details -4. **Check Issues**: Look at [GitHub Issues](https://github.com/0x524A/onvif-go/issues) for known issues +4. **Check Issues**: Look at [GitHub Issues](https://github.com/0x524a/onvif-go/issues) for known issues ## Common Patterns diff --git a/README.md b/README.md index 2b191de..c57002e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # onvif-go - ONVIF Client and Server Library for Go -[![Go Reference](https://pkg.go.dev/badge/github.com/0x524A/onvif-go.svg)](https://pkg.go.dev/github.com/0x524A/onvif-go) -[![Go Report Card](https://goreportcard.com/badge/github.com/0x524A/onvif-go)](https://goreportcard.com/report/github.com/0x524A/onvif-go) -[![License](https://img.shields.io/github/license/0x524A/onvif-go)](LICENSE) -[![GitHub stars](https://img.shields.io/github/stars/0x524A/onvif-go)](https://github.com/0x524A/onvif-go/stargazers) -[![GitHub issues](https://img.shields.io/github/issues/0x524A/onvif-go)](https://github.com/0x524A/onvif-go/issues) +[![Go Reference](https://pkg.go.dev/badge/github.com/0x524a/onvif-go.svg)](https://pkg.go.dev/github.com/0x524a/onvif-go) +[![Go Report Card](https://goreportcard.com/badge/github.com/0x524a/onvif-go)](https://goreportcard.com/report/github.com/0x524a/onvif-go) +[![License](https://img.shields.io/github/license/0x524a/onvif-go)](LICENSE) +[![GitHub stars](https://img.shields.io/github/stars/0x524a/onvif-go)](https://github.com/0x524a/onvif-go/stargazers) +[![GitHub issues](https://img.shields.io/github/issues/0x524a/onvif-go)](https://github.com/0x524a/onvif-go/issues) > **Modern, high-performance Go library for ONVIF IP camera integration** - Control surveillance cameras, NVRs, and video devices with comprehensive ONVIF Profile S/T/G support. Includes both client and server implementations for complete ONVIF camera simulation and testing. @@ -71,7 +71,7 @@ ONVIF (Open Network Video Interface Forum) is an open industry standard for IP-b ## Installation ```bash -go get github.com/0x524A/onvif-go +go get github.com/0x524a/onvif-go ``` ## Quick Start @@ -87,7 +87,7 @@ import ( "log" "time" - "github.com/0x524A/onvif-go/discovery" + "github.com/0x524a/onvif-go/discovery" ) func main() { @@ -118,7 +118,7 @@ import ( "log" "time" - "github.com/0x524A/onvif-go" + "github.com/0x524a/onvif-go" ) func main() { @@ -322,7 +322,7 @@ import ( "context" "log" - "github.com/0x524A/onvif-go/server" + "github.com/0x524a/onvif-go/server" ) func main() { @@ -529,14 +529,14 @@ go test -v ./testdata/captures/ If you find this project useful, please consider giving it a star! ⭐ -[![Star History Chart](https://api.star-history.com/svg?repos=0x524A/go-onvif&type=Date)](https://star-history.com/#0x524A/go-onvif&Date) +[![Star History Chart](https://api.star-history.com/svg?repos=0x524a/go-onvif&type=Date)](https://star-history.com/#0x524a/go-onvif&Date) ## 📊 Project Stats -![GitHub repo size](https://img.shields.io/github/repo-size/0x524A/go-onvif) -![GitHub code size](https://img.shields.io/github/languages/code-size/0x524A/go-onvif) -![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/0x524A/go-onvif) -![GitHub last commit](https://img.shields.io/github/last-commit/0x524A/go-onvif) +![GitHub repo size](https://img.shields.io/github/repo-size/0x524a/go-onvif) +![GitHub code size](https://img.shields.io/github/languages/code-size/0x524a/go-onvif) +![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/0x524a/go-onvif) +![GitHub last commit](https://img.shields.io/github/last-commit/0x524a/go-onvif) ## License @@ -550,9 +550,9 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file ## Support -- 📖 [Documentation](https://pkg.go.dev/github.com/0x524A/onvif-go) -- 🐛 [Issue Tracker](https://github.com/0x524A/onvif-go/issues) -- 💬 [Discussions](https://github.com/0x524A/onvif-go/discussions) +- 📖 [Documentation](https://pkg.go.dev/github.com/0x524a/onvif-go) +- 🐛 [Issue Tracker](https://github.com/0x524a/onvif-go/issues) +- 💬 [Discussions](https://github.com/0x524a/onvif-go/discussions) - 🔒 [Security Policy](.github/SECURITY.md) ## Keywords diff --git a/cmd/onvif-cli/main.go b/cmd/onvif-cli/main.go index 748f314..9833807 100644 --- a/cmd/onvif-cli/main.go +++ b/cmd/onvif-cli/main.go @@ -9,8 +9,8 @@ import ( "strings" "time" - "github.com/0x524A/onvif-go" - "github.com/0x524A/onvif-go/discovery" + "github.com/0x524a/onvif-go" + "github.com/0x524a/onvif-go/discovery" ) type CLI struct { diff --git a/cmd/onvif-quick/main.go b/cmd/onvif-quick/main.go index 3208687..9e96f56 100644 --- a/cmd/onvif-quick/main.go +++ b/cmd/onvif-quick/main.go @@ -8,8 +8,8 @@ import ( "strings" "time" - "github.com/0x524A/onvif-go" - "github.com/0x524A/onvif-go/discovery" + "github.com/0x524a/onvif-go" + "github.com/0x524a/onvif-go/discovery" ) func main() { diff --git a/cmd/onvif-server/main.go b/cmd/onvif-server/main.go index a5cab1d..49f0ba2 100644 --- a/cmd/onvif-server/main.go +++ b/cmd/onvif-server/main.go @@ -10,7 +10,7 @@ import ( "syscall" "time" - "github.com/0x524A/onvif-go/server" + "github.com/0x524a/onvif-go/server" ) var ( diff --git a/device.go b/device.go index 69efc97..02dbc3b 100644 --- a/device.go +++ b/device.go @@ -5,7 +5,7 @@ import ( "encoding/xml" "fmt" - "github.com/0x524A/onvif-go/internal/soap" + "github.com/0x524a/onvif-go/internal/soap" ) // Device service namespace diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index b6cbc45..072fcbc 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -25,7 +25,7 @@ onvif-go/ ``` **Design Rationale:** -- **Root-level API**: Main package at root for clean imports (`github.com/0x524A/onvif-go`) +- **Root-level API**: Main package at root for clean imports (`github.com/0x524a/onvif-go`) - **internal/**: Private packages not intended for external use (SOAP implementation) - **Subpackages**: Additional features like `discovery/` and `server/` - **cmd/**: Executable applications and tools diff --git a/docs/IMPLEMENTATION_SUMMARY.md b/docs/IMPLEMENTATION_SUMMARY.md index 26a0204..a7a687b 100644 --- a/docs/IMPLEMENTATION_SUMMARY.md +++ b/docs/IMPLEMENTATION_SUMMARY.md @@ -85,7 +85,7 @@ We have successfully created a **comprehensive, production-ready Go ONVIF librar ### Basic Library Usage ```go -import "github.com/0x524A/onvif-go" +import "github.com/0x524a/onvif-go" client, err := onvif.NewClient( "http://192.168.1.100/onvif/device_service", diff --git a/docs/PROJECT_STRUCTURE.md b/docs/PROJECT_STRUCTURE.md index 6c7fdce..a9632ec 100644 --- a/docs/PROJECT_STRUCTURE.md +++ b/docs/PROJECT_STRUCTURE.md @@ -85,7 +85,7 @@ onvif-go/ As a **library package**, the main API lives at the root level: ```go -import "github.com/0x524A/onvif-go" +import "github.com/0x524a/onvif-go" client, err := onvif.NewClient("192.168.1.100") ``` @@ -102,7 +102,7 @@ The `internal/` directory contains implementation details not intended for exter ```go // This import is ONLY available within onvif-go: -import "github.com/0x524A/onvif-go/internal/soap" +import "github.com/0x524a/onvif-go/internal/soap" ``` **Go's internal package restriction:** @@ -122,10 +122,10 @@ Public subpackages for optional or specialized functionality: ```go // Discovery subpackage -import "github.com/0x524A/onvif-go/discovery" +import "github.com/0x524a/onvif-go/discovery" // Server subpackage -import "github.com/0x524A/onvif-go/server" +import "github.com/0x524a/onvif-go/server" ``` **When to create a subpackage:** @@ -148,7 +148,7 @@ cmd/ **Naming convention:** - Directory name = binary name - Each cmd has its own `main.go` -- Can import the library: `import "github.com/0x524A/onvif-go"` +- Can import the library: `import "github.com/0x524a/onvif-go"` **Build commands:** ```bash @@ -191,7 +191,7 @@ Comprehensive documentation in `docs/` directory: ```go // Main client functionality -import "github.com/0x524A/onvif-go" +import "github.com/0x524a/onvif-go" client, err := onvif.NewClient("192.168.1.100", onvif.WithCredentials("admin", "password"), @@ -202,7 +202,7 @@ client, err := onvif.NewClient("192.168.1.100", ```go // Device discovery -import "github.com/0x524A/onvif-go/discovery" +import "github.com/0x524a/onvif-go/discovery" devices, err := discovery.Discover(ctx, 5*time.Second) ``` @@ -211,7 +211,7 @@ devices, err := discovery.Discover(ctx, 5*time.Second) ```go // Virtual ONVIF server -import "github.com/0x524A/onvif-go/server" +import "github.com/0x524a/onvif-go/server" srv := server.NewServer( server.WithCredentials("admin", "admin"), @@ -223,7 +223,7 @@ srv := server.NewServer( ```go // Only usable within onvif-go itself -import "github.com/0x524A/onvif-go/internal/soap" +import "github.com/0x524a/onvif-go/internal/soap" // External projects CANNOT import internal packages ``` @@ -327,12 +327,12 @@ my-app/ **Old:** ```go -import "github.com/0x524A/onvif-go/soap" +import "github.com/0x524a/onvif-go/soap" ``` **New:** ```go -import "github.com/0x524A/onvif-go/internal/soap" +import "github.com/0x524a/onvif-go/internal/soap" ``` **External users:** No changes needed (they never imported soap directly) @@ -341,7 +341,7 @@ import "github.com/0x524A/onvif-go/internal/soap" ### For Library Users -1. **Simple imports**: `import "github.com/0x524A/onvif-go"` +1. **Simple imports**: `import "github.com/0x524a/onvif-go"` 2. **Clear API**: Public vs private clearly separated 3. **Stable interface**: Internal changes don't affect users 4. **Good documentation**: Examples and docs organized diff --git a/docs/PROJECT_SUMMARY.md b/docs/PROJECT_SUMMARY.md index a7e439b..06a36c5 100644 --- a/docs/PROJECT_SUMMARY.md +++ b/docs/PROJECT_SUMMARY.md @@ -191,7 +191,7 @@ Tested/compatible with major brands: ## Usage Example ```go -import "github.com/0x524A/onvif-go" +import "github.com/0x524a/onvif-go" // Create client client, _ := onvif.NewClient( @@ -255,7 +255,7 @@ go-onvif/ ```bash # Install -go get github.com/0x524A/onvif-go +go get github.com/0x524a/onvif-go # Run discovery example cd examples/discovery @@ -296,4 +296,4 @@ This library is a complete refactoring and modernization inspired by the origina **Status**: ✅ Production Ready (v0.1.0) **Last Updated**: October 2025 -**Maintainer**: 0x524A +**Maintainer**: 0x524a diff --git a/examples/complete-demo/main.go b/examples/complete-demo/main.go index f5d9899..6741c5f 100644 --- a/examples/complete-demo/main.go +++ b/examples/complete-demo/main.go @@ -6,8 +6,8 @@ import ( "log" "time" - "github.com/0x524A/onvif-go" - "github.com/0x524A/onvif-go/discovery" + "github.com/0x524a/onvif-go" + "github.com/0x524a/onvif-go/discovery" ) // This is a comprehensive demonstration of all go-onvif features diff --git a/examples/comprehensive-test/main.go b/examples/comprehensive-test/main.go index 7be1fac..c75d43f 100644 --- a/examples/comprehensive-test/main.go +++ b/examples/comprehensive-test/main.go @@ -6,7 +6,7 @@ import ( "log" "time" - "github.com/0x524A/onvif-go" + "github.com/0x524a/onvif-go" ) func main() { diff --git a/examples/device-info/main.go b/examples/device-info/main.go index b2a8d30..77803f9 100644 --- a/examples/device-info/main.go +++ b/examples/device-info/main.go @@ -6,7 +6,7 @@ import ( "log" "time" - "github.com/0x524A/onvif-go" + "github.com/0x524a/onvif-go" ) func main() { diff --git a/examples/discover-and-test/main.go b/examples/discover-and-test/main.go index 6f3cab0..4e2db88 100644 --- a/examples/discover-and-test/main.go +++ b/examples/discover-and-test/main.go @@ -6,8 +6,8 @@ import ( "log" "time" - "github.com/0x524A/onvif-go" - "github.com/0x524A/onvif-go/discovery" + "github.com/0x524a/onvif-go" + "github.com/0x524a/onvif-go/discovery" ) func main() { diff --git a/examples/discover-real-camera/main.go b/examples/discover-real-camera/main.go index 94dba7d..ded6776 100644 --- a/examples/discover-real-camera/main.go +++ b/examples/discover-real-camera/main.go @@ -6,7 +6,7 @@ import ( "log" "time" - "github.com/0x524A/onvif-go/discovery" + "github.com/0x524a/onvif-go/discovery" ) func main() { diff --git a/examples/discovery/main.go b/examples/discovery/main.go index a3b8bad..12662cb 100644 --- a/examples/discovery/main.go +++ b/examples/discovery/main.go @@ -6,7 +6,7 @@ import ( "log" "time" - "github.com/0x524A/onvif-go/discovery" + "github.com/0x524a/onvif-go/discovery" ) func main() { diff --git a/examples/imaging-settings/main.go b/examples/imaging-settings/main.go index 84cfcb9..e25361f 100644 --- a/examples/imaging-settings/main.go +++ b/examples/imaging-settings/main.go @@ -6,7 +6,7 @@ import ( "log" "time" - "github.com/0x524A/onvif-go" + "github.com/0x524a/onvif-go" ) func main() { diff --git a/examples/onvif-server/main.go b/examples/onvif-server/main.go index a7ab2d3..7a1c0e0 100644 --- a/examples/onvif-server/main.go +++ b/examples/onvif-server/main.go @@ -9,7 +9,7 @@ import ( "syscall" "time" - "github.com/0x524A/onvif-go/server" + "github.com/0x524a/onvif-go/server" ) func main() { diff --git a/examples/ptz-control/main.go b/examples/ptz-control/main.go index f9a577c..e21dde0 100644 --- a/examples/ptz-control/main.go +++ b/examples/ptz-control/main.go @@ -6,7 +6,7 @@ import ( "log" "time" - "github.com/0x524A/onvif-go" + "github.com/0x524a/onvif-go" ) func main() { diff --git a/examples/simple-server/main.go b/examples/simple-server/main.go index dcf55a7..5c4715a 100644 --- a/examples/simple-server/main.go +++ b/examples/simple-server/main.go @@ -5,7 +5,7 @@ import ( "fmt" "log" - "github.com/0x524A/onvif-go/server" + "github.com/0x524a/onvif-go/server" ) func main() { diff --git a/examples/simplified-endpoint/main.go b/examples/simplified-endpoint/main.go index 07bfb06..af368c4 100644 --- a/examples/simplified-endpoint/main.go +++ b/examples/simplified-endpoint/main.go @@ -6,7 +6,7 @@ import ( "log" "time" - "github.com/0x524A/onvif-go" + "github.com/0x524a/onvif-go" ) func main() { diff --git a/examples/test-new-features/main.go b/examples/test-new-features/main.go index cac360c..4fea99d 100644 --- a/examples/test-new-features/main.go +++ b/examples/test-new-features/main.go @@ -9,7 +9,7 @@ import ( "os" "time" - "github.com/0x524A/onvif-go" + "github.com/0x524a/onvif-go" ) var ( diff --git a/examples/test-real-camera/main.go b/examples/test-real-camera/main.go index fe138bd..8bac5cb 100644 --- a/examples/test-real-camera/main.go +++ b/examples/test-real-camera/main.go @@ -6,7 +6,7 @@ import ( "log" "time" - "github.com/0x524A/onvif-go" + "github.com/0x524a/onvif-go" ) func main() { diff --git a/examples/test-server/main.go b/examples/test-server/main.go index a18b314..e0f5be6 100644 --- a/examples/test-server/main.go +++ b/examples/test-server/main.go @@ -6,8 +6,8 @@ import ( "log" "time" - "github.com/0x524A/onvif-go" - "github.com/0x524A/onvif-go/server" + "github.com/0x524a/onvif-go" + "github.com/0x524a/onvif-go/server" ) func main() { diff --git a/go.mod b/go.mod index 50678f8..39bb000 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/0x524A/onvif-go +module github.com/0x524a/onvif-go go 1.21 diff --git a/imaging.go b/imaging.go index 0c1cd3a..c94cd76 100644 --- a/imaging.go +++ b/imaging.go @@ -5,7 +5,7 @@ import ( "encoding/xml" "fmt" - "github.com/0x524A/onvif-go/internal/soap" + "github.com/0x524a/onvif-go/internal/soap" ) // Imaging service namespace diff --git a/media.go b/media.go index 0a5d878..afe90e7 100644 --- a/media.go +++ b/media.go @@ -5,7 +5,7 @@ import ( "encoding/xml" "fmt" - "github.com/0x524A/onvif-go/internal/soap" + "github.com/0x524a/onvif-go/internal/soap" ) // Media service namespace diff --git a/ptz.go b/ptz.go index 1c1be89..1ca7771 100644 --- a/ptz.go +++ b/ptz.go @@ -5,7 +5,7 @@ import ( "encoding/xml" "fmt" - "github.com/0x524A/onvif-go/internal/soap" + "github.com/0x524a/onvif-go/internal/soap" ) // PTZ service namespace diff --git a/server/IMPLEMENTATION_SUMMARY.md b/server/IMPLEMENTATION_SUMMARY.md index a20c3c1..d7d0484 100644 --- a/server/IMPLEMENTATION_SUMMARY.md +++ b/server/IMPLEMENTATION_SUMMARY.md @@ -213,7 +213,7 @@ package main import ( "context" - "github.com/0x524A/onvif-go/server" + "github.com/0x524a/onvif-go/server" ) func main() { diff --git a/server/README.md b/server/README.md index 7bd6430..2130553 100644 --- a/server/README.md +++ b/server/README.md @@ -41,7 +41,7 @@ A complete ONVIF-compliant server implementation that simulates multi-lens IP ca ```bash # Clone the repository (if not already done) -git clone https://github.com/0x524A/onvif-go +git clone https://github.com/0x524a/onvif-go cd go-onvif # Build the server CLI @@ -128,7 +128,7 @@ import ( "log" "time" - "github.com/0x524A/onvif-go/server" + "github.com/0x524a/onvif-go/server" ) func main() { @@ -164,7 +164,7 @@ import ( "log" "time" - "github.com/0x524A/onvif-go/server" + "github.com/0x524a/onvif-go/server" ) func main() { @@ -251,7 +251,7 @@ import ( "log" "time" - "github.com/0x524A/onvif-go" + "github.com/0x524a/onvif-go" ) func main() { @@ -430,7 +430,7 @@ This project is licensed under the MIT License - see the [LICENSE](../../LICENSE ## Acknowledgments -- Built on top of the [go-onvif](https://github.com/0x524A/onvif-go) client library +- Built on top of the [go-onvif](https://github.com/0x524a/onvif-go) client library - ONVIF specifications from [ONVIF.org](https://www.onvif.org) - Inspired by the need for flexible camera simulation in development workflows diff --git a/server/device.go b/server/device.go index 722be74..8f49a25 100644 --- a/server/device.go +++ b/server/device.go @@ -5,7 +5,7 @@ import ( "fmt" "time" - "github.com/0x524A/onvif-go/server/soap" + "github.com/0x524a/onvif-go/server/soap" ) // Device service SOAP message types diff --git a/server/server.go b/server/server.go index e03952e..ec5b68c 100644 --- a/server/server.go +++ b/server/server.go @@ -6,7 +6,7 @@ import ( "net/http" "time" - "github.com/0x524A/onvif-go/server/soap" + "github.com/0x524a/onvif-go/server/soap" ) // New creates a new ONVIF server with the given configuration diff --git a/server/soap/handler.go b/server/soap/handler.go index 6dd6659..b54495e 100644 --- a/server/soap/handler.go +++ b/server/soap/handler.go @@ -11,7 +11,7 @@ import ( "strings" "time" - originsoap "github.com/0x524A/onvif-go/internal/soap" + originsoap "github.com/0x524a/onvif-go/internal/soap" ) // Handler handles incoming SOAP requests diff --git a/server/types.go b/server/types.go index b67e244..908968b 100644 --- a/server/types.go +++ b/server/types.go @@ -4,7 +4,7 @@ import ( "fmt" "time" - "github.com/0x524A/onvif-go" + "github.com/0x524a/onvif-go" ) // Config represents the ONVIF server configuration diff --git a/test/test-server.go b/test/test-server.go index 77518e1..a48ebda 100644 --- a/test/test-server.go +++ b/test/test-server.go @@ -6,7 +6,7 @@ import ( "log" "time" - "github.com/0x524A/onvif-go" + "github.com/0x524a/onvif-go" ) func main() { diff --git a/testdata/captures/bosch_flexidome_indoor_5100i_ir_8.71.0066_test.go b/testdata/captures/bosch_flexidome_indoor_5100i_ir_8.71.0066_test.go index 2011860..795d2b8 100644 --- a/testdata/captures/bosch_flexidome_indoor_5100i_ir_8.71.0066_test.go +++ b/testdata/captures/bosch_flexidome_indoor_5100i_ir_8.71.0066_test.go @@ -5,8 +5,8 @@ import ( "testing" "time" - "github.com/0x524A/onvif-go" - onviftesting "github.com/0x524A/onvif-go/testing" + "github.com/0x524a/onvif-go" + onviftesting "github.com/0x524a/onvif-go/testing" ) // TestBosch_FLEXIDOME_indoor_5100i_IR_8710066 tests ONVIF client against Bosch_FLEXIDOME_indoor_5100i_IR_8.71.0066 captured responses diff --git a/testdata/captures/enhanced_device_features_test.go b/testdata/captures/enhanced_device_features_test.go index e8759b0..7542b6d 100644 --- a/testdata/captures/enhanced_device_features_test.go +++ b/testdata/captures/enhanced_device_features_test.go @@ -6,7 +6,7 @@ import ( "testing" "time" - "github.com/0x524A/onvif-go" + "github.com/0x524a/onvif-go" ) // TestEnhancedDeviceFeatures tests new Device service methods with real camera data