Skip to content

__main__

main() #

Launch COGIP SocketIO beacon server.

During installation of cogip-tools, setuptools is configured to create the cogip-server-beacon script using this function as entrypoint.

Source code in cogip/tools/server_beacon/__main__.py
86
87
88
89
90
91
92
93
def main():
    """
    Launch COGIP SocketIO beacon server.

    During installation of cogip-tools, `setuptools` is configured
    to create the `cogip-server-beacon` script using this function as entrypoint.
    """
    typer.run(main_opt)