fkie_mas_pylib.websocket package
Submodules
- fkie_mas_pylib.websocket.client module
- fkie_mas_pylib.websocket.handler module
- fkie_mas_pylib.websocket.queue module
- fkie_mas_pylib.websocket.server module
WebSocketServerWebSocketServer.count_clients()WebSocketServer.get_callback()WebSocketServer.publish()WebSocketServer.register()WebSocketServer.register_rpc()WebSocketServer.shutdown()WebSocketServer.spin()WebSocketServer.start_threaded()WebSocketServer.subscribe()WebSocketServer.unregister_rpc()WebSocketServer.ws_handler()
Module contents
- fkie_mas_pylib.websocket.ws_port() int
Depending on the ROS version, different ports are used for the websocket server. The ROS_DOMAIN_ID is also added for ROS1 and ROS2.
- fkie_mas_pylib.websocket.ws_port_from(mcast_port, ros_master_uri) int
Depending on the ROS version, different ports are used for the websocket server. The ROS_DOMAIN_ID is also added for ROS2.