{"id":16147699,"url":"https://github.com/bakercp/packetserial","last_synced_at":"2025-04-06T12:10:34.833Z","repository":{"id":9083948,"uuid":"10858814","full_name":"bakercp/PacketSerial","owner":"bakercp","description":"An Arduino Library that facilitates packet-based serial communication using COBS or SLIP encoding.","archived":false,"fork":false,"pushed_at":"2023-10-15T19:40:01.000Z","size":285,"stargazers_count":286,"open_issues_count":5,"forks_count":59,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-03-30T11:07:07.333Z","etag":null,"topics":["arduino","arduino-library","cobs","communication","decoding","encoding","packets","serial","slip"],"latest_commit_sha":null,"homepage":"http://bakercp.github.io/PacketSerial/","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/bakercp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":".github/SECURITY.md","support":null,"governance":null},"funding":{"github":"bakercp","custom":"https://paypal.me/bakercp"}},"created_at":"2013-06-22T04:33:17.000Z","updated_at":"2025-03-27T13:31:16.000Z","dependencies_parsed_at":"2023-01-11T17:32:35.144Z","dependency_job_id":"d73a45e9-f678-4fb7-9e95-772dfe894479","html_url":"https://github.com/bakercp/PacketSerial","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakercp%2FPacketSerial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakercp%2FPacketSerial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakercp%2FPacketSerial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakercp%2FPacketSerial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bakercp","download_url":"https://codeload.github.com/bakercp/PacketSerial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247478324,"owners_count":20945266,"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":["arduino","arduino-library","cobs","communication","decoding","encoding","packets","serial","slip"],"created_at":"2024-10-10T00:26:54.852Z","updated_at":"2025-04-06T12:10:34.795Z","avatar_url":"https://github.com/bakercp.png","language":"C++","readme":"# PacketSerial\n\n[![Build Status](https://travis-ci.org/bakercp/PacketSerial.svg?branch=master)](https://travis-ci.org/bakercp/PacketSerial)\n\nAn Arduino Library that facilitates packet-based serial communication using COBS or SLIP encoding.\n\n## Features\n\n_PacketSerial_ is an small, efficient, library that allows [Arduinos](http://www.arduino.cc/) to send and receive serial data packets (with COBS, SLIP or a user-defined encoding) that include bytes of any value (0 - 255).\nA _packet_ is simply an array of bytes.\n\n## Documentation\n\nIf you're asking _Why do I need this?_, read the [background introduction](docs/BACKGROUND.md) page. If you're ready to get started, check out the [getting started](docs/GETTING_STARTED.md) page. You can also learn a lot by reading through the [examples](./examples/). Finally, if you're interested in learning more about how the code works, read the comments in the [source code](./src/) and check out the [API documentation](https://bakercp.github.io/PacketSerial/).\n\n## Support\n\nIf you're looking for help, read the [support](docs/SUPPORT.md) page.\n\n## Compatibility\n\n### Requrements\n\n- [Arduino IDE](https://www.arduino.cc/en/main/software) (version 1.5+)\n\n### Other Platforms\n\nThis project has been used successfully with [openFrameworks](https://openframeworks.cc/) using the [ofxSerial](https://github.com/bakercp/ofxSerial) addon. In particular, see the `ofx::IO::PacketSerial` object. Additionally this project has been used with Python using the [PySerial](https://pythonhosted.org/pyserial/index.html) package. In particular, check out the [COBS](https://pythonhosted.org/cobs/) (see [this discussion](https://github.com/bakercp/PacketSerial/issues/10)) and [SLIP](https://pypi.python.org/pypi/sliplib/0.0.1) packages.\n\nUltimately, any library that correctly implements a COBS or SLIP encoding scheme should be compatible with this project.\n\n### Continuous Integration\n\nContinuous integration tests are carried out on a variety of common Arduino platforms. See [this script](https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh) for a list.\n\n## Licensing\n\nThis project is licensed under the [MIT License](LICENSE.md).\n\n## Project Management\n\n### Repository\n\n[https://github.com/bakercp/PacketSerial](https://github.com/bakercp/PacketSerial)\n\n### Contributing\n\nIf you'd like to contribute to this project, please check out the [Code of Conduct](docs/CODE_OF_CONDUCT.md) and the [contributing](docs/CONTRIBUTING.md) guide.\n\n### Versioning\n\nThis project uses [Semantic Versioning](http://semver.org/spec/v2.0.0.html). You can check out recent changes in the [changelog](CHANGELOG.md).\n","funding_links":["https://github.com/sponsors/bakercp","https://paypal.me/bakercp"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbakercp%2Fpacketserial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbakercp%2Fpacketserial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbakercp%2Fpacketserial/lists"}