{"id":16358174,"url":"https://github.com/newam/w5500-rs","last_synced_at":"2025-04-04T18:03:39.647Z","repository":{"id":39880157,"uuid":"330225560","full_name":"newAM/w5500-rs","owner":"newAM","description":"Embedded rust support for the Wiznet W5500 SPI internet offload chip","archived":false,"fork":false,"pushed_at":"2025-04-02T13:40:57.000Z","size":1154,"stargazers_count":40,"open_issues_count":9,"forks_count":14,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-02T20:54:54.982Z","etag":null,"topics":["embedded","rust","w5500","wiznet"],"latest_commit_sha":null,"homepage":"","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/newAM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2021-01-16T18:09:01.000Z","updated_at":"2025-04-02T13:41:00.000Z","dependencies_parsed_at":"2023-10-16T18:49:43.690Z","dependency_job_id":"ec51117d-cbd7-4953-87ff-b4fda9d65a6a","html_url":"https://github.com/newAM/w5500-rs","commit_stats":{"total_commits":380,"total_committers":12,"mean_commits":"31.666666666666668","dds":"0.46578947368421053","last_synced_commit":"6a375c6b3f82cbb848f6ad804d4906e907202060"},"previous_names":[],"tags_count":80,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newAM%2Fw5500-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newAM%2Fw5500-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newAM%2Fw5500-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newAM%2Fw5500-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/newAM","download_url":"https://codeload.github.com/newAM/w5500-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247226211,"owners_count":20904465,"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":["embedded","rust","w5500","wiznet"],"created_at":"2024-10-11T02:04:59.504Z","updated_at":"2025-04-04T18:03:39.612Z","avatar_url":"https://github.com/newAM.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# w5500-rs\n\n[![CI](https://github.com/newAM/w5500-rs/workflows/CI/badge.svg)](https://github.com/newAM/w5500-rs/actions)\n\nEmbedded rust support for the [Wiznet W5500] SPI internet offload chip.\n\n* [`w5500-ll`] contains low-level drivers, register setters \u0026 getters.\n* [`w5500-hl`] contains higher-level drivers.\n* [`w5500-regsim`] contains a simulation of the [`w5500-ll`] `Registers` trait.\n* Other crates contain protocol implementations.\n\n## Crates\n\n| Name             | Crates.io                                                                                               | Documentation                                                                            |\n|------------------|---------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------|\n| [`w5500-dhcp`]   | [![crates.io](https://img.shields.io/crates/v/w5500-dhcp.svg)](https://crates.io/crates/w5500-dhcp)     | [![Documentation](https://docs.rs/w5500-dhcp/badge.svg)](https://docs.rs/w5500-dhcp)     |\n| [`w5500-dns`]    | [![crates.io](https://img.shields.io/crates/v/w5500-dns.svg)](https://crates.io/crates/w5500-dns)       | [![Documentation](https://docs.rs/w5500-dns/badge.svg)](https://docs.rs/w5500-dns)       |\n| [`w5500-hl`]     | [![crates.io](https://img.shields.io/crates/v/w5500-hl.svg)](https://crates.io/crates/w5500-hl)         | [![Documentation](https://docs.rs/w5500-hl/badge.svg)](https://docs.rs/w5500-hl)         |\n| [`w5500-ll`]     | [![crates.io](https://img.shields.io/crates/v/w5500-ll.svg)](https://crates.io/crates/w5500-ll)         | [![Documentation](https://docs.rs/w5500-ll/badge.svg)](https://docs.rs/w5500-ll)         |\n| [`w5500-mqtt`]   | [![crates.io](https://img.shields.io/crates/v/w5500-mqtt.svg)](https://crates.io/crates/w5500-mqtt)     | [![Documentation](https://docs.rs/w5500-mqtt/badge.svg)](https://docs.rs/w5500-mqtt)     |\n| [`w5500-regsim`] | [![crates.io](https://img.shields.io/crates/v/w5500-regsim.svg)](https://crates.io/crates/w5500-regsim) | [![Documentation](https://docs.rs/w5500-regsim/badge.svg)](https://docs.rs/w5500-regsim) |\n| [`w5500-sntp`]   | [![crates.io](https://img.shields.io/crates/v/w5500-sntp.svg)](https://crates.io/crates/w5500-sntp)     | [![Documentation](https://docs.rs/w5500-sntp/badge.svg)](https://docs.rs/w5500-sntp)     |\n| [`w5500-tls`]    | [![crates.io](https://img.shields.io/crates/v/w5500-tls.svg)](https://crates.io/crates/w5500-tls)       | [![Documentation](https://docs.rs/w5500-tls/badge.svg)](https://docs.rs/w5500-tls)       |\n\n[Wiznet W5500]: https://docs.wiznet.io/Product/iEthernet/W5500/overview\n[`w5500-dhcp`]: https://github.com/newAM/w5500-rs/tree/main/dhcp\n[`w5500-dns`]: https://github.com/newAM/w5500-rs/tree/main/dns\n[`w5500-hl`]: https://github.com/newAM/w5500-rs/tree/main/hl\n[`w5500-ll`]: https://github.com/newAM/w5500-rs/tree/main/ll\n[`w5500-mqtt`]: https://github.com/newAM/w5500-rs/tree/main/mqtt\n[`w5500-regsim`]: https://github.com/newAM/w5500-rs/tree/main/regsim\n[`w5500-sntp`]: https://github.com/newAM/w5500-rs/tree/main/sntp\n[`w5500-tls`]: https://github.com/newAM/w5500-rs/tree/main/tls\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewam%2Fw5500-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnewam%2Fw5500-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewam%2Fw5500-rs/lists"}