chore: update repository references from go-onvif to onvif-go

This commit is contained in:
ProtoTess
2025-11-12 17:45:04 +00:00
parent a6fda445f3
commit ea382eb9dc
43 changed files with 80 additions and 80 deletions
+5 -5
View File
@@ -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/go-onvif
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/go-onvif/server"
"github.com/0x524A/onvif-go/server"
)
func main() {
@@ -164,7 +164,7 @@ import (
"log"
"time"
"github.com/0x524A/go-onvif/server"
"github.com/0x524A/onvif-go/server"
)
func main() {
@@ -251,7 +251,7 @@ import (
"log"
"time"
"github.com/0x524A/go-onvif"
"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/go-onvif) 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