Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| blocks:api:tcp [2023-04-18 16:35] – created admin | blocks:api:tcp [2024-02-02 08:55] (current) – Linked to docs admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Raw TCP Socket API ====== | ====== Raw TCP Socket API ====== | ||
| - | This API is conceptually similar to the property publish/ | + | This API is conceptually similar to the property publish/ |
| The API is implemented by a [[https:// | The API is implemented by a [[https:// | ||
| Line 46: | Line 46: | ||
| ==== Security Considerations ==== | ==== Security Considerations ==== | ||
| - | Since a plain TCP connection provides no security, a while/black-list mechanism is provided, | + | Since a plain TCP connection provides no security, a white/black-list mechanism is provided, |
| allowing you to explicitly state which properties that may (or may not) be set through | allowing you to explicitly state which properties that may (or may not) be set through | ||
| - | the protocol. This mechanism does not currently limit which properties can be subscribed to. | + | this API/protocol. This mechanism does not currently limit which properties can be subscribed to. |
| Specify this as a JSON file located at script/ | Specify this as a JSON file located at script/ | ||
| - | as described | + | as described |
| this protocol provides unfettered access to ALL properties (which will be indicated by a | this protocol provides unfettered access to ALL properties (which will be indicated by a | ||
| log message). | log message). | ||