Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MF-928 - Change CoAP lib #1233

Merged
merged 17 commits into from
Sep 22, 2020
Merged

MF-928 - Change CoAP lib #1233

merged 17 commits into from
Sep 22, 2020

Commits on Sep 14, 2020

  1. Switch CoAP lib

    Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>
    dborovcanin committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    f86f607 View commit details
    Browse the repository at this point in the history
  2. Revert removed adapter code

    Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>
    dborovcanin committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    0a98965 View commit details
    Browse the repository at this point in the history
  3. WIP CoAP refactor

    Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>
    dborovcanin committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    85aded2 View commit details
    Browse the repository at this point in the history
  4. Add auth key

    Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>
    dborovcanin committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    542c9bc View commit details
    Browse the repository at this point in the history
  5. Fix observers map

    Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>
    dborovcanin committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    56e8582 View commit details
    Browse the repository at this point in the history
  6. Fix reading message body

    Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>
    dborovcanin committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    273cb14 View commit details
    Browse the repository at this point in the history
  7. Fix subtopic parsing

    Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>
    dborovcanin committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    17d0caa View commit details
    Browse the repository at this point in the history
  8. Fix error handling

    Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>
    dborovcanin committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    bf58b7c View commit details
    Browse the repository at this point in the history
  9. Fix multi-protocol communication

    Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>
    dborovcanin committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    6f40513 View commit details
    Browse the repository at this point in the history
  10. Separate client from observer

    Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>
    dborovcanin committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    80d32fe View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Remove unused config

    Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>
    dborovcanin committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    fa92908 View commit details
    Browse the repository at this point in the history
  2. Remove TCP option

    Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>
    dborovcanin committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    209bd21 View commit details
    Browse the repository at this point in the history
  3. Inline error check

    Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>
    dborovcanin committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    dd4bfe9 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Add logging client errors

    Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>
    dborovcanin committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    7423ae3 View commit details
    Browse the repository at this point in the history
  2. Replace RWMutex since we're not using RLock

    Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>
    dborovcanin committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    b81993b View commit details
    Browse the repository at this point in the history
  3. Inline error handling

    Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>
    dborovcanin committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    7ca088b View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Inline error handling

    Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>
    dborovcanin committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    c27082a View commit details
    Browse the repository at this point in the history