{"id":37741666,"url":"https://github.com/justincpresley/go-cobs","last_synced_at":"2026-01-16T14:10:46.813Z","repository":{"id":49739228,"uuid":"517510005","full_name":"justincpresley/go-cobs","owner":"justincpresley","description":"go-cobs: Go-to Library for Consistent Overhead Byte Stuffing (COBS) with enhanced features, coded in the Go Language.","archived":false,"fork":false,"pushed_at":"2024-05-27T21:27:26.000Z","size":90,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-21T09:51:22.296Z","etag":null,"topics":["cobs","cobs-algorithm","consistent-overhead-byte-stuffing","enhanced","frames","go","golang","golang-library","networking","packet-framing","protocol","stuffing","verification"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/justincpresley/go-cobs","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/justincpresley.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"docs/CODE_OF_CONDUCT.md","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":"2022-07-25T03:55:59.000Z","updated_at":"2024-05-27T21:27:29.000Z","dependencies_parsed_at":"2024-06-21T08:54:54.540Z","dependency_job_id":null,"html_url":"https://github.com/justincpresley/go-cobs","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/justincpresley/go-cobs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justincpresley%2Fgo-cobs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justincpresley%2Fgo-cobs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justincpresley%2Fgo-cobs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justincpresley%2Fgo-cobs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justincpresley","download_url":"https://codeload.github.com/justincpresley/go-cobs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justincpresley%2Fgo-cobs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479169,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: 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":["cobs","cobs-algorithm","consistent-overhead-byte-stuffing","enhanced","frames","go","golang","golang-library","networking","packet-framing","protocol","stuffing","verification"],"created_at":"2026-01-16T14:10:46.729Z","updated_at":"2026-01-16T14:10:46.804Z","avatar_url":"https://github.com/justincpresley.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n![Visual](/docs/README_VISUAL.png)\n\n[![Test](https://img.shields.io/github/actions/workflow/status/justincpresley/go-cobs/test.yaml?branch=master\u0026label=Test)][1]\n[![CodeFactor](https://img.shields.io/codefactor/grade/github/justincpresley/go-cobs/master?label=CodeFactor)][2]\n[![Language](https://img.shields.io/github/go-mod/go-version/justincpresley/go-cobs/master?label=Go)][3]\n[![Version](https://img.shields.io/github/v/tag/justincpresley/go-cobs?label=Latest%20version)][4]\n[![Commits](https://img.shields.io/github/commits-since/justincpresley/go-cobs/latest/master?label=Unreleased%20commits)][5]\n[![License](https://img.shields.io/github/license/justincpresley/go-cobs?label=License)][6]\n\n\u003c/div\u003e\n\n***go-cobs*** is a [Go](https://go.dev/) library implementing *Consistent Overhead Byte Stuffing* (COBS) functionality.\n\n*What is Consistent Overhead Byte Stuffing?* [Wiki](https://en.wikipedia.org/wiki/Consistent_Overhead_Byte_Stuffing) - [Technical Paper](http://www.stuartcheshire.org/papers/cobsforton.pdf)\n\nThe goal of '*COBS*' is to remove a special byte within given data by replacing all special bytes with \"flags\", a byte telling where the next special byte is. There is minimal overhead with *COBS* as indicated by the paper itself.\n\n## Usage\n\n**It is suggested to try out this library** by running ```go run .``` inside of one the [examples](https://github.com/justincpresley/go-cobs/tree/master/examples) to visualize **go-cobs**.\n\nThe full API documentation is available on [pkg.go.dev](https://pkg.go.dev/github.com/justincpresley/go-cobs).\n\nAdditionally, [usage](https://github.com/justincpresley/go-cobs/blob/master/docs/USAGE.md) outlines everything you need to know about types, config, and anything that may be unclear outside of the API.\n\n## Notes\n\n***go-cobs*** stands out from other COBS libraries due to [many differences](https://github.com/justincpresley/go-cobs/blob/master/docs/DIFFERENCES.md). This library has discovered advances in COBS that are not stated anywhere else.\n\n## License\n\n***go-cobs*** is an open source project licensed under ISC. See LICENSE.md for more information.\n\n[1]: https://github.com/justincpresley/go-cobs/actions/workflows/test.yaml\n[2]: https://www.codefactor.io/repository/github/justincpresley/go-cobs\n[3]: https://go.dev/\n[4]: https://github.com/justincpresley/go-cobs/releases\n[5]: https://github.com/justincpresley/go-cobs/compare/v1.6.0...HEAD\n[6]: https://en.wikipedia.org/wiki/ISC_license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustincpresley%2Fgo-cobs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustincpresley%2Fgo-cobs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustincpresley%2Fgo-cobs/lists"}