projects:sonoff
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| projects:sonoff [2016/09/19 18:57] – [Sharing] adm-jan | projects:sonoff [2016/09/19 20:19] (current) – [Known Hosts / Ports] adm-jan | ||
|---|---|---|---|
| Line 87: | Line 87: | ||
| //Note:// Not all hosts were found defined in the app. Some where discovered by sniffing the network traffic and will differ depending on your location. | //Note:// Not all hosts were found defined in the app. Some where discovered by sniffing the network traffic and will differ depending on your location. | ||
| - | ^ Description | + | ^ Hostname |
| - | | apiHost | + | | eu-disp.coolkit.cc |
| - | | httpServer | + | | eu-disp.coolkit.cc |
| - | | dispatchHost | + | | iotgo.iteadstudio.com |
| - | | websocketHost | + | | iot.itead.cn |
| - | | deviceDispatHost | + | | dl.itead.cn |
| - | | otaHost | + | | eu-ota.coolkit.cc |
| - | | EU OTA Host | eu-ota.coolkit.cc | 52.28.103.75 | + | | eu-ota.coolkit.cc |
| - | | Dispatch Host | eu-disp.coolkit.cc | 52.29.61.50 | + | | eu-api.coolkit.cc |
| - | | deviceDispatHost | + | | alog.umeng.com |
| + | | eu-long.coolkit.cc | ||
| ==== libimobiledevice ==== | ==== libimobiledevice ==== | ||
| Line 340: | Line 341: | ||
| ==== Sharing ==== | ==== Sharing ==== | ||
| - | Once you have registered a device in your account you have the option to share it to other accounts. | + | Once you have registered a device in your account you have the option to share it to an other account. |
| - | To share a device both users need to be online. | + | To share a device both users need to be online |
| + | User-A | ||
| + | The whole process is carried out via WebSocket (secure/ | ||
| - | User-A sends a message to the server: | + | User-A sends an invitation |
| <file javascript user-a to server> | <file javascript user-a to server> | ||
| { | { | ||
| Line 379: | Line 382: | ||
| <file javascript user-b to server> | <file javascript user-b to server> | ||
| { | { | ||
| - | " | + | " |
| - | " | + | " |
| - | " | + | " |
| - | " | + | " |
| - | " | + | " |
| " | " | ||
| } | } | ||
| </ | </ | ||
| - | <file javascript server to user a> | + | <file javascript server to user-a> |
| { | { | ||
| - | " | + | " |
| - | " | + | " |
| - | " | + | " |
| - | " | + | " |
| - | " | + | " |
| } | } | ||
| </ | </ | ||
| + | |||
| + | //Notice:// The sharing process is dealt out between two users and the server. The server is the router here. | ||
| + | If a device is not shared with your account, the server will not route through messages to the device. | ||
| + | On the other hand, the device does //not// know anything about it's owner or who is allowed to control it. | ||
| + | **Nothing holds you back from directly talking to a Sonoff device. It will accept any command from anyone.** | ||
| ===== ESP8266 ===== | ===== ESP8266 ===== | ||
| ==== Sonoff firmware ==== | ==== Sonoff firmware ==== | ||
projects/sonoff.1474311431.txt.gz · Last modified: by adm-jan
