{"id":19258482,"url":"https://github.com/maurodelazeri/bitmexcpp","last_synced_at":"2025-10-16T10:48:07.082Z","repository":{"id":150738024,"uuid":"186865752","full_name":"maurodelazeri/bitmexcpp","owner":"maurodelazeri","description":"C++ client to connect to bitmex - https://www.bitmex.com/","archived":false,"fork":false,"pushed_at":"2019-05-17T04:41:05.000Z","size":11,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-21T15:41:22.289Z","etag":null,"topics":["api","bitmex","cpp","libwebsockets","websocket","websocket-client"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maurodelazeri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-05-15T16:37:09.000Z","updated_at":"2022-06-29T14:37:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"7fe63b3a-1fae-4855-b28a-c2e69d674e06","html_url":"https://github.com/maurodelazeri/bitmexcpp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maurodelazeri/bitmexcpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maurodelazeri%2Fbitmexcpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maurodelazeri%2Fbitmexcpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maurodelazeri%2Fbitmexcpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maurodelazeri%2Fbitmexcpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maurodelazeri","download_url":"https://codeload.github.com/maurodelazeri/bitmexcpp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maurodelazeri%2Fbitmexcpp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279179620,"owners_count":26120498,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-16T02:00:06.019Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","bitmex","cpp","libwebsockets","websocket","websocket-client"],"created_at":"2024-11-09T19:13:30.795Z","updated_at":"2025-10-16T10:48:07.077Z","avatar_url":"https://github.com/maurodelazeri.png","language":"C++","readme":"# BitmexCPP\n\nlibwebsockets implementation\n\nThis is a simple example of how to connect https://www.bitmex.com using C++\n\nThis project has only one dependency https://libwebsockets.org/ \n\nif you want to use https://conan.io/ the conanfile.txt is avaiable\n\nex: with clion\n\n```\nconan install . -s build_type=Debug --install-folder=cmake-build-debug --build missing\n```\n\nYou can set different parameters as you need, a full list of parameters can be found here https://libwebsockets.org/lws-api-doc-master/html/structlws__context__creation__info.html\n\n\n```\n    creation_info.port                     = CONTEXT_PORT_NO_LISTEN;\n    creation_info.iface                    = NULL;\n    creation_info.protocols                = protocols;\n    creation_info.ssl_cert_filepath        = NULL;\n    creation_info.ssl_private_key_filepath = NULL;\n    creation_info.extensions               = NULL;\n    creation_info.gid                      = -1;\n    creation_info.uid                      = -1;\n    creation_info.options                 |= LWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT;\n    creation_info.fd_limit_per_thread      = 1024;\n    creation_info.max_http_header_pool     = 1024;\n    creation_info.ws_ping_pong_interval    = 10;\n    creation_info.ka_time                  = 10;\n    creation_info.ka_probes                = 10;\n    creation_info.ka_interval              = 10;\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaurodelazeri%2Fbitmexcpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaurodelazeri%2Fbitmexcpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaurodelazeri%2Fbitmexcpp/lists"}