{"id":16735847,"url":"https://github.com/ranaaditya/tbcd","last_synced_at":"2025-07-12T00:33:18.544Z","repository":{"id":49223956,"uuid":"376739224","full_name":"ranaaditya/tbcd","owner":"ranaaditya","description":"Basic Implementation of Telephony BCD in pure GoLang","archived":false,"fork":false,"pushed_at":"2022-07-24T14:38:29.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-14T00:07:38.532Z","etag":null,"topics":["3gpp","bcd","epc","hacktoberfest","lte","mobile-networking","mobility-engineering","rfcs","standards","tbcd"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/ranaaditya/tbcd","language":"Go","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/ranaaditya.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}},"created_at":"2021-06-14T07:26:23.000Z","updated_at":"2023-11-03T05:20:07.000Z","dependencies_parsed_at":"2022-09-26T19:53:17.897Z","dependency_job_id":null,"html_url":"https://github.com/ranaaditya/tbcd","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranaaditya%2Ftbcd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranaaditya%2Ftbcd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranaaditya%2Ftbcd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranaaditya%2Ftbcd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ranaaditya","download_url":"https://codeload.github.com/ranaaditya/tbcd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225777262,"owners_count":17522670,"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":["3gpp","bcd","epc","hacktoberfest","lte","mobile-networking","mobility-engineering","rfcs","standards","tbcd"],"created_at":"2024-10-13T00:07:34.433Z","updated_at":"2024-11-21T17:43:22.952Z","avatar_url":"https://github.com/ranaaditya.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tbcd\nBasic Implementation of Telephony BCD in pure GoLang\n\n[![forthebadge](https://forthebadge.com/images/badges/made-with-go.svg)](https://forthebadge.com)\n[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)\n[![forthebadge](https://forthebadge.com/images/badges/open-source.svg)](https://forthebadge.com)\n\n### Building from source\nRequires Go to be [installed](https://golang.org/doc/install) and [configured](https://golang.org/doc/install#testing)\n```bash\ngo get github.com/ranaaditya/tbcd\n```\n### Usage\n```golang\npackage main\n\nimport tbcd \"github.com/ranaaditya/tbcd\"\n\nfunc main() {\n\n    var message string = \"0123456789*#abc\"\n    encodedmessage, err := tbcd.EncodeToTBCD(message)\n\n    if err == nil {\n        fmt.Println(\"Encoded Message in TBCD format is :\", encodedmessage)\n    } else {\n        fmt.Println(err)\n    }\n\n    originalmessage, err1 := tbcd.DecodeToTBCD(encodedmessage)\n\n    if err1 == nil {\n        fmt.Println(\"Decoded message is :\", originalmessage)\n    } else {\n        fmt.Println(err1)\n    }\n\n}\n```\n\n#### Get it on [pkg.go.dev](https://pkg.go.dev/github.com/ranaaditya/tbcd)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Franaaditya%2Ftbcd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Franaaditya%2Ftbcd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Franaaditya%2Ftbcd/lists"}