-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed include paths * implement make install * remove build dir * replace build with out dir * replace build with out dir * rename makro * include pahomqtt path for include dir, and *.h files for install * rpi remark * add valgrind;fix tests * test are not part of the all;update readme with valgrind * allow installing mqtt dep * Install include files independently * first copy PAHO_MQTT_HEADER_FILES * separate install includes * example build selection * run build on aciton with sudo to install dep * missing valgrind for actions * Changed folder structure * Initial scattering/file changes * Permission changes; Defining types; * Attribute model * Parameter model * Feed model * Model for incoming feed values * Updated reading not to include manifest * Added new handles to wolk object * Added pipeline for parser to be implemented; Implemented serialization of simple messages * Revised permissions * Temporary simple example, for testing capabilities of new software * all * disable pahoc installation at /usr/lib * init char array * rename MANIFEST_ITEM_REFERENCE_SIZE into REFERENCE_SIZE * first_reading into readings * clear readings, clear recieved char array, form DT payloads * rename defines, remove manifest, intorduce wolk_readings_t, wolk_add_numeric_feed * change for type int to size_t;intorduce reading data type * separate parsing based on the message type * implement remove feed and register bulk * implement multiple attribute registration;outbound message init * receive feeds, paramters and time * Implement details_synchronization; * introduce feed_registration_t, wolk_init_feed;remove reading term; remove lastwill from disconnect;implement examples * reading to feed * remove readings.h and .c * remove unused * adding header to files;add unit to format at cmake;init word into initialize;cover feed serialization tests * implement parameter_value_handler, wolk_init_parameter and wolk_set_value_parameter; * md5 from PCSXALL repo * insert new topic; subs to p2d; remove fw verison * implement wolk_init_attribute; implement md5 checksum comparison * format; remove local var for topic * test fix including md5.h * file list struct; * delete files;abort;receive files with multiple chunks * url download * url download error mngt * update exmaples with defualt values * stop if defined chunk size is out of the range * fm implementation;remove version;new topics * fix compiler warnings * update readmes * add NL at the eol; * Feat/build doc with actions (#79) * add Doxygen Action * add deployment gh-pages * doc deploy * remove Unexpected input(s) for action gh-pages * docs path * remove workign dir * remove pub dir * run doxygen * only run * create nojekyll * run Doxyfile * force branch * new way Signed-off-by: srdjanStankovic <srdjanrstankovic@gmail.com> * deploy * runs on * remove * comment doxyfile-path: * work dir * doc to docs * update comments Co-authored-by: srdjanStankovic <srdjanrstankovic@gmail.com> * Feat/build doc with actions (#80) * add Doxygen Action * add deployment gh-pages * doc deploy * remove Unexpected input(s) for action gh-pages * docs path * remove workign dir * remove pub dir * run doxygen * only run * create nojekyll * run Doxyfile * force branch * new way Signed-off-by: srdjanStankovic <srdjanrstankovic@gmail.com> * deploy * runs on * remove * comment doxyfile-path: * work dir * doc to docs * update comments * add dependency between jobs * add working dir * publish dir update * deploy at the same time * remove doxygen from apt install Co-authored-by: srdjanStankovic <srdjanrstankovic@gmail.com> * change host name input * remove ca.crt file;fix FIRMWARE_UPDATE_CHECK_TIME neutral value * create out dir Co-authored-by: srdjanStankovic <srdjanrstankovic@gmail.com> Co-authored-by: srdjastankovic <srdjan.stankovic@wolkabout.com> Co-authored-by: LazarBozic94 <lazar.bozic@wolkabout.com>
- Loading branch information
1 parent
4cbc7a5
commit 8560d00
Showing
102 changed files
with
4,417 additions
and
4,419 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,6 +48,7 @@ release | |
cmake-build-release | ||
build | ||
cmake-build-debug | ||
.vscode | ||
|
||
# Out directory | ||
out | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.