Home

Awesome

COBS

<!-- PROJECT LOGO --> <div align="center"> <a href="https://github.com/rokath/cobs"> <img src="./logo.png" alt="Logo" width="800" height="80"> </a> </div> <!-- TABLE OF CONTENTS --> <details> <summary>Table of Contents</summary> <ol> <!-- vscode-markdown-toc --> <!-- vscode-markdown-toc-config numbering=true autoSave=true /vscode-markdown-toc-config --> <!-- /vscode-markdown-toc --><div id="top"></div> </ol> </details> <!-- ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/rokath/cobs/goreleaser) ![GitHub All Releases](https://img.shields.io/github/downloads/rokath/cobs/total) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/rokath/cobs) ![GitHub commits since latest release](https://img.shields.io/github/commits-since/rokath/cobs/latest) -->

GitHub code size in bytes GitHub watchers Go Report Card PRs Welcome test Coverage Status GitHub issues

<!-- ABOUT THE PROJECT -->

1. <a name='AboutTheproject'></a>About The project

This is a COBS implementation in Go and C with tests.

See TCOBS as an other possibility.

<p align="right">(<a href="#top">back to top</a>)</p>

2. <a name='COBSSpecification'></a>COBS Specification

<p align="right">(<a href="#top">back to top</a>)</p>

3. <a name='FolderInformation'></a>Folder Information

FolderContent
srcC sources ready to be used in any C project
goGo source
cgoGo project for testing
<!-- GETTING STARTED -->

4. <a name='GettingStarted'></a>Getting Started

4.1. <a name='Prerequisites'></a>Prerequisites

4.2. <a name='Installation'></a>Installation

<!-- ROADMAP -->

4.3. <a name='Roadmap'></a>Roadmap

See the open issues for a full list of proposed features (and known issues).

<p align="right">(<a href="#top">back to top</a>)</p> <!-- CONTRIBUTING -->

5. <a name='Contributing'></a>Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub

<p align="right">(<a href="#top">back to top</a>)</p> <!-- LICENSE -->

6. <a name='License'></a>License

Distributed under the MIT License. See LICENSE.txt for more information.

<p align="right">(<a href="#top">back to top</a>)</p> <!-- CONTACT -->

7. <a name='Contact'></a>Contact

Thomas Höhenleitner - <!-- [@twitter_handle](https://twitter.com/twitter_handle) - --> th@seerose.net Project Link: https://github.com/rokath/cobs

<!-- ACKNOWLEDGMENTS -->

7.1. <a name='Acknowledgments'></a>Acknowledgments

<p align="right">(<a href="#top">back to top</a>)</p> <!-- PROJECT LOGO --> <div align="center"> <a href="https://github.com/rokath/cobs"> <img src="./logo.png" alt="Logo" width="800" height="80"> </a> <h3 align="center">COBS</h3> <p align="center"> Common Object Byte Stuffing <br /> <a href="https://pypi.org/project/cobs/"><strong>Explore the docs »</strong></a> <br /> <br /> <a href="https://github.com/rokath/cobs">View Code</a> · <a href="https://github.com/rokath/cobs/issues">Report Bug</a> · <a href="https://github.com/rokath/cobs/issues">Request Feature</a> </p> </div>