Update docs

Update docs
This commit is contained in:
Brian Martin 2019-06-07 09:40:04 -04:00
parent 0157cac703
commit d99a37d6ba
5 changed files with 213 additions and 26 deletions

View file

@ -4,11 +4,11 @@ Bumper runs multiple services to re-create what the central EcoVacs servers prov
**Services**
| Service | Description | Ports | Source File |
|--|--|--|--|
| Service | Description | Ports | Source File |
| ----------- | ------------------------------------------------ | ------------ | --------------- |
| Web Servers | Provide authentication and for MQTT bots command | 443 and 8007 | `confserver.py` |
| XMPP Server | For bots that utilize this protocol | 5223 | `xmppserver.py` |
| MQTT Server | For bots that utilize this protocol | 8883 | `mqttserver.py` |
| XMPP Server | For bots that utilize this protocol | 5223 | `xmppserver.py` |
| MQTT Server | For bots that utilize this protocol | 8883 | `mqttserver.py` |
**App/Authentication**