Template:Networking rutXxx manual data to server: Difference between revisions
Appearance
No edit summary |
|||
| Line 74: | Line 74: | ||
<tr> | <tr> | ||
<td>URL/Host/Connection string</td> | <td>URL/Host/Connection string</td> | ||
<td></td> | <td>Default:</td> | ||
<td></td> | <td>URL for HTTP(S); Host for MQTT; Connection string for Azure MQTT</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Period</td> | <td>Period</td> | ||
<td></td> | <td>Default: '''60'''</td> | ||
<td></td> | <td>Interval for sending the collected data to server (in seconds, 1-86400)</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Data filtering</td> | <td>Data filtering</td> | ||
<td></td> | <td>Default: '''All data'''</td> | ||
<td></td> | <td>Choose which data this sender will send to server. Available options: | ||
* '''All data''' | |||
* '''By slave ID''' | |||
* '''By slave IP''' | |||
* '''By MAC address''' | |||
* '''By device name''' | |||
</td> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Retry on fail</td> | <td>Retry on fail</td> | ||
<td></td> | <td>off | on; default: '''off'''</td> | ||
<td></td> | <td>In case of a failed attempt, retry to send the same data to server later (Retry until successful)</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Custom header</td> | <td>Custom header</td> | ||
<td></td> | <td>Default:</td> | ||
<td></td> | <td>Allows to add custom headers to the HTTP requests</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
Revision as of 18:11, 7 February 2020
Summary
123
Data senders
[[File:{{{file_status}}}]]
123
Data sender settings
123
[[File:{{{file_status}}}]]
| Field | Value | Description |
|---|---|---|
| Enabled | off | on; default: off | Check to enable data sender |
| Name | Default: | Name of the data sender. Used for easier data senders management purposes only (optional) |
| Data source | Default: Bluetooth data | Source of the data to be sent to server. Available options:
|
| Protocol | Default: HTTP(S) | Protocol used for sending the data to server. Available options:
|
| JSON format | Default: {"TS":"%t", "D":"%d","MAC":"%m","DT":"%b"} | You can fully customize JSON segment |
| Segment count | Default: 1 | Max segment count in one JSON string sent to server. Available options:
|
| URL/Host/Connection string | Default: | URL for HTTP(S); Host for MQTT; Connection string for Azure MQTT |
| Period | Default: 60 | Interval for sending the collected data to server (in seconds, 1-86400) |
| Data filtering | Default: All data | Choose which data this sender will send to server. Available options:
|
| Retry on fail | off | on; default: off | In case of a failed attempt, retry to send the same data to server later (Retry until successful) |
| Custom header | Default: | Allows to add custom headers to the HTTP requests |