{"id":19012631,"url":"https://github.com/naguissa/uhexlib","last_synced_at":"2026-05-14T01:38:42.587Z","repository":{"id":251217762,"uuid":"836759177","full_name":"Naguissa/uHexLib","owner":"Naguissa","description":"Arduino (and standard C) tiny and cross-device compatible hexadecimal coding/decoding library","archived":false,"fork":false,"pushed_at":"2025-12-10T07:58:00.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-30T15:04:38.273Z","etag":null,"topics":["arduino","arduino-library","cpp","foroelectro","hexadecimal","hexadecimal-converter","naguissa"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Naguissa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"Naguissa","custom":"https://www.paypal.me/foroelectro"}},"created_at":"2024-08-01T13:53:58.000Z","updated_at":"2026-03-03T09:48:51.000Z","dependencies_parsed_at":"2024-08-01T15:32:16.271Z","dependency_job_id":"536266d5-0f75-4c51-9331-b6575da314c6","html_url":"https://github.com/Naguissa/uHexLib","commit_stats":null,"previous_names":["naguissa/uhexlib"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Naguissa/uHexLib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Naguissa%2FuHexLib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Naguissa%2FuHexLib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Naguissa%2FuHexLib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Naguissa%2FuHexLib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Naguissa","download_url":"https://codeload.github.com/Naguissa/uHexLib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Naguissa%2FuHexLib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33006631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"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":["arduino","arduino-library","cpp","foroelectro","hexadecimal","hexadecimal-converter","naguissa"],"created_at":"2024-11-08T19:18:55.838Z","updated_at":"2026-05-14T01:38:42.581Z","avatar_url":"https://github.com/Naguissa.png","language":"C++","funding_links":["https://github.com/sponsors/Naguissa","https://www.paypal.me/foroelectro","https://paypal.me/foroelectro"],"categories":[],"sub_categories":[],"readme":"# Arduino (and standard C) tiny and cross-device compatible hexadecimal coding/decoding library.\n\nMaster status:  ![Arduino CI](https://github.com/Naguissa/uHexLib/workflows/arduino_ci/badge.svg)\n\n\n## What is this repository for?\n\nStandard C library to encode and decode bytes to hexadecimal.\n\nSupports any microcontroller.\n\n\n## Usage\n\nYou have this new type used as return type of encoding, which has 2 bytes, named 'a' and 'b':\n    - uHexLib2Bytes: { uint8_t a; uint8_t b; }\n\nYou have uHexLib class with following static methods:\n\n    - **uHexLib2Bytes uHexLib::encode(const char);** : Given one char it encodes it to 2 base64 chars and returns the struct\n    - **char uHexLib::decode(const char inA, const char inB);** : Given two base64 chars it decodes and returns them as 1 char\n\n    - **uint16_t uHexLib::encode(const char in[], char out[]\u003c, optional uint16_t length\u003e);** : Given one char array encodes it to 2*size base64 char array and returns the original array processed bytes number.\n    - **uint16_t  uHexLib::decode(const char in[], char out[]\u003c, optional uint16_t original_length\u003e);** : Given one base64 char array it decodes to size/2 decoded char array and returns the original array decoded bytes number.\n    \n\n## How do I get set up?\n\nYou can get it from Arduino libraries directly, searching by uHexLib.\n\nFor manual installation:\n\n * Get the ZIP from releases link: https://github.com/Naguissa/uHexLib/releases\n * Rename to uHexLib.zip\n * Install library on Arduino\n\n## Example\n\nIncluded on example folder, available on Arduino IDE.\n\n\n## Who do I talk to?\n\n * [Naguissa](https://github.com/Naguissa)\n * https://www.foroelectro.net\n\n\n## Contribute\n\nAny code contribution, report or comment are always welcome. Don't hesitate to use GitHub for that.\n\n\n * You can sponsor this project using GitHub's Sponsor button: https://github.com/Naguissa/uHexLib\n * You can make a donation via PayPal: https://paypal.me/foroelectro\n\n\nThanks for your support.\n\n\nContributors hall of fame: https://www.foroelectro.net/hall-of-fame-f32/contributors-contribuyentes-t271.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaguissa%2Fuhexlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaguissa%2Fuhexlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaguissa%2Fuhexlib/lists"}