Controlling GPIO's of ESP8266 (NodeMCU) using KAA Sandbox (0.10.0) - nodemcu

The tutorial is given for older version of KAA Sandbox. Can some please explain how to do the same in newest version (0.10.0).
Particularly, which demo application should I fuse node-mcu with.

The ESP8266 sample application was not ready at the time of Kaa 0.10 Sandbox release. Thus, it was disabled on the Sandbox.
The new version is available in the Kaa Sample Applications GitHub
repository. You should use the Kaa SDK from the Kaa 0.10 Sandbox, but the code from the master branch.
It was planned to release Kaa 0.10.1 Sandbox where the application is again enabled, but the date of the release is not defined yet.

Related

What's the latest version of Cloudera Manager and CDH?

I'm currently running on cloudera Manager 5.14.3 and CDH 5.14.2
and want to upgrade to a higher and more stable version. Which version is the most stable and advisable to upgrade to? Version 6 or version 7?
In general Cloudera always recommends you to go the highest GA version of the big data platform.
However, be advised that Cloudera Manager 7 is actually the manager of the new generation of the platform: CDP.
As such you may need to check with your account team whether any additional steps are needed to upgrade to the platform. This is likely still worth looking into, as the CDH 6 end of life is approaching in about 18 months already.

WSO2 IoT server fail to download device agent

I have downloaded WSO2 IoT server version 3.0.0, and followed all the instructions to run the product on Windows 10 machine with JDK 1.8 installed. Everything was going fine until I tried to download virtual fire alarm device agent.
Simple, it was not working, and a blank page with no response was all that I have got. Then I tried the same for a Raspberry Pi device, and again the device agent failed to be downloaded. It is interesting that this bug was reported for Alpha and 3.1.0 product versions, so it seemed that the current official version is free from this.
Do you have any explanation of this ill behavior (it doesn't seem to me that anything is missing in the documentation)?

Is it possible to install Greenplum database on Mac?

Is it possible to install Greenplum on Mac. I can only see database servers for SuSE and RedHat linux on this page.
I am having trouble to get started.Though i have tried sandbox VM, that works fine.
Greenplum is not bundled for Mac as a Pivotal distribution. Many developers, though, build and test Greenplum on Macs and most of the development stations used at Pivotal are Macs.
If the build instructions do not work for you there is a wiki page for building on that environment.

Can the code developed and running in Websphere application server v5.1 run in Websphere application server v6.0/6.1/7.0?

Can the code developed and running in Websphere application server v5.1 run in Websphere application server v6.0/6.1/7.0 without any problems?
My scenario:
Originally, the application developed using Java 1.4 and WAS v5.1. As part of change request, we are going to do some changes in that application.
Currently, in my development environment i have RSA(Rational Software Architect) 7.5. It complaint with only WAS v6.0/6.1/7.0. So i can work with one of these WAS version.
Which version i can choose to work for development WAS v6.0/6.1/7.0?
But finally the developed/changed code in WAS6.0/6.1/7.5 will be deployed in WAS v5.1(PRODUCTION) only. I am worried about whether code will run properly or not.
Will i get any complaint problem in this scenario?
Thanks in advance.
The most important is not to change your compiler settings from 1.4 to the RSA 7.5 default which I believe is 1.5.
In case you compile your source code with higher version of Java and deploy it in a Container which runs on a lower version you are going to have trouble.
Generally it is safe to run and test your legacy app on a higher WAS version but keep your eyes on the compiler settings as I mentioned.

Xcode version / AppStore

When ready to present an app to put on the appStore; is there a minimum version of Xcode required? Or any version however old is good?
Thanks
According to Apple,
You should always use the latest Xcode (requires Apple ID to login)
Note: You can build with the very latest SDK, and run your app on an earlier operating system. The Deployment Target build setting controls the lowest operating system version that your app will run on. This setting is independent of the Base SDK build setting.
Using any other SDK is TEMPORARY
It's important to understand that using an older SDK is a temporary workaround, not a solution. Issues preventing your app from using the latest SDK should be fixed as soon as possible. It will be much easier to fix these issues while the older build system is still supported.
Latest & Easiest way
Application Loader
You need to have some minimum version of the XCode, but no need to have the very latest one...
And for easy steps & guidelines to submit app in to appstore please check out the following url
Easy Steps for App Store Submission & Certificates creation - By iOSCodeGUIDE

Resources