forked from mainflux/mgate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Drasko DRASKOVIC <[email protected]>
- Loading branch information
Showing
3 changed files
with
31 additions
and
16 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
build |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,26 @@ | ||
# mgate | ||
Mainflux API Gateway | ||
# mGate | ||
mGate is an IoT API Gateway. | ||
|
||
It is deployed in front of Mainflux system and can be used for authorization, | ||
packet inspection and modification, logging and debugging and various other purposes. | ||
|
||
## Usage | ||
```bash | ||
go get github.com/mainflux/mgate | ||
cd $(GOPATH)/github.com/mainflux/mgate | ||
make | ||
./mgate | ||
``` | ||
|
||
## Architecture | ||
mProxy starts TCP, UDP and WS servers, offering connections to devices. Upon the connection, it establishes | ||
a session with a remote MQTT and CoAP brokers. | ||
|
||
Lorem ipsum... | ||
|
||
## Deployment | ||
mProxy does not do load balancing - just pure and simple proxying. This is why it should be deployed | ||
right in front of some LB like NginX or Traefik that wil load-balance TCP and UDP packets. | ||
|
||
## License | ||
[Apache-2.0](LICENSE) |