mirror of
https://github.com/outbackdingo/xmidt.git
synced 2026-08-25 14:53:55 +00:00
Add more details.
This commit is contained in:
@@ -10,49 +10,68 @@ A device connects to the xmidt cloud via the xmidt client. Cloud based services
|
||||
|
||||
### caduceus
|
||||
|
||||
Caduceus provides the pub-sub message delivery mechanism for xmidt.
|
||||
|
||||
[](https://travis-ci.org/Comcast/caduceus)
|
||||
[](http://codecov.io/github/Comcast/caduceus?branch=master)
|
||||
[](https://goreportcard.com/report/github.com/Comcast/caduceus)
|
||||
[](https://codeclimate.com/github/Comcast/caduceus)
|
||||
[](https://codeclimate.com/github/Comcast/caduceus)
|
||||
[](https://goreportcard.com/report/github.com/Comcast/caduceus)
|
||||
[](https://github.com/Comcast/caduceus/blob/master/LICENSE)
|
||||
|
||||
|
||||
### scytale
|
||||
|
||||
Scytale accepts the inbound requests, fans out across data centers and delivers the messages to the Talaria machines that could be hosting the device connection.
|
||||
|
||||
[](https://travis-ci.org/Comcast/scytale)
|
||||
[](http://codecov.io/github/Comcast/scytale?branch=master)
|
||||
[](https://goreportcard.com/report/github.com/Comcast/scytale)
|
||||
[](https://codeclimate.com/github/Comcast/scytale)
|
||||
[](https://codeclimate.com/github/Comcast/scytale)
|
||||
[](https://goreportcard.com/report/github.com/Comcast/scytale)
|
||||
[](https://github.com/Comcast/scytale/blob/master/LICENSE)
|
||||
|
||||
|
||||
### talaria
|
||||
|
||||
Talaria maintains the secure websocket connections from the device and passes the messages from or to the device.
|
||||
|
||||
[](https://travis-ci.org/Comcast/talaria)
|
||||
[](http://codecov.io/github/Comcast/talaria?branch=master)
|
||||
[](https://goreportcard.com/report/github.com/Comcast/talaria)
|
||||
[](https://codeclimate.com/github/Comcast/talaria)
|
||||
[](https://codeclimate.com/github/Comcast/talaria)
|
||||
[](https://goreportcard.com/report/github.com/Comcast/talaria)
|
||||
[](https://github.com/Comcast/talaria/blob/master/LICENSE)
|
||||
|
||||
|
||||
### petasos
|
||||
|
||||
Petasos helps reduce the load on the Talaria machines during mass reboot cases by calculating which specific Talaria a device should connect to & redirecting the incoming request.
|
||||
|
||||
[](https://travis-ci.org/Comcast/petasos)
|
||||
[](http://codecov.io/github/Comcast/petasos?branch=master)
|
||||
[](https://goreportcard.com/report/github.com/Comcast/petasos)
|
||||
[](https://codeclimate.com/github/Comcast/petasos)
|
||||
[](https://codeclimate.com/github/Comcast/petasos)
|
||||
[](https://goreportcard.com/report/github.com/Comcast/petasos)
|
||||
[](https://github.com/Comcast/petasos/blob/master/LICENSE)
|
||||
|
||||
|
||||
# the client components of xmidt
|
||||
# the xmidt client
|
||||
|
||||
### parodus
|
||||
|
||||
Parodus is the light weight client that reaches out to the xmidt cloud to establish the connection.
|
||||
|
||||
[](https://travis-ci.org/Comcast/parodus)
|
||||
[](http://codecov.io/github/Comcast/parodus?branch=master)
|
||||
[](https://scan.coverity.com/projects/comcast-parodus)
|
||||
[](https://github.com/Comcast/parodus/blob/master/LICENSE)
|
||||
|
||||
# server support libraries
|
||||
|
||||
### webpa-common
|
||||
### kratos
|
||||
|
||||
# client support libraries
|
||||
|
||||
###
|
||||
|
||||
Reference in New Issue
Block a user