{"id":29687393,"url":"https://github.com/kostya-zero/relayx","last_synced_at":"2025-07-23T04:37:08.499Z","repository":{"id":302882409,"uuid":"1013128182","full_name":"kostya-zero/relayx","owner":"kostya-zero","description":"A TCP client with interface highly inspired by Microsoft Telnet Client.","archived":false,"fork":false,"pushed_at":"2025-07-04T14:26:32.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-04T16:00:12.285Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kostya-zero.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-03T11:59:56.000Z","updated_at":"2025-07-04T14:26:58.000Z","dependencies_parsed_at":"2025-07-04T16:03:46.322Z","dependency_job_id":"911c0fac-512f-4c53-ac1f-0767645e5b8a","html_url":"https://github.com/kostya-zero/relayx","commit_stats":null,"previous_names":["kostya-zero/wire"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kostya-zero/relayx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostya-zero%2Frelayx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostya-zero%2Frelayx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostya-zero%2Frelayx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostya-zero%2Frelayx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kostya-zero","download_url":"https://codeload.github.com/kostya-zero/relayx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostya-zero%2Frelayx/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266619192,"owners_count":23957274,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2025-07-23T04:36:58.792Z","updated_at":"2025-07-23T04:37:08.490Z","avatar_url":"https://github.com/kostya-zero.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# Relayx\n\nRelayx is a TCP client with a shell-like interface, inspired by Microsoft's Telnet client. \nIt allows you to open a TCP connection to a server, send messages, and view responses.\n\n## Installation\n\n#### With Cargo\n\n```shell\ncargo install relayx\n```\n\n#### From releases\n\nDownload the latest release from the [GitHub releases page](https://github.com/kostya-zero/relayx/releases) that matches your platform.\n\n## Features\n\n- Interactive shell interface.\n- Connect to any TCP server.\n- Send and receive data.\n- Configurable options.\n\n## Commands\n\nRelayx uses a simple command-based interface. Here are the available commands:\n\n| Command                | Description                                                                   |\n|:-----------------------|:------------------------------------------------------------------------------|\n| `open \u003caddress\u003e`       | Opens a new TCP connection to the specified address (e.g., `127.0.0.1:8080`). |\n| `send \u003cmessage\u003e`       | Sends a message over the active connection.                                   |\n| `close`                | Closes the current TCP connection.                                            |\n| `set \u003coption\u003e \u003cvalue\u003e` | Sets a configuration option.                                                  |\n| `list`                 | Lists the current configuration options and their values.                     |\n| `clear`                | Clears the console screen.                                                    |\n| `help` or `?`          | Displays the help message with all available commands.                        |\n| `exit`                 | Closes any active connection and exits Relayx.                                |\n\n## Configuration\n\nRelayx has a few configuration options that can be modified using the `set` command.\n\n| Option               | Description                                                             |\n|:---------------------|:------------------------------------------------------------------------|\n| `wait_for_response`  | Whether to wait for a response from the server after sending a message. |\n| `read_timeout`       | The time in milliseconds to wait for a response from the server.        |\n| `connection_timeout` | The time in milliseconds to wait for a connection to be established.    |\n\n## Building from Source\n\nTo build Relayx from the source code, you will need to have the Rust toolchain installed.\n\n1.  Clone the repository:\n    ```sh\n    git clone https://github.com/kostya-zero/relayx.git\n    ```\n2.  Navigate to the project directory:\n    ```sh\n    cd relayx\n    ```\n3.  Build the project:\n    ```sh\n    cargo build --release\n    ```\n4.  Run the executable:\n    ```sh\n    ./target/release/relayx\n    ```\n\n## License\n\nRelayx is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkostya-zero%2Frelayx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkostya-zero%2Frelayx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkostya-zero%2Frelayx/lists"}