diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-12-16 08:57:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2016-12-16 08:57:16 +0000 |
commit | 092ccd7f65025efc1da47ff25746be014c723556 (patch) | |
tree | e49032c99152d67b0a02c3284f0ced71bea29000 /meta-oem-extra-libs/recipes-support/mongoose/README.md | |
parent | eaf52ebb879ea1fec2e7f597cd56ed2aa9596381 (diff) | |
parent | 0f2e535b241c6d8c1cb313fb65ef22dfe8ec2cdc (diff) |
Merge "Add Mongoose Embedded Web Server Library"
Diffstat (limited to 'meta-oem-extra-libs/recipes-support/mongoose/README.md')
-rw-r--r-- | meta-oem-extra-libs/recipes-support/mongoose/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-oem-extra-libs/recipes-support/mongoose/README.md b/meta-oem-extra-libs/recipes-support/mongoose/README.md new file mode 100644 index 00000000..85bcfd0a --- /dev/null +++ b/meta-oem-extra-libs/recipes-support/mongoose/README.md @@ -0,0 +1,10 @@ +Add Mongoose Embedded Web Server Library for AGL OEM NEDDS +================================================================ +Default Mongoose has build in 3 sub libs libmongoose.so +libmongoose_ssl.so and libmongoose_mqtt.so define with +MONGOOSE_EXLIBS in bb files. +If necessary you can modify MONGOOSE_EXLIBS and CFLAGS_XXX in +bb file to customize the library function. + +access https://github.com/cesanta/mongoose for more infomation + |