Merged
Conversation
Contributor
Author
|
Closing in favor of #1. |
Signed-off-by: dusan <borovcanindusan1@gmail.com>
Signed-off-by: dusan <borovcanindusan1@gmail.com>
Signed-off-by: dusan <borovcanindusan1@gmail.com>
Signed-off-by: dusan <borovcanindusan1@gmail.com>
Signed-off-by: dusan <borovcanindusan1@gmail.com>
Contributor
|
The PR Looks good,
Example Config file: listeners:
- name: http
protocol: http
type: tcp
port: 8080
tls:
enabled: true
cert_file: certs/server.crt
key_file: certs/server.key
mtls:
enabled: false
- name: mqtt
protocol: mqtt
type: tcp
port: 8883
tls:
enabled: true
cert_file: certs/mqtt.crt
key_file: certs/mqtt.key
mtls:
enabled: true
ca_file: certs/ca.crt
- name: coap
protocol: coap
type: udp
port: 5684
dtls:
enabled: true
cert_file: certs/coap.crt
key_file: certs/coap.key
mtls:
enabled: true
ca_file: certs/ca.crt
plugins:
http: ./plugins/http.so
mqtt: ./plugins/mqtt.so
coap: ./plugins/coap.so |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this do?
This pull request makes mGate a standalone proxy separate handlers for different protocols.
Which issue(s) does this PR fix/relate to?
This pull request resolves #67.
List any changes that modify/break current functionality
Have you included tests for your changes?
No, it will happen in a separate PR.
Did you document any new/modified functionality?
No, docs PRs are also following in the near future.
Notes
N/A