How to deploy Er REST Example on cc2650 platform - contiki

I am working on cc2650 and cc2531 dongle and I have already installed 6lbr. Now I need to check security for CoAP and I need to implement a simple example. I want to work on Er-REST example and I have some questions regarding to deployment.
1)Do I have to also use Cooja? I am asking I am using the native-border-router together with the slip-radio. So which settings should I have done to be able to deploy the example?
There are how to's for other platforms but not slip radio cc2650.
Is there anyone who worked on or do you have any suggestions?
Thanks in advance...

Check the TMOTES HOWTO in https://github.com/contiki-os/contiki/tree/master/examples/er-rest-example
It should be the same concept to what you want.
Be careful with what "native" platform means: check this link https://github.com/contiki-os/contiki/wiki/Native%2C-minimal-net

Related

Using kAIron as a ChatOps for Jenkins 2.0

I am attempting to use an Open Source product called kAIron for implementing NLP based ChatOps system for our DevOps pipelines built using Jenkins 2.0.
So two questions.
Is it even possible to achieve, or is this not something for which this product is built?
If yes, can someone point me to the documentation or get started kind of tutorials?
As I am one of the core contributors of kAIron, I will able to answer your questions.
Yes, it is possible to achieve, as kAIron helps users to train the bot.
you can try kAIron, or you can do manual deployment
As Kairon is under active development so we are happy to answer any questions you may have on our Github page
We are fairly active in our responses
Here are getting started videos for Kairon . We have started documentation . So please have patience with us .
https://www.youtube.com/channel/UCT5GAEluyaugvORqPwf-WRw/playlists
Thanks

How do I implement a Document Provider Extension in Xamarin?

I maintain a store of encrypted data I would like to expose to other applications. Right now the data requires a passcode to unlock/decrypt that data.
The document provider extension I created so far doesn't seem to be loading (I checked the certificates) and I can't expose that to the other apps.
Are there any examples of how to do this?
I've already looked at the official documentation, the Git repository of various team members of Xamarin, and all the other general sources.
Are there any special gotcha's I need to address and may be missing?
This should give you a good start : https://forums.xamarin.com/discussion/16071/encryption-decryption-in-xamarin
And to get a complete working solution. Refer the Kinder Chat app.
https://github.com/xamarin/KinderChat
Hope that helps

Use Remind101 in iOS app

Is it possible to embed Remind101 within another app? I have googled and haven't had any luck finding any SDKs but thought maybe some here may have had some success with perhaps deeply buried github projects?
This is Natalie from Remind. We don't currently have a public API / SDK available, but are considering offering something in the future. Definitely shoot us an email at contact#remind.com and we'll follow up with you once it's possible to interface with our API, etc. Excited to hear from you! (Note: We do have a widget available that streams a user's sent Remind messages to his/her website or class page.)
It looks like it might be possible to interface with Remind, but it's not entirely clear. There is a ruby gem for communicating with a Remind API (JSON, it seems), but I am unable to find documentation for the API itself. In addition, the ruby gem project seems to have been removed from Remind's Github account, so take that as you will. You might want to reach out to Remind support to ask if it is still possible to communicate with Remind in this way.
If you do wish to attempt communication via the API, I would begin by playing with the Remind101 gem in ruby on your desktop OS X machine first. If you're able to successfully communicate, then you can set about building a native iOS SDK to make the same network calls.
Good luck!

Which one is better for social networking integration in iOS development?

I have searched on net for social networking integration in iOS projects (For example: Facebook, Twitter, etc)
I found there are also SDKs available for particulars and some OpenSource projects/frameworks are also available for the same which combines all into one like (ShareKit).
What is the difference in those two? Which one is better to use? Is there any problem to upload an app on AppStore which is using ShareKit framework/code?
Thanks in advance.
Mrunal
If you are using ARC in your project ShareKit is a big waste of time.
Twitter can be added very easily using the Twitter framework and TWTweetComposeViewController. Not sure about any others.
#mrunal check Socialize out: http://www.GetSocialize.com and see what you think. Full feautre list at http://go.GetSocialize.com/features
DROdio
If you are only looking to use Twitter and Facebook, then it is simple enough to just use their API and implement it in your code.
If you are new to development or want to use more (Delicious, Tumblr, Read It Later, Bit.ly, Mail), then I would highly recommend using ShareKit. It allows for sharing of text, URLs and even images. It takes less than an hour to setup even when using ARC and comes with a sample app to play around with. It is also easy to update when more features are added or the API of one the sites changes.

Stats/Monitor/Inspector for beanstalkd

Does anyone know of an app that can monitor a beanstalkd queue? I'm looking for something that shows stats on tubes and jobs, and allows you to inspect the details.
I'm not really picky about language/platform, just want to know if there's something out there before I write my own.
All of these and at least two others are listed on the beanstalkd wiki tools page:
https://github.com/kr/beanstalkd/wiki/Tools
The best ones are:
http://github.com/ptrofimov/beanstalk_console — a web admin interface (PHP)
http://github.com/andreisavu/django-jack — a web admin interface (Django)
http://github.com/dustin/beanstalk-tools — a CLI admin interface
Another one is here https://github.com/ptrofimov/beanstalk_console (php web monitoring interface )
Also very new: https://github.com/denniskuczynski/beanstalkd_view (Ruby/Sinatra app)
Another solution based on PHP (for fast and easy deployment): phpBeanstalkdAdmin.
Disclaimer: I am the creator of this tool ;)
I've just written a new Beanstalkd CLI tool. It should run on all platforms and doesn't have any dependencies.
https://github.com/schickling/beanstalkd-cli/
beanstalktop is excellent/essential. It is a top-like interface that shows you the status of all your tubes. You get live job counts of various states for all tubes, and some general stats.
https://github.com/wewriteapps/beanstalktop
All of these and at least two others are listed on the beanstalkd wiki tools page:
https://github.com/kr/beanstalkd/wiki/Tools
aurora: Cross-platform Beanstalk queue server console.
https://github.com/xuri/aurora

Resources