{"id":15417048,"url":"https://github.com/ivmarkov/edge-net","last_synced_at":"2025-05-15T16:06:24.300Z","repository":{"id":41187425,"uuid":"508660542","full_name":"ivmarkov/edge-net","owner":"ivmarkov","description":"async + no_std + no-alloc implementations of various network protocols","archived":false,"fork":false,"pushed_at":"2025-04-13T07:43:59.000Z","size":767,"stargazers_count":160,"open_issues_count":7,"forks_count":25,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-08T06:48:53.548Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ivmarkov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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,"zenodo":null}},"created_at":"2022-06-29T11:19:25.000Z","updated_at":"2025-05-05T10:39:52.000Z","dependencies_parsed_at":"2023-02-14T06:45:35.738Z","dependency_job_id":"3b2cc87f-e1f0-4d12-a841-9d26839499c6","html_url":"https://github.com/ivmarkov/edge-net","commit_stats":{"total_commits":374,"total_committers":9,"mean_commits":41.55555555555556,"dds":0.05882352941176472,"last_synced_commit":"f90468953aec1d476ba52fe3b63f392a07bb9daa"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivmarkov%2Fedge-net","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivmarkov%2Fedge-net/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivmarkov%2Fedge-net/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivmarkov%2Fedge-net/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivmarkov","download_url":"https://codeload.github.com/ivmarkov/edge-net/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254374470,"owners_count":22060611,"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-10-01T17:14:29.491Z","updated_at":"2025-05-15T16:06:24.273Z","avatar_url":"https://github.com/ivmarkov.png","language":"Rust","readme":"# edge-net\n\n[![CI](https://github.com/ivmarkov/edge-net/actions/workflows/ci.yml/badge.svg)](https://github.com/ivmarkov/edge-net/actions/workflows/ci.yml)\n![crates.io](https://img.shields.io/crates/v/edge-net.svg)\n[![Documentation](https://docs.rs/edge-net/badge.svg)](https://docs.rs/edge-net)\n\nThis crate ships async + `no_std` + no-alloc implementations of various network protocols.\n\nSuitable for microcontrollers and embedded systems in general.\n\n## Supported protocols\n\n* [HTTP client and server](edge-http)\n* [Websocket send/receive](edge-ws)\n* [DNS Captive Portal](edge-captive)\n* [mDNS responder](edge-mdns)\n* [DHCP cient and server](edge-dhcp)\n* [Raw IP \u0026 UDP packet send/receive](edge-raw) (useful in combination with the DHCP client and server)\n* [MQTT client](edge-mqtt) (currently just a slim wrapper around [`rumqttc`](https://github.com/bytebeamio/rumqtt/tree/main/rumqttc), so needs STD)\n* [TCP, UDP and raw sockets](edge-nal)\n\n## Supported platforms\n\n* [The Rust Standard library](edge-nal-std)\n* [The networking stack of Embassy](edge-nal-embassy)\n* Any other platform, as long as you implement (a subset of) [edge-nal](edge-nal)\n  * The necessary minimum being the `Read` / `Write` traits from [embedded_io_async](https://crates.io/crates/embedded-io-async/0.5.0) - for modeling TCP sockets - and `UdpReceive` / `UdpSend` from [edge-nal](edge-nal) - for modeling UDP sockets\n  * Most crates ([edge-captive](edge-captive), [edge-dhcp](edge-dhcp), [edge-ws](edge-ws), [edge-raw](edge-raw)) also provide a compute-only subset that does not need [embedded-io-async](https://crates.io/crates/embedded-io-async/0.5.0) or [edge-nal](edge-nal) traits\n\n**PRs welcome!**\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivmarkov%2Fedge-net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivmarkov%2Fedge-net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivmarkov%2Fedge-net/lists"}