CLI Reference
datadivr.cli
Command-line interface for DataDivr.
Functions
start_client(port=8765, host='127.0.0.1', log_level='INFO')
start_server(port=8765, host='127.0.0.1', static_dir='./static', log_level='INFO', pretty=True)
Start the WebSocket and static file server.
Source code in datadivr/cli.py
options: show_root_heading: true show_source: true members: - start_server - start_client - common_options