Difference between revisions of "MQTT: Arduino install library untuk PubSubClient.h"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
bisa dengan | bisa dengan | ||
− | cd ~/ | + | cd ~/Downloads |
wget https://github.com/knolleary/pubsubclient/archive/master.zip | wget https://github.com/knolleary/pubsubclient/archive/master.zip | ||
− | |||
− | cd ~/ | + | Lebih baik add melalui menu Sketch > Include Library > Add .ZIP Library |
+ | |||
+ | Atau | ||
+ | |||
+ | wget https://github.com/knolleary/pubsubclient/archive/master.zip | ||
+ | mv master.zip ~/Arduino/libraries/ | ||
+ | cd ~/Arduino/libraries/ | ||
unzip master.zip | unzip master.zip | ||
− | + | ||
− | + | ||
+ | |||
+ | |||
+ | ==Pranala Menarik== | ||
+ | |||
+ | * [[MQTT]] | ||
+ | * [[Arduino]] |
Latest revision as of 10:43, 14 June 2022
MQTT membutuhkan library untuk PubSubClient.h
Download dari
https://github.com/knolleary/pubsubclient/archive/master.zip
bisa dengan
cd ~/Downloads wget https://github.com/knolleary/pubsubclient/archive/master.zip
Lebih baik add melalui menu Sketch > Include Library > Add .ZIP Library
Atau
wget https://github.com/knolleary/pubsubclient/archive/master.zip mv master.zip ~/Arduino/libraries/ cd ~/Arduino/libraries/ unzip master.zip