{"id":16203203,"url":"https://github.com/pardeike/vscode-remotelogserver","last_synced_at":"2025-04-07T19:18:14.011Z","repository":{"id":66123962,"uuid":"297105723","full_name":"pardeike/VSCode-RemoteLogServer","owner":"pardeike","description":"Visual Studio Code extension that accepts log data on a socket so you see the log in realtime in a document without touching the disk","archived":false,"fork":false,"pushed_at":"2020-09-20T19:59:36.000Z","size":560,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T20:43:30.267Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/pardeike.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2020-09-20T15:28:34.000Z","updated_at":"2024-02-10T12:33:47.000Z","dependencies_parsed_at":"2023-05-30T04:30:36.219Z","dependency_job_id":null,"html_url":"https://github.com/pardeike/VSCode-RemoteLogServer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pardeike%2FVSCode-RemoteLogServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pardeike%2FVSCode-RemoteLogServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pardeike%2FVSCode-RemoteLogServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pardeike%2FVSCode-RemoteLogServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pardeike","download_url":"https://codeload.github.com/pardeike/VSCode-RemoteLogServer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247713258,"owners_count":20983683,"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","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":"2024-10-10T09:52:50.665Z","updated_at":"2025-04-07T19:18:13.988Z","avatar_url":"https://github.com/pardeike.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remote Log Server README\n\nUse your Visual Studio Code editor as a log destination. Creates no files on disk and works for remote logging too.\n\n## Usage\n\nPress \u003cCTRL+F12\u003e to start a server, and connect to the server via telnet or socket programms sending text.\n\nExample python code:\n\n```\nimport socket\nwith socket.socket(socket.AF_INET, socket.SOCK_STREAM) as s:\n    s.connect(('localhost', 8888))\n    s.send('Hello World\\n'.encode())\n```\n\nYou can also use `telnet localhost 8888` from bash. Please note that the server does not run in line buffering mode so you can send partial lines.\n\n## Features\n\n1. [CTRL+F12] to start the server\n2. [SHIFT+F12] to stop the server\n3. [F12] to toggle the server (pause/resume)\n\n\u003c!-- ## Requirements\n\n... --\u003e\n\n## Extension Settings\n\nThis extension contributes the following settings:\n\n* `RemoteLogServer.host`: The host address of the remote control server, default = 'localhost'.\n* `RemoteLogServer.port`: The tcp/ip port the remote control server listens to, default = 9527.\n\n\u003c!-- ## Known Issues\n\n... --\u003e\n\n\u003c!-- ## Release Notes\n\n\n### 1.0.0\n\nBasically done. --\u003e\n\n\u003c!-- Fixed issue #. --\u003e\n\n\u003c!-- ### 1.1.0\n\nAdded features X, Y, and Z. --\u003e\n\n-----------------------------------------------------------------------------------------------------------\n\n\u003c!-- ### CONTRIBUTORS\n\n... --\u003e\n\n**Enjoy!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpardeike%2Fvscode-remotelogserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpardeike%2Fvscode-remotelogserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpardeike%2Fvscode-remotelogserver/lists"}