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

Protocol Gateway Template and Example #3

Merged
merged 12 commits into from
Jul 22, 2020

Commits on Jun 19, 2020

  1. Add a gitignore file to the repository root.

    Signed-off-by: Abel Buechner-Mihaljevic <[email protected]>
    b-abel committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    32a5b8f View commit details
    Browse the repository at this point in the history
  2. Add readme files for the protocol gateway template and the Azure exam…

    …ple.
    
    Signed-off-by: Abel Buechner-Mihaljevic <[email protected]>
    b-abel committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    ab61faa View commit details
    Browse the repository at this point in the history
  3. Add a template for MQTT protocol gateways and an example implementati…

    …on of this
    
    template that supports the MQTT API of the Azure IoT Hub.
    
    Signed-off-by: Abel Buechner-Mihaljevic <[email protected]>
    b-abel committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    9602eb8 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Add script to create tenant and devices for demonstrating Azure proto…

    …col gateway.
    
    Signed-off-by: Abel Buechner-Mihaljevic <[email protected]>
    b-abel committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    905444a View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. [eclipse-hono#3] Requested changes: corrections in readme files.

    Signed-off-by: Abel Buechner-Mihaljevic <[email protected]>
    b-abel committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    85ba2a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. [eclipse-hono#3] Improve tests: initialize mocks in setUp instead of …

    …field declaration.
    
    Signed-off-by: Abel Buechner-Mihaljevic <[email protected]>
    b-abel committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    b1a4b0e View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. [eclipse-hono#3] Update Hono version to 1.3.0-M3.

    Signed-off-by: Abel Buechner-Mihaljevic <[email protected]>
    b-abel committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    30a5363 View commit details
    Browse the repository at this point in the history
  2. [eclipse-hono#3] Add Maven plugins surefire and failsafe.

    Signed-off-by: Abel Buechner-Mihaljevic <[email protected]>
    b-abel committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    553e868 View commit details
    Browse the repository at this point in the history
  3. [eclipse-hono#3] Requested change: make script executable.

    Signed-off-by: Abel Buechner-Mihaljevic <[email protected]>
    b-abel committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    67dccc4 View commit details
    Browse the repository at this point in the history
  4. [eclipse-hono#3] Support using environment variable "REGISTRY_IP" to …

    …configure the registry IP.
    
    Signed-off-by: Abel Buechner-Mihaljevic <[email protected]>
    b-abel committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    3ddf8d2 View commit details
    Browse the repository at this point in the history
  5. [eclipse-hono#3] Requested change: improve logging of AMQP connection.

    Signed-off-by: Abel Buechner-Mihaljevic <[email protected]>
    b-abel committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    8aabf92 View commit details
    Browse the repository at this point in the history
  6. [eclipse-hono#3] Add timeout to connection establishment and log crea…

    …tion of AMQP connection.
    
    Signed-off-by: Abel Buechner-Mihaljevic <[email protected]>
    b-abel committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    496b3fd View commit details
    Browse the repository at this point in the history