Is there any other sources to download IBM Watson iot-device-samples.git? - ibm-watson

I'm learning about IBM Watson IoT Platform about Device Management Protocol. but i can't access the iot-device-samples.git. Is there any other link that similar to that?
the error link : https://github.com/ibm-messaging/iot-device-samples/

most of those samples can be found here:
https://github.com/ibm-watson-iot

We restructured the samples into the repositories for each languageā€™s client library. So depending which language you are interested in you will find samples in the following locations:
Python: https://github.com/ibm-watson-iot/iot-python/tree/master/samples
Java: https://github.com/ibm-watson-iot/iot-java/tree/master/samples
NodeJS: https://github.com/ibm-watson-iot/iot-nodejs/tree/master/samples
Out of interest, where did you find the link to that old repository, if you le me know I will see if I can get it updated.

Related

How can I build a standalone MQSeries client under Linux using the C API?

IBM offer an installable MQSeries Client software that allows you to access queue managers on remote hosts. They also offer some C-callable libraries that let you do messaging from a C application.
My problem is that I don't have admin access on the hosts I plan to test-deploy on, and getting an application installed comes with bigtime Enterprise hassle. IBM, meanwhile, acts as if there's no alternative to installing their whole client package. Assuming I'm willing to forgo their support, can I get around this? i.e. is there some set of objects/libraries I can link with to produce a standalone client?
From v8.0.0.4 onwards, IBM provides set of libraries as a zip/tar and you don't need to install whole client package. See here: http://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.ins.doc/q122882_.htm.
But you still need queue manager running somewhere to test your application.

Retrieve network camera stream URL in Linux

I am trying to retrieve rtsp URLs of cameras on my network. I can do this using Onvif Device Manager on Windows but how to do this on Linux using C/C++ or command line tool. I have tried various libs e.g. onvifc (OpenCVR) and onvifcpplib but none of them could compile on Linux, neither they have API documentation. Any suggestions please!
I was able to find a gsoap-onvif solution from https://github.com/tonyhu/gsoap-onvif. This programs successfully retrieves parameters from most of the Onvif complaint cameras.
you can have a try with python onvif, some feature you can use, may be other feature such as PTZ you can use .
also, you can have a try with opencvr's another project, https://github.com/veyesys/h5stream, if you can't compile,you can download from sourceforge.
Good luck.

Information for connecting SIP user Agent with SIP server(Opensip)

I am a newbie to sip server and i am experimenting with it using c programming.
I have installed open sip server on my ubuntu 13.04.
and i am trying to configure it.
can somebody provide me a basic example showing how a user agent registers to sip server.
Do i have to download some specific sip user agent.
if yes,can you suggest me some names
so that i can start programming in right direction.
Well, you can use XLite of course. That's free and simple enough.
http://www.counterpath.com/x-lite-download.html
For SIP and OpenSIPs you should refer to the official documentation which also have a number of nice webinars.
http://www.opensips.org/Documentation/Webinars
I advise you to start with SIP introduction and Introduction to OpenSIPS

Bluetooth connection with Nokia e63 in java?

I want to connect with my nokia e63 mobile using bluetooth or usb with pc but that using java application.
I want to know about how to do that ? And
my question are like :
Can I connect with using java application and if yes then how ?
I mainly want to get the calling information. I want to save the calling information like whose called on which time in database but for that i need the number whose calling ? Is this possible with using java application ?
And any references will very much helpful.
Thank You...
I developed an Bluetooth Java Applicaton 1 year ago and I 've used the Java Docs pretty much which are really helpful !
http://developers.sun.com/mobility/midp/articles/bluetooth2/ , http://developers.sun.com/mobility/apis/articles/bluetoothcore/
I don't know how to access call informations but connecting is not that difficult.

Writing a GlusterFS Translator - Any Documentation about this?

I would like to write a custom GlusterFS Translator for file encryption with AES. Besides this rather rare description:
http://europe.gluster.org/community/documentation/index.php/GlusterFS_Contributors_FAQ, is there any other documentation on writing a custom Translator?
Maybe HekaFS is what you need, it already has a encryption translator.
You can find some dated documentation in the hacker-guide directory of the source repository:
http://git.gluster.com/?p=glusterfs.git;a=tree;f=doc/hacker-guide;hb=HEAD
hacker-guide.tex should be a good place to start.
There is a detailed talk on this topic from #oscon12, which is being recorded today, from RedHat ,also suggest you download the slides
Here's a link to the presentation slides

Resources