- 15 Jun, 2018 1 commit
-
-
Jaehyun Cho authored
To st_things modules use commonly, it need to make that library. Make st_framework module in service layer, and move st_app modules to there. To make prebuilt library for st-app-fw, use make_prebuilt.py script in tools folder. thil will copy dependency header in prebuilt folder and copy library about st-app-fw(libst-app-framwork.a) Detailed usage can check in make_prebuilt.py script file. Please Add build option ST_APP_FW to build st-app-fw library. ------------------------------- Test Case st_app (out of box) Create Soft-AP : OK Provisioning : OK Controlled by ST android app :OK st_app (setup is done) - OK st_app (with reset) - OK Change-Id: Ie44b7053a69afe9ad230ecde1655f252bdd45ae7 Signed-off-by:
Jaehyun Cho <jaehyun3.cho@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25629Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 02 Jun, 2018 1 commit
-
-
Philippe Coval authored
IMHO, this should be refactored to split generic and platform parts, I think that files from: ./apps/st_app/${port} Should be relocated into: ./api/ And then plaform specific code should be in: ./port/${port} Or eventually: ./extra/port/${port} if not used by lib internals, just to make app developer easier. Change-Id: I3b0a5e952f4678a3c2d3c568085df2575cc4eeda Bug: https://jira.iotivity.org/browse/LITE-8 Origin: https://gerrit.iotivity.org/gerrit/#/c/25547/Signed-off-by:
Philippe Coval <p.coval@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25547Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 30 Apr, 2018 1 commit
-
-
pilli manikanta authored
Diffrences with liunx port: 1.Disabled IPV6 functionality(TizenRT won't support IPV6 functionality) 2.Added randomness generation function. 3.Disabled netlink socket(TizenRT won't support netlink sockets) 4.Added getting interface addresses api as per TizenRT. Bug: https://jira.iotivity.org/browse/LITE-4 Change-Id: I4624287bb93287491aa3eb4aeed9b57a9e148da0 Signed-off-by:
pilli manikanta <p.manikanta@partner.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/24969Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
- 19 Feb, 2017 1 commit
-
-
Flavio Ceolin authored
Generating two libraries: libiotivity-constrained-client.a and libiotivity-constrained-server.a The libraries are being created to make easier others developers create applications using iotivity-constrained. Change-Id: I477dd5b1094c1691e6f9250104e2b9ed17e2ef20 Signed-off-by:
Flavio Ceolin <flavio.ceolin@intel.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17233Reviewed-by:
Kishen Maloor <kishen.maloor@intel.com> Tested-by:
Kishen Maloor <kishen.maloor@intel.com>
-