{"id":13418925,"url":"https://github.com/Cylix/tacopie","last_synced_at":"2025-03-15T04:31:06.367Z","repository":{"id":78601360,"uuid":"74616127","full_name":"Cylix/tacopie","owner":"Cylix","description":"C++ TCP Library - NO LONGER MAINTAINED","archived":true,"fork":false,"pushed_at":"2018-09-16T20:57:40.000Z","size":1054,"stargazers_count":374,"open_issues_count":9,"forks_count":131,"subscribers_count":26,"default_branch":"master","last_synced_at":"2024-07-31T22:44:45.846Z","etag":null,"topics":["cpp","cpp11","no-dependencies","tcp","tcp-client","tcp-server"],"latest_commit_sha":null,"homepage":"","language":"C++","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/Cylix.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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}},"created_at":"2016-11-23T21:42:26.000Z","updated_at":"2024-06-13T08:26:53.000Z","dependencies_parsed_at":"2023-04-06T03:55:20.838Z","dependency_job_id":null,"html_url":"https://github.com/Cylix/tacopie","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cylix%2Ftacopie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cylix%2Ftacopie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cylix%2Ftacopie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cylix%2Ftacopie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cylix","download_url":"https://codeload.github.com/Cylix/tacopie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243685506,"owners_count":20330980,"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":["cpp","cpp11","no-dependencies","tcp","tcp-client","tcp-server"],"created_at":"2024-07-30T22:01:08.940Z","updated_at":"2025-03-15T04:31:06.362Z","avatar_url":"https://github.com/Cylix.png","language":"C++","funding_links":[],"categories":["TODO scan for Android support in followings","C++"],"sub_categories":[],"readme":"# Important\n\nPlease be advised that this library **is no longer maintained**.\n\nI have maintained this library for over 2 years, but I do not have enough time to provide a reliable support and continuous development for any longer.\n\nAny existing or new issues will **not** be treated and I do not guarantee to merge any new pull request.\n\nIf anyone is willing to take over this project, feel free to fork this project and message me to add a link to your fork in this README.\n\n\u003cp align=\"center\"\u003e\n   \u003cimg src=\"https://raw.githubusercontent.com/Cylix/tacopie/master/assets/images/tacopie_logo.jpg\"/\u003e\n\u003c/p\u003e\n\n# Taco Pie [![Build Status](https://travis-ci.org/Cylix/tacopie.svg?branch=master)](https://travis-ci.org/Cylix/tacopie) [![Build status](https://ci.appveyor.com/api/projects/status/lvy4ovvr87c5jvgn?svg=true)](https://ci.appveyor.com/project/Cylix/tacopie)\n`tacopie` is a multi-platform TCP Client \u0026 Server C++11 library.\n\n## Requirement\n`tacopie` has **no dependency**. Its only requirement is `C++11`.\n\n## Example\n`tacopie::tcp_server`:\n```cpp\ntacopie::tcp_server s;\ns.start(\"127.0.0.1\", 3001, [] (const std::shared_ptr\u003ctacopie::tcp_client\u003e\u0026 client) -\u003e bool {\n  std::cout \u003c\u003c \"New client\" \u003c\u003c std::endl;\n  return true;\n});\n```\n`tacopie::tcp_server` [full documentation](https://github.com/Cylix/tacopie/wiki/TCP-Server) and [detailed example](https://github.com/Cylix/tacopie/wiki/Examples#tcp-server).\n\n`tacopie::tcp_client`:\n```cpp\ntacopie::tcp_client client;\nclient.connect(\"127.0.0.1\", 3001);\nclient.async_read({ 1024, [\u0026] (tacopie::tcp_client::read_result\u0026 res) {\n  client.async_write({ res.buffer, nullptr });\n} });\n```\n`tacopie::tcp_client` [full documentation](https://github.com/Cylix/tacopie/wiki/TCP-Client) and [detailed example](https://github.com/Cylix/tacopie/wiki/Examples#tcp-client).\n\n## Wiki\nA [Wiki](https://github.com/Cylix/tacopie/wiki) is available and provides full documentation for the library as well as [installation explanations](https://github.com/Cylix/tacopie/wiki/Installation).\n\n# Doxygen\nA [Doxygen documentation](https://cylix.github.io/tacopie/html/index.html) is available and provides full API documentation for the library.\n\n## License\n`tacopie` is under [MIT License](LICENSE).\n\n## Contributing\nPlease refer to [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Author\n[Simon Ninon](http://simon-ninon.fr)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCylix%2Ftacopie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCylix%2Ftacopie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCylix%2Ftacopie/lists"}