fix: update repository references from '0x524A' to '0x524a' across documentation and code
This commit is contained in:
@@ -213,7 +213,7 @@ package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"github.com/0x524A/onvif-go/server"
|
||||
"github.com/0x524a/onvif-go/server"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
+5
-5
@@ -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
|
||||
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/0x524A/onvif-go"
|
||||
"github.com/0x524a/onvif-go"
|
||||
)
|
||||
|
||||
// Config represents the ONVIF server configuration
|
||||
|
||||
Reference in New Issue
Block a user