{"id":20170197,"url":"https://github.com/marcodpt/rawprinter","last_synced_at":"2025-03-03T04:15:51.249Z","repository":{"id":197945723,"uuid":"699874347","full_name":"marcodpt/rawprinter","owner":"marcodpt","description":"An IOT server written in rust for connecting via USB to raw printers.","archived":false,"fork":false,"pushed_at":"2023-10-26T17:35:38.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-03-29T07:22:43.916Z","etag":null,"topics":["barcode","iot","iot-device","localserver","printer","qrcode","rawprint","rust","server","thermal-printer","zebra","zebra-printer"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/rawprinter","language":"Rust","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/marcodpt.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-03T14:08:35.000Z","updated_at":"2024-07-10T23:00:21.008Z","dependencies_parsed_at":null,"dependency_job_id":"7d7573bb-beea-4e3d-b50b-9ddd7612f05b","html_url":"https://github.com/marcodpt/rawprinter","commit_stats":null,"previous_names":["marcodpt/rawprinter"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcodpt%2Frawprinter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcodpt%2Frawprinter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcodpt%2Frawprinter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcodpt%2Frawprinter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcodpt","download_url":"https://codeload.github.com/marcodpt/rawprinter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241057972,"owners_count":19902088,"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":["barcode","iot","iot-device","localserver","printer","qrcode","rawprint","rust","server","thermal-printer","zebra","zebra-printer"],"created_at":"2024-11-14T01:17:39.421Z","updated_at":"2025-03-03T04:15:51.227Z","avatar_url":"https://github.com/marcodpt.png","language":"Rust","readme":"# Raw Printer\nAn IOT server written in rust for connecting via USB to raw printers.\n\n## Usage Example\nAs an example, I will show how to connect the `Zebra` `TLP 2844` printer that\nI used to test the server.\n\nFirst you need to identify the `vendor-id` and `device-id` of the printer.\n\nRun the command in the Linux terminal, or similar command in another operating\nsystem.\n```\nlsusb | grep Zebra\n```\n\nOn my machine I get the following result:\n```\nBus 002 Device 008: ID 0a5f:000a Zebra TLP2844\n```\n\nSo to start the server you must run the command:\n```\nsudo rawprinter --vendor-id 0x0a5f --device-id 0x000a\n```\n\nIf you are compiling manually:\n```\nsudo ./target/release/rawprinter --vendor-id 0x0a5f --device-id 0x000a\n```\n\n## Testing\nTo send a test print I am using [hurl](https://hurl.dev/):\n```\nhurl --test test.hurl\n```\n\n## Contributing\nIt's a very simple project.\nAny contribution, any feedback is greatly appreciated.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcodpt%2Frawprinter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcodpt%2Frawprinter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcodpt%2Frawprinter/lists"}