Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
blocks:api:tcp [2023-04-18 16:35]
admin [Raw TCP Socket API]
blocks:api:tcp [2024-02-02 08:54]
admin [Security Considerations]
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/files/TCPProtocol.json, containing data Specify this as a JSON file located at script/files/TCPProtocol.json, containing data
 as described by the TCPProtocolConfig interface below. If no configuration file is provided, as described by the TCPProtocolConfig interface below. If no configuration file is provided,
 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).