ONVIF Sample NVT, NVR etc. code [closed] - camera

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I have to implement camera systems that support ONVIF specification.
When I search "sample ONVIF code" through internet, I find the client side (ONVIF device manager written in C#) but no available sample for NVT NVR etc. Is there any example? The programming language is not important.
Perhaps this is the same question as:
Open source code exists for ONVIF video stream on camera side? (not client side)
but there is no answer at all.

As far as I know there's one opensource client, OnvifDM.
Please pay attention that this program is not related to the ONVIF group, so you can use it as an example, but it is not the officially endoersed way to implement the protocol. The only official document is Application Programmer's Guide.
Finally, ONVIF has a developer forum where you can get lots of information. You don't need any more to be member of ONVIF to access it.

Related

Documenting a Spring HATEOAS API [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Are there any plugins out there (similar to Swagger) which provide the ability to document HATEOAS APIs?
The Swagger interface is quite good but it doesn't have level 3 REST support.
I use spring-restdocs in combination with the HAL-browser.
You don't necessarily need HAL for restdocs though, although it is recommended.
Restdocs will generate code samples and link & field descriptors in the asciidoc format. You can then link to these asciidocs from inside the HAL-browser.
To see the result in action (although this is hardcoded), check this out: foxycart. Click on the little doc links next to the rels.
After further investigation I discovered HAL-browser (https://github.com/mikekelly/hal-browser) which is quite good. Although, your API must return content-type of HAL for it.
You don't need to configure anything on the server for this tool. Just open it in a browser and point to your API.

Creating a ZigBee network [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
For a school project our client wants us to create a ZigBee network either using the Texas instruments cc2531 or a XBee. We've got a CC2531 with some sensors from Cleode. In their program, named cleobee, everything works fine. The connection is automatically made, and we don't have to do anything else than turn on the sensors for the connection to be made.
Now we want to use the CC2531 to connect with the sensors without using the Cleode program. Is there a simple way to set up a network? Is there an API we can use? We've found zTool in which we can monitor the usage of the cc2531, but we don't really know what else we can do with it.
Also, we would like to connect an Olimex mod-zigbee-pir sensor with it. Can we do this in the same manner as with the other sensors?
Is there any software available that let's us do this?
If you donot want to use the Cleode program than you can implement the same thing yourself by making changes in the API provided by TI.
Ti has provided all the APIs and you can refer it in the Documents that comes along with Z-stack.
Also sample and Generic programs for zigbee networks are provided which you can modify it according to your requirement.

Web API introduction for Objective-C? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I've never accessed a web API, and I'm looking for a thorough introduction. Specifically, I want to access Google APIs from a Mac OS X application. I can successfully find similar code, copy and paste, but I really want to understand how this all works, and can not find any beginner text of the subject.
Apple's introduction to using NSURLConnection is here, and there's some Apple sample code here. Google also has a gdata-objectivec-client client library, which I've never used, but sounds like a drop-in solution to accessing Google's data services. The Google project page has links to overview slides, an introduction and example applications.

Examples of Push APIs [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Looking for examples of Push APIs, other than the websocket or the comet or the pubsub.
Need examples specifically for communication between two systems (versus Client/Browser - Server). In other words it doesn't have to be over HTTP.
PubSubHubbub A simple, open, server-to-server web-hook-based pubsub (publish/subscribe) protocol as an extension to Atom and RSS.
They also have a wiki page for comparing different protocols.
There are several somewhat evolved APIs for this. Here is one for jQuery. Here is a blog post describing how to implement this in ASP.NET. It's a difficult framework to idea due to that pesky constant connectivity thing.

Any Snail Mail APIs Recommendations? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm building a web application and i want to send Snail Mail automatically by server side, Is there any good APIs for that? ( i don't mind about the cost )
P.S. I'll hate you if you say it's not programming related, and i bet many coders here would love to know.
Thanks!
Here's a list of mailing services I found with APIs, or something close to it
https://click2mail.com/ (REST and SOAP)
http://www.postalmethods.com/ (SOAP)
http://l-mail.com/ has an 'integration' account. It is not clear how automatable sending a letter is.
http://www.cfhdocmail.com/ (SOAP)
http://www.ezgram.com/ has an HTML based interface you might be able to reverse engineer
https://www.trypaper.com/ (REST)
https://www.lob.com/ (REST)
I just found Postal Methods API. I haven't really seen any others.