Coder Social home page Coder Social logo

onvif's Introduction

Go OnVif Client

CircleCI CodeQL License: MIT

Simple management IP-devices cameras that honor the ONVIF Protocol protocol.

The present repository is a fork of goonvif that quickly evolved. Because of the need for quickly merged changes, the link to the upstream has been cut.

CLI tools

For the convenience and testing purposes, a CLI tool ships with the repository to help discovering and fetching information from devices.

onvif-cli COMMAND [SUBCOMAND] [ARGUMENTS...]
COMMAND:
  discover                 perform a web-service discovery on the local networks and
                           reports one line (IP:PORT CRLF) per device that responded
  dump SUBCOMMAND IP:PORT  Prints a single JSON object with a configuration dump
                           for the given camera
  SUBCOMMAND: 
    all         Prints the full configuration dump, all sections included
    media       Prints only the media section
    event       ...
    ptz         ...
    device      ...

SDK

A High Level go package aims at fetching information from the devices:

Low-Level go packages implement the OnVIF unitary SOAP calls. For each call :

Helpers:

Beginner's Guide

params := networking.ClientParams{
    Xaddr:      "",
    Username:   os.Getenv("ONVIF_USERNAME"),
    Password:   os.Getenv("ONVIF_PASSWORD"),
    HttpClient: nil,
}
sdkDev, err := sdk.NewDevice(params)
if err != nil { /* Not a reachable OnVif device */ }

Auto-generated code instead of generics

The low level packages provide one function per OnVIF SOAP method. Their purpose is to ease the persing and unpacking of the replies. The problem was the requirement to name the reply field as the reply expected reply type. But Golang's generics do not provide any sophisticated way to generate the name of a type instead of a type, as the # modifier does with cpp. That's why they have all been generated instead of replying on templated functions.

References

Clients SDK

References

Go

Python

C

Rust

Swift

Javascript

PHP

Client Apps_

onvif's People

Contributors

crazybber avatar dependabot[bot] avatar greenlightning avatar jfsmig avatar kikimor avatar palanjyan avatar yakovlevdmv avatar yjkhtddx avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.