{"id":13837962,"url":"https://github.com/mirage/mirage-tcpip","last_synced_at":"2025-05-15T16:08:55.230Z","repository":{"id":3656561,"uuid":"4724712","full_name":"mirage/mirage-tcpip","owner":"mirage","description":"TCP/IP networking stack in pure OCaml, using the Mirage platform libraries.  Includes IPv4/6, ICMP, and UDP/TCP support.","archived":false,"fork":false,"pushed_at":"2025-04-15T16:04:25.000Z","size":28795,"stargazers_count":344,"open_issues_count":29,"forks_count":87,"subscribers_count":40,"default_branch":"main","last_synced_at":"2025-05-08T08:49:17.796Z","etag":null,"topics":["arp","ethernet","icmp","ipv4","mirageos","networking-stack","ocaml","tcp","tcpip","udp","unikernel"],"latest_commit_sha":null,"homepage":"https://mirage.io","language":"OCaml","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mirage.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2012-06-20T09:53:17.000Z","updated_at":"2025-04-15T16:04:05.000Z","dependencies_parsed_at":"2024-01-13T17:12:09.177Z","dependency_job_id":"f930caeb-d8fa-474e-9283-3615d48548ea","html_url":"https://github.com/mirage/mirage-tcpip","commit_stats":{"total_commits":3951,"total_committers":61,"mean_commits":64.77049180327869,"dds":"0.45507466464186286","last_synced_commit":"e422baa3ba0412c3f4111d0adf6026c53e144633"},"previous_names":[],"tags_count":87,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirage%2Fmirage-tcpip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirage%2Fmirage-tcpip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirage%2Fmirage-tcpip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirage%2Fmirage-tcpip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mirage","download_url":"https://codeload.github.com/mirage/mirage-tcpip/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254374483,"owners_count":22060612,"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":["arp","ethernet","icmp","ipv4","mirageos","networking-stack","ocaml","tcp","tcpip","udp","unikernel"],"created_at":"2024-08-04T15:01:31.891Z","updated_at":"2025-05-15T16:08:55.166Z","avatar_url":"https://github.com/mirage.png","language":"OCaml","funding_links":[],"categories":["OCaml"],"sub_categories":[],"readme":"# mirage-tcpip - an OCaml TCP/IP networking stack\n\n`mirage-tcpip` provides a networking stack for the [Mirage operating\nsystem](https://mirage.io). It provides implementations for the following module types\n(which correspond with the similarly-named protocols):\n\n* IP (via the IPv4 and IPv6 modules)\n* ICMP\n* UDP\n* TCP\n\n## Implementations\n\nThere are two implementations of the IP, ICMP, UDP, and TCP module types -\nthe `socket` stack, and the `direct` stack.\n\n### The `socket` stack\n\nThe `socket` stack uses socket calls to a traditional operating system to\nprovide the functionality described in the module types.\n\nSee the [`src/stack-unix/`](./src/stack-unix/) directory for the modules used as implementations of the\n`socket` stack. \n\nThe `socket` stack is used for testing or other applications which do not\nexpect to run as unikernels.\n\n### The `direct` stack\n\nThe `direct` stack expects to write to a device implementing the `NETIF` module\ntype defined for MirageOS.\n\nSee the [`src/`](./src/) directory for the modules used as implementations of the\n`direct` stack, which is the expected stack for most MirageOS applications.\n\nThe `direct` stack is the only usable set of implementations for\napplications which will run as unikernels on a hypervisor target.\n\n## Community\n\n* WWW: \u003chttps://mirage.io\u003e\n* E-mail: \u003cmirageos-devel@lists.xenproject.org\u003e\n* Issues: \u003chttps://github.com/mirage/mirage-tcpip/issues\u003e\n* API docs: \u003chttp://docs.mirage.io/tcpip/index.html\u003e\n\n## License\n\n`mirage-tcpip` is distributed under the ISC license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirage%2Fmirage-tcpip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmirage%2Fmirage-tcpip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirage%2Fmirage-tcpip/lists"}