{"id":28258838,"url":"https://github.com/teonet-go/teonet-c","last_synced_at":"2026-04-17T10:31:18.799Z","repository":{"id":57707960,"uuid":"378921209","full_name":"teonet-go/teonet-c","owner":"teonet-go","description":"Teonet v5 C library and examples","archived":false,"fork":false,"pushed_at":"2022-07-09T13:55:02.000Z","size":8662,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-20T01:15:49.660Z","etag":null,"topics":["c","client-server","cpp","low-latency","messaging","microservices","networking","python","reliable-udp","teonet","udp","udp-protocol"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teonet-go.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":"teonet","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2021-06-21T12:21:58.000Z","updated_at":"2022-10-27T08:34:40.000Z","dependencies_parsed_at":"2022-09-08T10:01:27.836Z","dependency_job_id":null,"html_url":"https://github.com/teonet-go/teonet-c","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/teonet-go/teonet-c","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teonet-go%2Fteonet-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teonet-go%2Fteonet-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teonet-go%2Fteonet-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teonet-go%2Fteonet-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teonet-go","download_url":"https://codeload.github.com/teonet-go/teonet-c/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teonet-go%2Fteonet-c/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31925288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T10:19:20.377Z","status":"ssl_error","status_checked_at":"2026-04-17T10:19:18.682Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["c","client-server","cpp","low-latency","messaging","microservices","networking","python","reliable-udp","teonet","udp","udp-protocol"],"created_at":"2025-05-20T01:15:39.518Z","updated_at":"2026-04-17T10:31:18.794Z","avatar_url":"https://github.com/teonet-go.png","language":"C","funding_links":["https://patreon.com/teonet"],"categories":[],"sub_categories":[],"readme":"# Teonet-c\n\n[Teonet v5](https://github.com/teonet-go/teonet) C library and examples.\n\n![Teonet v5 C](https://github.com/teonet-go/teonet-c/raw/main/img/teonet-c.jpg)\n\nTeonet is designed to create client-server systems and build networks for server applications operating within a microservice architecture.\n\nMain Teonet v5 code was created on Golang. This project make c/c++ dynamic library to use it in any C/C++ and C compatible applications.\n\nThe description of Teonet you can find at [main Teonet-go page](https://github.com/teonet-go).\n\nThe examples of this project copy Teonet-go examples functional. So look this project examples to get started with teonet-c library: [examples](https://github.com/teonet-go/teonet-c/tree/main/cmd)\n\n## Contents\n\n- [Make Teonet-c library and examples](#make-library-and-examples)\n- C language examples\n  - Simple message mode\n    - [Simple Clent](https://github.com/teonet-go/teonet-c/tree/main/cmd/echo/main.c)\n    - [Simple Server](https://github.com/teonet-go/teonet-c/tree/main/cmd/echo-serve/main.c)\n  - Command message mode\n    - [Command mode Clent](https://github.com/teonet-go/teonet-c/tree/main/cmd/command/main.c)\n    - [Command mode Server](https://github.com/teonet-go/teonet-c/tree/main/cmd/command-serve/main.c)\n  - API message mode\n    - [API Clent](https://github.com/teonet-go/teonet-c/tree/main/cmd/api/main.c)\n    - [API Server](https://github.com/teonet-go/teonet-c/tree/main/cmd/api-serve/main.c)\n- C++ language examples\n  - Simple message mode\n    - [Simple Clent](https://github.com/teonet-go/teonet-c/tree/main/cmd/cpp/echo/main.cpp)\n  - Command message mode\n    - [Command mode Clent](https://github.com/teonet-go/teonet-c/tree/main/cmd/cpp/command/main.cpp)\n  - API message mode\n    - [API Clent](https://github.com/teonet-go/teonet-c/tree/main/cmd/cpp/api/main.cpp)\n    - [API Server](https://github.com/teonet-go/teonet-c/tree/main/cmd/cpp/api-serve/main.cpp)\n\n## Make library and examples\n\nTo make Teonet-c library from sources you need install `git` `go` `gcc` and `make` applications on you computer.\n\nClone this repository to you project folder:\n\n```shell\ncd project_folder\ngit clone https://github.com/teonet-go/teonet-c.git\ncd teonet-c\n```\n\nThere is Makefile, use `make` command to execute it.\n\nTo build library use:\n\n```shell\nmake build-library\nsudo make ldconfig\n```\n\nTo build examples use:\n\n```shell\nmake build\n```\n\nAfter this you can run examples from projects root folder.  \nRun the C++ API message mode client:\n\n```shell\n./cmd/cpp/api/teoapi-cpp\n```\n\n## License\n\n[BSD](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteonet-go%2Fteonet-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteonet-go%2Fteonet-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteonet-go%2Fteonet-c/lists"}