Commit Graph

39 Commits

Author SHA1 Message Date
fpagliughi cd2d10b650 Added support for UNIX-domain sockets for v1.3.x 2025-01-02 17:21:51 -05:00
Ian Craggs c93267defa Update some README URLs due to introduction of eclipse-paho Github org 2024-12-15 17:52:59 +00:00
Ian Craggs 6e6488d908 Merge branch 'master' of github.com:marcfir/paho.mqtt.c into marcfir-develop 2024-04-17 11:24:08 +01:00
marcfir f750df1b37
Add PAHO_WITH_LIBRESSL to README 2024-03-18 09:11:49 +00:00
Artan Sadiku c520cc6cc6 Update CMake toolchain link in README file
- Old link was pointing to a resource that was
moved. New link points to the manual page of
the CMake software

Signed-off-by: Artan Sadiku <artan.sadiku@he-arc.ch>
2023-10-24 21:15:50 +02:00
Ian Craggs 3b03bebb70 Correct script name #1273 2023-01-31 12:47:47 +13:00
Ian Craggs 749515ddc7 Add Frank's musl thoughts to README #901 2022-09-28 16:52:00 +01:00
Jonliu1993 7761747083 Add vcpkg installation instructions 2022-09-28 16:35:05 +01:00
Ian Craggs 86db2e1cdc Merge branch 'readme-updates' of https://github.com/fpagliughi/paho.mqtt.c into fpagliughi-readme-updates 2022-09-27 14:36:24 +01:00
Ian Craggs 7cfd87223e Fix install list #1260 2022-09-27 14:17:10 +01:00
Ian Craggs 306a4b4c16 Point to correct doc location #1240 2022-06-30 14:51:44 +01:00
fpagliughi 23393131fb Update of README with hints on using CMake for MQTT client apps.
Signed-off-by: fpagliughi <fpagliughi@mindspring.com>
2022-05-30 23:57:19 -04:00
Yurii Nakonechnyi 9db81de275 Updated README.md - added description for CMake option PAHO_ENABLE_TESTING
Signed-off-by: Yurii Nakonechnyi <inobelar@gmail.com>
2021-10-04 15:16:59 +01:00
Ian Craggs a312dafa24 Add some MQTT info to README 2020-08-03 16:24:24 +01:00
Ian Craggs ac38fc98cd Add PAHO_HIGH_PERFORMANCE to the readme #914 2020-07-06 13:38:00 +01:00
Ian Craggs bccb3ca929 Fix up library names in README 2020-05-21 20:23:48 +01:00
Ian Craggs 146d210add Update README with more useful info 2020-05-12 22:45:18 +01:00
Ian Craggs 41bfa828ee Small README update 2020-04-16 12:23:22 +01:00
Ian Craggs 9d98f438dc Note __cdecl calling convention on Windows #543 2020-04-13 17:45:10 +01:00
Andreas Walter ad155b1f52 use find_package to configure and use OpenSSL
Signed-off-by: Andreas Walter <andreas.walter@waltronix.de>
2020-02-09 19:57:18 +01:00
Deon McClung 22ba7924ff Update the README.md to mention the PAHO_BUILD_SHARED option
Signed-off-by: Deon McClung <dmcclung.eclipse@gmail.com>
2020-02-04 06:50:19 -07:00
Ian Craggs b52c08ffbf Remove line from README 2018-08-09 16:47:23 +01:00
Ian Craggs 623aef4743 Add LGTM badge 2018-08-09 16:46:08 +01:00
James Sutton 4eea534d2a
Fixing Documentation link in README.md
Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
2017-08-30 11:25:13 +01:00
Ian Craggs f246b1f81d Merge pull request #278 from Bubu/bugfix/openssl_path
Readme: properly document OPENSSL_SEARCH_PATH
2017-07-27 10:51:17 +01:00
Otavio R. Piske ec9dfb476e Added a label for displaying Travis build status
Signed-off-by: Otavio R. Piske <opiske@redhat.com>
2017-07-26 16:41:46 +02:00
Marcus Hoffmann 88f9f909c1 Readme: properly document OPENSSL_SEARCH_PATH
Since 28a3114ce9 the documentation regarding openssl search paths we pass
to cmake is out of date.

Properly document the current behaviour.

Signed-off-by: Marcus Hoffmann <m.hoffmann@cartelsol.com>
2017-05-13 16:51:31 +02:00
Ian Craggs 236f441569 Merge branch 'feature/debian-package' of https://github.com/griera/paho.mqtt.c into fixes #158
Conflicts:
	CMakeLists.txt
	README.md
2017-05-02 13:11:35 +01:00
Ian Craggs a20a9fb9ff Update README to refer to Github for bug raising 2017-04-21 15:43:05 +01:00
Ian Craggs 8c5922d198 Update README to focus on Make build 2017-04-10 16:36:29 +01:00
Otavio Rodolfo Piske bd94dadef1 Adjusted formatting so that a command name follows the same formatting pattern as the rest of the document
Signed-off-by: Otavio Rodolfo Piske <opiske@redhat.com>
2017-03-19 11:04:25 +01:00
Otavio Rodolfo Piske a534cfccfa Removed an invalid character incorrectly added to the description
Signed-off-by: Otavio Rodolfo Piske <opiske@redhat.com>
2017-03-19 10:46:50 +01:00
Otavio Rodolfo Piske 383bccedd9 Updates the documentation to include test details
Add new test build variables to the table listing the build options and
describes, briefly, how to run the tests

Signed-off-by: Otavio Rodolfo Piske <opiske@redhat.com>
2017-03-19 10:45:11 +01:00
Guilherme Maciel Ferreira 1b012f4ee8 Add static library to CMake build
Signed-off-by: Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
2017-02-15 16:02:16 -06:00
Genis Riera Perez 65a927a83e Add support for building debian package
This commit add the necessary code that allows to generate debian
package from source by using CMake, CPack and debhelpers tools.

Signed-off-by: Genis Riera Perez <genis.riera.perez@gmail.com>
2016-07-19 16:28:48 +02:00
Rainer Poisel 3b8a5645f0 Support for the CMake build system
Signed-off-by: Rainer Poisel <rainer.poisel@gmail.com>
2016-03-30 15:02:15 +01:00
Roger Light 39e7b45d74 Bugs for the C client should be reported against MQTT-C. 2013-06-24 20:54:28 +01:00
Andy Piper 97abb656a6 Improved usage information (e.g. for C++ usage) 2013-03-04 21:53:25 +00:00
Andy Piper 7d09e5fd81 README file, OS X build support
Added top-level README.md with details of building, links to info
Added OS X build rule to Makefile. NB needs updating for samples
Added Paho logo to doc dir for potential future use.
2013-03-04 16:55:10 +00:00