-
Notifications
You must be signed in to change notification settings - Fork 734
IBM IoT sample #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IBM IoT sample #13
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Triggering CI.
@mkitez interesting case to observe here. Checks passed for missing sample.json, I guess it could be that the sample does not require sample.json but I think we should fail the CI and let it be an explicit override by maintainer to merge this sample. Something to think about, doesn't affect this MR since Andrey plans to enter a sample.json and had marked this request as WIP. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of Issues that I noticed right off
- no licenses.txt file,
- samples.json should prove compile at a minimum
- sample.json file is also not validating running the app, but suspect a open port is needed. Please confirm thats the case
- read me is in a old style, take a look at: : https://gitlab.devtools.intel.com/ecosystem-dev-programs/pre-release/intel-oneapi-sample-template/blob/master/README.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Triggering CI
@andrey4latyshev - Please take a look at and resolve the CI error, error message is below |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving to trigger CI
make | ||
sudo make -C paho.mqtt.c install | ||
sudo make install | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these instructions applicable anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these instructions applicable anymore?
@andrey4latyshev - can you take a look at this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, these instructions help to build prerequisites.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why ask them to git clone the sample from that repo when it is present in this repo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why ask them to git clone the sample from that repo when it is present in this repo?
This step is needed to clone the dependency library IBM Watson IoT Platform from git.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
triggering ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pending on Swapna's approval
We have OS PDT and legal approval for the IBM Watson IoT Platform SDK. Ok from my side. Thanks. |
A sample to test IBM device connection. It is not approved by Sample Workgroup yet so marked as WIP.