-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add coreMQTT library #80
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.
left some remarks :)
coreMQTT/build.sh
Outdated
|
||
mkdir -p "$PREFIX_COREMQTT_BUILD" "$PREFIX_COREMQTT_INSTALL" | ||
if [ ! -f "$PREFIX_COREMQTT/v${COREMQTT_VERSION}.tar.gz" ]; then | ||
wget "$PKG_URL" -P "${PREFIX_COREMQTT}" --no-check-certificate; |
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.
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.
I am using functions from #78 now, but I haven't created the mirror yet
5c4d1d7
to
74b670b
Compare
bfc8d6e
to
1553a5e
Compare
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.
Minor comments.
Please rebase your changes and exclude any other non-relevant commits (e.g. build and lua changes from separate branches). We are already reviewing, so also please set this PR as ready for review.
1553a5e
to
113214d
Compare
build.sh
Outdated
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.
113214d
to
023d25f
Compare
JIRA: NIL-588
023d25f
to
a83ff96
Compare
Description
Porting a lightweight MQTT client library coreMQTT
JIRA-NIL588
Motivation and Context
Types of changes
How Has This Been Tested?
Checklist:
Special treatment
build: Add common utility functions, tidy up build process #78