mirror of
https://github.com/outbackdingo/xmidt.git
synced 2026-08-25 14:53:55 +00:00
Merge pull request #9 from xmidt-org/update-links
Update the links to be xmidt-org.
This commit is contained in:
@@ -8,137 +8,137 @@ A device connects to the xmidt cloud via the xmidt client. Cloud based services
|
||||
|
||||
# the xmidt servers
|
||||
|
||||
### [caduceus](https://github.com/Comcast/caduceus)
|
||||
### [caduceus](https://github.com/xmidt-org/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://github.com/Comcast/caduceus/blob/master/LICENSE)
|
||||
[](https://travis-ci.com/xmidt-org/caduceus)
|
||||
[](http://codecov.io/github/xmidt-org/caduceus?branch=master)
|
||||
[](https://goreportcard.com/report/github.com/xmidt-org/caduceus)
|
||||
[](https://codeclimate.com/github/xmidt-org/caduceus)
|
||||
[](https://codeclimate.com/github/xmidt-org/caduceus)
|
||||
[](https://github.com/xmidt-org/caduceus/blob/master/LICENSE)
|
||||
|
||||
|
||||
### [scytale](https://github.com/Comcast/scytale)
|
||||
### [scytale](https://github.com/xmidt-org/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://github.com/Comcast/scytale/blob/master/LICENSE)
|
||||
[](https://travis-ci.com/xmidt-org/scytale)
|
||||
[](http://codecov.io/github/xmidt-org/scytale?branch=master)
|
||||
[](https://goreportcard.com/report/github.com/xmidt-org/scytale)
|
||||
[](https://codeclimate.com/github/xmidt-org/scytale)
|
||||
[](https://codeclimate.com/github/xmidt-org/scytale)
|
||||
[](https://github.com/xmidt-org/scytale/blob/master/LICENSE)
|
||||
|
||||
|
||||
### [talaria](https://github.com/Comcast/talaria)
|
||||
### [talaria](https://github.com/xmidt-org/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://github.com/Comcast/talaria/blob/master/LICENSE)
|
||||
[](https://travis-ci.com/xmidt-org/talaria)
|
||||
[](http://codecov.io/github/xmidt-org/talaria?branch=master)
|
||||
[](https://goreportcard.com/report/github.com/xmidt-org/talaria)
|
||||
[](https://codeclimate.com/github/xmidt-org/talaria)
|
||||
[](https://codeclimate.com/github/xmidt-org/talaria)
|
||||
[](https://github.com/xmidt-org/talaria/blob/master/LICENSE)
|
||||
|
||||
|
||||
### [petasos](https://github.com/Comcast/petasos)
|
||||
### [petasos](https://github.com/xmidt-org/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://github.com/Comcast/petasos/blob/master/LICENSE)
|
||||
[](https://travis-ci.com/xmidt-org/petasos)
|
||||
[](http://codecov.io/github/xmidt-org/petasos?branch=master)
|
||||
[](https://goreportcard.com/report/github.com/xmidt-org/petasos)
|
||||
[](https://codeclimate.com/github/xmidt-org/petasos)
|
||||
[](https://codeclimate.com/github/xmidt-org/petasos)
|
||||
[](https://github.com/xmidt-org/petasos/blob/master/LICENSE)
|
||||
|
||||
### [mnemosyne](https://github.com/Comcast/mnemosyne)
|
||||
### [mnemosyne](https://github.com/xmidt-org/mnemosyne)
|
||||
|
||||
Mnemosyne provides a mapping between names of devices.
|
||||
|
||||
# the xmidt client
|
||||
|
||||
### [parodus](https://github.com/Comcast/parodus)
|
||||
### [parodus](https://github.com/xmidt-org/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://travis-ci.com/xmidt-org/parodus)
|
||||
[](http://codecov.io/github/xmidt-org/parodus?branch=master)
|
||||
[](https://scan.coverity.com/projects/comcast-parodus)
|
||||
[](https://github.com/Comcast/parodus/blob/master/LICENSE)
|
||||
[](https://github.com/xmidt-org/parodus/blob/master/LICENSE)
|
||||
|
||||
# server support libraries
|
||||
|
||||
### [webpa-common](https://github.com/Comcast/webpa-common)
|
||||
### [webpa-common](https://github.com/xmidt-org/webpa-common)
|
||||
|
||||
[](https://travis-ci.org/Comcast/webpa-common)
|
||||
[](http://codecov.io/github/Comcast/webpa-common?branch=master)
|
||||
[](https://goreportcard.com/report/github.com/Comcast/webpa-common)
|
||||
[](https://travis-ci.com/xmidt-org/webpa-common)
|
||||
[](http://codecov.io/github/xmidt-org/webpa-common?branch=master)
|
||||
[](https://goreportcard.com/report/github.com/xmidt-org/webpa-common)
|
||||
|
||||
### [kratos](https://github.com/Comcast/kratos)
|
||||
### [kratos](https://github.com/xmidt-org/kratos)
|
||||
|
||||
[](https://travis-ci.org/Comcast/kratos)
|
||||
[](http://codecov.io/github/Comcast/kratos?branch=master)
|
||||
[](https://goreportcard.com/report/github.com/Comcast/kratos)
|
||||
[](https://travis-ci.com/xmidt-org/kratos)
|
||||
[](http://codecov.io/github/xmidt-org/kratos?branch=master)
|
||||
[](https://goreportcard.com/report/github.com/xmidt-org/kratos)
|
||||
|
||||
### [golang-money](https://github.com/Comcast/golang-money)
|
||||
### [golang-money](https://github.com/xmidt-org/golang-money)
|
||||
|
||||
[](https://travis-ci.org/Comcast/golang-money)
|
||||
[](http://codecov.io/github/Comcast/golang-money?branch=master)
|
||||
[](https://goreportcard.com/report/github.com/Comcast/golang-money)
|
||||
[](https://travis-ci.com/xmidt-org/golang-money)
|
||||
[](http://codecov.io/github/xmidt-org/golang-money?branch=master)
|
||||
[](https://goreportcard.com/report/github.com/xmidt-org/golang-money)
|
||||
|
||||
### [tr18b1e](https://github.com/Comcast/tr18b1e)
|
||||
### [tr18b1e](https://github.com/xmidt-org/tr18b1e)
|
||||
|
||||
[](https://travis-ci.org/Comcast/tr18b1e)
|
||||
[](http://codecov.io/github/Comcast/tr18b1e?branch=master)
|
||||
[](https://goreportcard.com/report/github.com/Comcast/tr18b1e)
|
||||
[](https://travis-ci.com/xmidt-org/tr18b1e)
|
||||
[](http://codecov.io/github/xmidt-org/tr18b1e?branch=master)
|
||||
[](https://goreportcard.com/report/github.com/xmidt-org/tr18b1e)
|
||||
|
||||
### [golang-discovery-client](https://github.com/Comcast/golang-discovery-client)
|
||||
### [golang-discovery-client](https://github.com/xmidt-org/golang-discovery-client)
|
||||
|
||||
[](https://travis-ci.org/Comcast/golang-discovery-client)
|
||||
[](http://codecov.io/github/Comcast/golang-discovery-client?branch=master)
|
||||
[](https://goreportcard.com/report/github.com/Comcast/golang-discovery-client)
|
||||
[](https://travis-ci.com/xmidt-org/golang-discovery-client)
|
||||
[](http://codecov.io/github/xmidt-org/golang-discovery-client?branch=master)
|
||||
[](https://goreportcard.com/report/github.com/xmidt-org/golang-discovery-client)
|
||||
|
||||
# client support libraries
|
||||
|
||||
### [nopoll fork](https://github.com/Comcast/nopoll)
|
||||
### [nopoll fork](https://github.com/xmidt-org/nopoll)
|
||||
|
||||
### [cimplog](https://github.com/Comcast/cimplog)
|
||||
### [cimplog](https://github.com/xmidt-org/cimplog)
|
||||
|
||||
[](https://travis-ci.org/Comcast/cimplog)
|
||||
[](http://codecov.io/github/Comcast/cimplog?branch=master)
|
||||
[](https://travis-ci.com/xmidt-org/cimplog)
|
||||
[](http://codecov.io/github/xmidt-org/cimplog?branch=master)
|
||||
[]("https://scan.coverity.com/projects/comcast-cimplog)
|
||||
[](https://github.com/Comcast/cimplog/blob/master/LICENSE.txt)
|
||||
[](https://github.com/xmidt-org/cimplog/blob/master/LICENSE.txt)
|
||||
|
||||
### [seshat](https://github.com/Comcast/seshat)
|
||||
### [seshat](https://github.com/xmidt-org/seshat)
|
||||
|
||||
[](https://travis-ci.org/Comcast/seshat)
|
||||
[](http://codecov.io/github/Comcast/seshat?branch=master)
|
||||
[](https://travis-ci.com/xmidt-org/seshat)
|
||||
[](http://codecov.io/github/xmidt-org/seshat?branch=master)
|
||||
[]("https://scan.coverity.com/projects/comcast-seshat)
|
||||
[](https://github.com/Comcast/seshat/blob/master/LICENSE.txt)
|
||||
[](https://github.com/xmidt-org/seshat/blob/master/LICENSE.txt)
|
||||
|
||||
### [cjwt](https://github.com/Comcast/cjwt)
|
||||
### [cjwt](https://github.com/xmidt-org/cjwt)
|
||||
|
||||
[](https://travis-ci.org/Comcast/cjwt)
|
||||
[](http://codecov.io/github/Comcast/cjwt?branch=master)
|
||||
[](https://travis-ci.com/xmidt-org/cjwt)
|
||||
[](http://codecov.io/github/xmidt-org/cjwt?branch=master)
|
||||
[]("https://scan.coverity.com/projects/comcast-cjwt)
|
||||
[](https://github.com/Comcast/cjwt/blob/master/LICENSE.txt)
|
||||
[](https://github.com/xmidt-org/cjwt/blob/master/LICENSE.txt)
|
||||
|
||||
### [cjson-extras](https://github.com/Comcast/cjson-extras)
|
||||
### [cjson-extras](https://github.com/xmidt-org/cjson-extras)
|
||||
|
||||
### [libucresolv](https://github.com/Comcast/libucresolv)
|
||||
### [libucresolv](https://github.com/xmidt-org/libucresolv)
|
||||
|
||||
### [wrp-c](https://github.com/Comcast/wrp-c)
|
||||
### [wrp-c](https://github.com/xmidt-org/wrp-c)
|
||||
|
||||
[](https://travis-ci.org/Comcast/wrp-c)
|
||||
[](http://codecov.io/github/Comcast/wrp-c?branch=master)
|
||||
[](https://travis-ci.com/xmidt-org/wrp-c)
|
||||
[](http://codecov.io/github/xmidt-org/wrp-c?branch=master)
|
||||
[]("https://scan.coverity.com/projects/comcast-wrp-c)
|
||||
[](https://github.com/Comcast/wrp-c/blob/master/LICENSE.txt)
|
||||
[](https://github.com/xmidt-org/wrp-c/blob/master/LICENSE.txt)
|
||||
|
||||
### [trower-base64](https://github.com/Comcast/trower-base64)
|
||||
### [trower-base64](https://github.com/xmidt-org/trower-base64)
|
||||
|
||||
[](https://travis-ci.org/Comcast/trower-base64) [](http://codecov.io/github/Comcast/trower-base64?branch=master)
|
||||
[](https://travis-ci.com/xmidt-org/trower-base64) [](http://codecov.io/github/xmidt-org/trower-base64?branch=master)
|
||||
[](https://scan.coverity.com/projects/trower-base64)
|
||||
|
||||
Reference in New Issue
Block a user