An open API service for providing issue and pull request metadata for open source projects.

GitHub / freertos/coremqtt-agent-demos issues and pull requests

#63 - Replace HTML/JS files with python script for converting PEM to C string

Pull Request - State: closed - Opened by moninom1 about 2 years ago

#62 - Fix alpn identifiers for mbedtls compatibility

Pull Request - State: closed - Opened by paulbartell about 3 years ago

#61 - Missing examples for Connect, Disconnect and Terminate APIs

Issue - State: closed - Opened by boraozgen over 3 years ago - 2 comments

#60 - Enable build with Newlib Nano or Nano LibC

Pull Request - State: closed - Opened by RichardBarry almost 4 years ago

#59 - Update log message for qos 0

Pull Request - State: closed - Opened by muneebahmed10 almost 4 years ago

#58 - Fix logging errors

Pull Request - State: closed - Opened by muneebahmed10 about 4 years ago

#57 - Fix default implementation of RNG

Pull Request - State: closed - Opened by chotzen about 4 years ago - 1 comment

#56 - Unify msvc and gcc tls handling

Pull Request - State: closed - Opened by RichardBarry about 4 years ago

#55 - Fix a bug in MQTT_Connect when configUSE_PREEMPTION == 1

Pull Request - State: closed - Opened by ma-lalonde about 4 years ago

#54 - Switch to picolibc

Pull Request - State: closed - Opened by keith-packard about 4 years ago

#53 - Rework logging to make thread safe

Pull Request - State: closed - Opened by RichardBarry about 4 years ago

#52 - OTA update getting failed.

Issue - State: closed - Opened by horsemann07 about 4 years ago - 11 comments

#51 - Compile mbedtls to a library

Pull Request - State: closed - Opened by RichardBarry about 4 years ago

#50 - Update-submodules-to-versions-that-fix-compiler-warnings

Pull Request - State: closed - Opened by RichardBarry about 4 years ago

#49 - Remove const from Agent_MessageSend() and Agent_MessageReceive()

Pull Request - State: closed - Opened by RichardBarry about 4 years ago - 1 comment

#48 - Fix compiler warnings. No functional changes.

Pull Request - State: closed - Opened by RichardBarry about 4 years ago - 2 comments

#47 - Update submodule pointers

Pull Request - State: closed - Opened by RichardBarry about 4 years ago

#46 - CMakeLists.txt linking error when implementing OTA.

Issue - State: closed - Opened by horsemann07 over 4 years ago - 13 comments

#45 - Update submodule and functions

Pull Request - State: closed - Opened by muneebahmed10 over 4 years ago

#43 - Update README

Pull Request - State: closed - Opened by muneebahmed10 over 4 years ago

#42 - Add PR checks

Pull Request - State: closed - Opened by archigup over 4 years ago

#41 - Rename files and structs

Pull Request - State: closed - Opened by muneebahmed10 over 4 years ago

#40 - Fix indexing of subpub stats

Pull Request - State: closed - Opened by muneebahmed10 over 4 years ago

#39 - Update types in MQTT Agent interface

Pull Request - State: closed - Opened by muneebahmed10 over 4 years ago

#38 - Move library makesfiles into sub directory

Pull Request - State: closed - Opened by RichardBarry over 4 years ago

#37 - Update basic connectivity demo tasks

Pull Request - State: closed - Opened by RichardBarry over 4 years ago

#36 - want to know shadow working flow

Issue - State: closed - Opened by horsemann07 over 4 years ago - 4 comments

#35 - Add files that describe the directories

Pull Request - State: closed - Opened by RichardBarry over 4 years ago

#34 - Add gcc qemu makefile build

Pull Request - State: closed - Opened by RichardBarry over 4 years ago

#33 - Command callback triggers with invalid command context

Issue - State: closed - Opened by chris-perry over 4 years ago - 2 comments

#32 - Add shadow demo

Pull Request - State: closed - Opened by archigup over 4 years ago

#31 - Update Agent submodule

Pull Request - State: closed - Opened by muneebahmed10 over 4 years ago

#30 - Add mqtt network buffer size check in OTA demo

Pull Request - State: closed - Opened by ravibhagavandas over 4 years ago

#29 - Mqtt agent as submodule

Pull Request - State: closed - Opened by leegeth over 4 years ago

#28 - Fix include for netstat utility

Pull Request - State: closed - Opened by archigup over 4 years ago

#27 - Make MQTT functions configurable

Pull Request - State: closed - Opened by muneebahmed10 over 4 years ago

#26 - Update OTA submodule pointer

Pull Request - State: closed - Opened by divekarshubham over 4 years ago

#25 - Update doxygen documentation

Pull Request - State: closed - Opened by muneebahmed10 over 4 years ago

#24 - Rename freertos-plus-mqtt directory

Pull Request - State: closed - Opened by muneebahmed10 over 4 years ago

#23 - Add Defender demo

Pull Request - State: closed - Opened by archigup over 4 years ago

#22 - Refactor AckInfo_t retrieval

Pull Request - State: closed - Opened by muneebahmed10 over 4 years ago

#21 - Minor fix in Logging.

Pull Request - State: closed - Opened by leegeth over 4 years ago

#20 - Update ota submodule and demo

Pull Request - State: closed - Opened by ravibhagavandas over 4 years ago

#19 - Set configNETWORK_INTERFACE_TO_USE to 0L

Pull Request - State: closed - Opened by archigup over 4 years ago

#18 - Fix command struct pool

Pull Request - State: closed - Opened by muneebahmed10 over 4 years ago - 1 comment

#17 - Update API doc of callbacks to suggest against calling agent API

Pull Request - State: closed - Opened by aggarw13 over 4 years ago

#16 - Handle resubscribes

Pull Request - State: closed - Opened by leegeth over 4 years ago

#15 - More API Changes

Pull Request - State: closed - Opened by muneebahmed10 over 4 years ago

#14 - Subscription Manager for MQTT Agent demos

Pull Request - State: closed - Opened by leegeth over 4 years ago

#13 - Separate command pool and queue

Pull Request - State: closed - Opened by muneebahmed10 over 4 years ago

#12 - API Changes

Pull Request - State: closed - Opened by muneebahmed10 over 4 years ago

#11 - Update Command Loop API for disconnects

Pull Request - State: closed - Opened by muneebahmed10 over 4 years ago

#10 - Update path used by the tools, logging messages, and timeouts.

Pull Request - State: closed - Opened by RichardBarry over 4 years ago

#9 - Perform more validity checks before accepting a new agent comment.

Pull Request - State: closed - Opened by RichardBarry over 4 years ago

#8 - Add OTA demo using MQTT agent

Pull Request - State: closed - Opened by ravibhagavandas over 4 years ago

#7 - Merge branch ak/add ota to ota-coreMQTT-Agent-Demo

Pull Request - State: closed - Opened by AniruddhaKanhere over 4 years ago - 1 comment

#6 - Merge main to ak/add-ota

Pull Request - State: closed - Opened by AniruddhaKanhere over 4 years ago

#5 - Fix reconnect logic

Pull Request - State: closed - Opened by muneebahmed10 over 4 years ago

#4 - Merge mainline

Pull Request - State: closed - Opened by AniruddhaKanhere over 4 years ago

#3 - Renamed and better documented the compile time constants

Pull Request - State: closed - Opened by RichardBarry over 4 years ago - 1 comment

#2 - Rb/tidy up agent and demo

Pull Request - State: closed - Opened by RichardBarry over 4 years ago

#1 - Create separate tasks for publishers

Pull Request - State: closed - Opened by muneebahmed10 over 4 years ago