{"id":16086446,"url":"https://github.com/estebanlm/telnet-client","last_synced_at":"2025-04-05T14:41:19.864Z","repository":{"id":76083373,"uuid":"94971299","full_name":"estebanlm/telnet-client","owner":"estebanlm","description":"A telnet client for Pharo","archived":false,"fork":false,"pushed_at":"2020-12-12T08:41:01.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-18T11:11:19.531Z","etag":null,"topics":["pharo","telnet-client"],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","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/estebanlm.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}},"created_at":"2017-06-21T06:36:01.000Z","updated_at":"2020-12-12T17:02:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"275de028-536e-4a74-9638-2d55714d626f","html_url":"https://github.com/estebanlm/telnet-client","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/estebanlm%2Ftelnet-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estebanlm%2Ftelnet-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estebanlm%2Ftelnet-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estebanlm%2Ftelnet-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/estebanlm","download_url":"https://codeload.github.com/estebanlm/telnet-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353679,"owners_count":20925324,"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":["pharo","telnet-client"],"created_at":"2024-10-09T13:13:18.424Z","updated_at":"2025-04-05T14:41:19.847Z","avatar_url":"https://github.com/estebanlm.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# telnet-client\nA telnet client for Pharo\n\nThis is how you start a session (for now): \n\n```Smalltalk\nTelnetSession new \n\thandler: (TelnetStreamHandler new \n\t\talwaysFlush;\n\t\taddDecoration: TelnetLfDecoration new;\n\t\taddDecoration: TelnetANSIDecoration new;\n\t\tyourself);\n\taddProtocolHandler: MUDTelnetMSDPHandler new;\n\twhen: TelnetDataReceived do: [ :ann | ann data asString crLog ];\n\twhen: MUDMSDPCommandReceived do: [ :ann | ann variable crLog ];\n\tconnectTo: 'legendsofthejedi.com' port: 5656.\n```\n\n*the \"MUD\" part is as an example, taken from my other project [MUDClient](http://github.com/estebanlm/MUDClient)*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Festebanlm%2Ftelnet-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Festebanlm%2Ftelnet-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Festebanlm%2Ftelnet-client/lists"}