{"id":39914643,"url":"https://github.com/2dav/txcproxy","last_synced_at":"2026-01-18T16:35:22.729Z","repository":{"id":153339933,"uuid":"421491218","full_name":"2dav/txcproxy","owner":"2dav","description":"Transaq XML Connector Proxy","archived":false,"fork":false,"pushed_at":"2021-11-01T20:58:20.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-04-17T14:01:34.718Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/2dav.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-10-26T15:58:03.000Z","updated_at":"2024-02-04T21:50:48.760Z","dependencies_parsed_at":"2023-09-28T04:39:18.841Z","dependency_job_id":null,"html_url":"https://github.com/2dav/txcproxy","commit_stats":null,"previous_names":[],"tags_count":2,"template":null,"template_full_name":null,"purl":"pkg:github/2dav/txcproxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2dav%2Ftxcproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2dav%2Ftxcproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2dav%2Ftxcproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2dav%2Ftxcproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/2dav","download_url":"https://codeload.github.com/2dav/txcproxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2dav%2Ftxcproxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28541859,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T14:59:57.589Z","status":"ssl_error","status_checked_at":"2026-01-18T14:59:46.540Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-18T16:35:21.933Z","updated_at":"2026-01-18T16:35:22.720Z","avatar_url":"https://github.com/2dav.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"txcProxy \n------------\nМногопользовательский TCP/IP proxy-cервер для работы с библиотекой TRANSAQ XML Connector.\n\n### Установка\nСобранный `txcproxy.exe` актуальной версии можно скачать \nсо [страницы релизов](https://github.com/2dav/txcproxy/releases/latest).\n\n### Использование\n```bash\ntxcproxy.exe --help\n```\n```\nTransaq XML Connector Proxy Server\n\nUsage: txcproxy.exe [OPTIONS]\n\nOptions:\n  -d, --dll \u003cFILE\u003e     Путь к библиотеке \"Transaq XML Connector\" [default: ./txmlconnector64.dll]\n  -l, --logdir \u003cFILE\u003e  Путь к директории для записи логов работы коннектора [default: ./sessions]\n  -a, --addr \u003cADDR\u003e    Адрес для входящих подключений [default: 127.0.0.1]\n  -p, --port \u003cPORT\u003e    Порт для входящих подключений [default: 4242]\n  -h, --help           Print help\n  -V, --version        Print version\n```\n\nДля каждого подключения на основной порт(command port) сервер инициализирует экземпляр библиотеки, \nотправляет клиенту номер порта для приёма асинхронных сообщений коннектора(data port) и ожидает \nподключение на этом порту. Цикл приёма/отправки начинается после подключения на data port.\n\n### Примеры\nЗапустите сервер\n```bash\n\u003e txcproxy.exe -d \u003cpath/to/txmlconnector.dll\u003e\n\nСервер запущен на 127.0.0.1:4242\n```\nПримеры в директории [examples](examples/) демонстрируют установку связи с сервером и \nособенности использования.\n\u003e python examples/simple.py\n\nБазовый пример использования, после подключения к серверу отправляет не требующую авторизации команду\nи ожидает ответ коннектора.\n\n\u003e python examples/connect.py \\\u003cLOGIN\\\u003e \\\u003cPASSWORD\\\u003e \n\nПример подключения к серверу Transaq(требуются логин и пароль).\n\n### Альтернативы\n- [novikovag/TXCProxy](https://github.com/novikovag/TXCProxy) `C` \n- [kmlebedev/txmlconnector](https://github.com/kmlebedev/txmlconnector) `Go` \n\n### License\n\u003csup\u003e\nLicensed under either of \u003ca href=\"LICENSE-APACHE\"\u003eApache License, Version\n2.0\u003c/a\u003e or \u003ca href=\"LICENSE-MIT\"\u003eMIT license\u003c/a\u003e at your option.\n\u003c/sup\u003e\n\u003cbr/\u003e\n\u003csub\u003e\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in this crate by you, as defined in the Apache-2.0 license, shall\nbe dual licensed as above, without any additional terms or conditions.\n\u003c/sub\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2dav%2Ftxcproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F2dav%2Ftxcproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2dav%2Ftxcproxy/lists"}