{"id":20177828,"url":"https://github.com/tfc/obiwan","last_synced_at":"2025-10-11T05:07:01.611Z","repository":{"id":137344888,"uuid":"174892187","full_name":"tfc/obiwan","owner":"tfc","description":"A TFTP server that builds its content on the fly","archived":false,"fork":false,"pushed_at":"2019-03-17T15:21:02.000Z","size":746,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-03T05:28:19.614Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Nix","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tfc.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":"2019-03-10T23:08:56.000Z","updated_at":"2019-03-19T04:50:32.000Z","dependencies_parsed_at":"2023-03-27T23:36:38.806Z","dependency_job_id":null,"html_url":"https://github.com/tfc/obiwan","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tfc/obiwan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfc%2Fobiwan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfc%2Fobiwan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfc%2Fobiwan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfc%2Fobiwan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tfc","download_url":"https://codeload.github.com/tfc/obiwan/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfc%2Fobiwan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006333,"owners_count":26084083,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-14T02:17:35.449Z","updated_at":"2025-10-11T05:07:01.595Z","avatar_url":"https://github.com/tfc.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Obiwan TFTP Server\n\n[![Build Status](https://travis-ci.org/blitz/obiwan.svg?branch=master)](https://travis-ci.org/blitz/obiwan)\n[![stability-experimental](https://img.shields.io/badge/stability-experimental-orange.svg)](https://github.com/emersion/stability-badges#experimental)\n![GitHub](https://img.shields.io/github/license/blitz/obiwan.svg)\n\nObiwan is a TFTP server that builds the content it serves on the fly. At the\nmoment, it is a very barebones implementation of\n[https://tools.ietf.org/html/rfc1350](TFTP (rev2)) without any bells and\nwhistles. Content is served from memory.\n\n**Limitations:** This code is super experimental at the moment and only handles GET requests.\n\n## Building\n\nObiwan is built using the Haskell Stack. Grab the\n[https://docs.haskellstack.org/en/stable/install_and_upgrade/](stack) binary and\nthen building is as simple as:\n\n```sh\n% stack build\n```\n\nTo build and run the tests:\n\n```sh\n% stack build --test\n```\n\n## Running\n\nTo run the example, run obiwan in one terminal:\n\n```sh\n$ stack exec obiwan\nListening on 127.0.0.1:12345\n```\n\nIn another terminal, you can use a tftp client to fetch files:\n\n```sh\n% tftp -v 127.0.0.1 12345 -m binary -c get dmesg\nmode set to octet\nConnected to 127.0.0.1 (127.0.0.1), port 12345\ngetting from 127.0.0.1:dmesg to dmesg [octet]\nReceived 67837 bytes in 0.0 seconds [120117784 bit/s]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftfc%2Fobiwan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftfc%2Fobiwan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftfc%2Fobiwan/lists"}