{"id":22820196,"url":"https://github.com/kizzycode/serialpipe-c","last_synced_at":"2025-03-30T23:16:39.583Z","repository":{"id":50265482,"uuid":"510529496","full_name":"KizzyCode/SerialPipe-c","owner":"KizzyCode","description":"`SerialPipe` is a simple program that can be used to read from/write to a serial device node","archived":false,"fork":false,"pushed_at":"2023-10-01T12:35:14.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T04:44:16.401Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KizzyCode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-07-04T23:35:28.000Z","updated_at":"2022-07-05T00:57:06.000Z","dependencies_parsed_at":"2023-01-29T23:01:07.932Z","dependency_job_id":null,"html_url":"https://github.com/KizzyCode/SerialPipe-c","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2FSerialPipe-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2FSerialPipe-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2FSerialPipe-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2FSerialPipe-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KizzyCode","download_url":"https://codeload.github.com/KizzyCode/SerialPipe-c/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246390858,"owners_count":20769478,"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":[],"created_at":"2024-12-12T15:17:01.119Z","updated_at":"2025-03-30T23:16:39.563Z","avatar_url":"https://github.com/KizzyCode.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License BSD-2-Clause](https://img.shields.io/badge/License-BSD--2--Clause-blue.svg)](https://opensource.org/licenses/BSD-2-Clause)\n[![License MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\n\n# `SerialPipe`\nWelcome to `SerialPipe` 🎉\n\n`SerialPipe` is a simple program that can be used to read from/write to a serial device node.\n\n\n## Example\n```sh\n# Dump /dev/tty.usbmodem21201 @115200 to stdout\nspipe /dev/tty.usbmodem21201 115200\n\n# Write \"Testolope\" to /dev/tty.usbmodem21201 @115200 and dump /dev/tty.usbmodem21201 @115200 to stdout\necho \"Testolope\" | spipe /dev/tty.usbmodem21201 115200\n\n# Dump /dev/tty.usbmodem21201 @9600 to the file a.out\nspipe /dev/tty.usbmodem21201 9600 \u003e a.out\n```\n\n## Usage\n```sh\nspipe path-to-device-node baudrate\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkizzycode%2Fserialpipe-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkizzycode%2Fserialpipe-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkizzycode%2Fserialpipe-c/lists"}