from http_server import GazeboSimHttpServer if __name__ == '__main__': server = GazeboSimHttpServer() server.start(hostname='0.0.0.0', port=12300)