Indices and tables¶
Modules¶
- caching (Caching Module)
property_cache_json
property_cache_pickle
- fstools (Filesystem Tools)
dirlist()
filelist()
is_writeable()
mkdir()
open_locked_blocking()
open_locked_non_blocking()
uid()
uid_filelist()
- helpers (Helpers)
continues_statistic
continues_statistic_multivalue
direct_socket_base
direct_socket_client
direct_socket_server
direct_socket_stp_base
direct_socket_stp_client
direct_socket_stp_server
ringbuffer
- socket_protocol (Socket Protocol)
AUTH_STATE_KEY_TRANSFERRED
AUTH_STATE_SEED_REQUESTED
AUTH_STATE_SEED_TRANSFERRED
AUTH_STATE_TRUSTED_CONNECTION
AUTH_STATE_UNTRUSTED_CONNECTION
AUTH_STATE__NAMES
DID_AUTH_KEY
DID_AUTH_SEED
DID_CHANNEL_NAME
RequestSidExistsError
ResponseSidExistsError
SID_AUTH_REQUEST
SID_AUTH_RESPONSE
SID_CHANNEL_NAME_REQUEST
SID_CHANNEL_NAME_RESPONSE
SID_EXECUTE_REQUEST
SID_EXECUTE_RESPONSE
SID_READ_REQUEST
SID_READ_RESPONSE
SID_WRITE_REQUEST
SID_WRITE_RESPONSE
STATUS_AUTH_REQUIRED
STATUS_BUFFERING_UNHANDLED_REQUEST
STATUS_CALLBACK_ERROR
STATUS_CHECKSUM_ERROR
STATUS_LOG_LVL
STATUS_OKAY
STATUS_OPERATION_NOT_PERMITTED
STATUS_SERVICE_OR_DATA_UNKNOWN
data_storage
pure_json_protocol
pure_json_protocol.add_data()
pure_json_protocol.add_msg_to_auth_whitelist_()
pure_json_protocol.add_service()
pure_json_protocol.add_status()
pure_json_protocol.authentificate()
pure_json_protocol.check_authentification_state()
pure_json_protocol.connection_established()
pure_json_protocol.is_connected()
pure_json_protocol.receive()
pure_json_protocol.reconnect()
pure_json_protocol.register_callback()
pure_json_protocol.send()
struct_json_protocol
- state_machine (State Machine)
state_machine
state_machine.last_transition_condition()
state_machine.last_transition_condition_was()
state_machine.previous_state()
state_machine.previous_state_duration()
state_machine.previous_state_was()
state_machine.register_state_change_callback()
state_machine.this_state()
state_machine.this_state_duration()
state_machine.this_state_is()
state_machine.work()
- stringtools (Stringtools)
gzip_compress()
gzip_extract()
hexlify()
- stringtools.csp (Carriage-Return seperation protocol)
build_frame()
csp
- stringtools.stp (Serial transfer protocol)
DATA_CLEAR_BUFFER
DATA_STORE_SYNC_VALUE
DATA_SYNC
DATA_VALID_MSG
STP_STATE_ESCAPE_1
STP_STATE_ESCAPE_2
STP_STATE_IDLE
STP_STATE_STORE_DATA
build_frame()
stp
- task (Task Module)
crontab
delayed
periodic
queue
threaded_queue
- tcp_socket (TCP Socket)
tcp_base
tcp_base_stp
tcp_client
tcp_client_stp
tcp_server
tcp_server_stp