{"id":16355640,"url":"https://github.com/waveform80/nobodd","last_synced_at":"2026-01-04T09:30:17.950Z","repository":{"id":221612398,"uuid":"754884503","full_name":"waveform80/nobodd","owner":"waveform80","description":"A simple TFTP boot server for the Raspberry Pi","archived":false,"fork":false,"pushed_at":"2024-06-28T12:13:21.000Z","size":921,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-02T05:03:08.455Z","etag":null,"topics":["boot","fat","gpt","mbr","nbd","partitioning","python","raspberry-pi","tftp","tftp-server"],"latest_commit_sha":null,"homepage":"https://nobodd.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/waveform80.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2024-02-09T00:08:44.000Z","updated_at":"2024-08-02T16:26:53.000Z","dependencies_parsed_at":"2024-03-05T16:50:17.530Z","dependency_job_id":"386b7bcb-3242-4a3a-b32f-32ca9b8c4491","html_url":"https://github.com/waveform80/nobodd","commit_stats":null,"previous_names":["waveform80/nobodd"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waveform80%2Fnobodd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waveform80%2Fnobodd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waveform80%2Fnobodd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waveform80%2Fnobodd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/waveform80","download_url":"https://codeload.github.com/waveform80/nobodd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239734538,"owners_count":19688256,"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":["boot","fat","gpt","mbr","nbd","partitioning","python","raspberry-pi","tftp","tftp-server"],"created_at":"2024-10-11T01:41:25.745Z","updated_at":"2026-01-04T09:30:17.895Z","avatar_url":"https://github.com/waveform80.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"======\nnobodd\n======\n\nnobodd is a confusingly named, but simple TFTP server intended for net-booting\nRaspberry Pis directly from OS images without having to loop-back mount those\nimages. Even customization of an image for booting on a particular board is\nhandled without loop devices or mounts (making it possible to operate\ncompletely unprivileged), via a read/write FAT implementation within the\n``nobodd-prep`` tool.\n\n\nUsage\n=====\n\nIf you have an appropriately customized OS image already placed in a file\n(``ubuntu.img``), and the serial number of the Pi in question (``1234ABCD``)\nthen serving it as simple as:\n\n.. code-block:: console\n\n    $ sudo nobodd-tftpd --board 1234ABCD,ubuntu.img\n\nThis defaults to reading the first partition from the file, and pretends (to\nTFTP clients) that the contents of the first partition appears under the\n``1234ABCD/`` directory. Hence a TFTP request for ``1234ABCD/cmdline.txt`` will\nserve the ``cmdline.txt`` file from the first partition contained in\n``ubuntu.img``.\n\nThe service either needs to run from root (because the default TFTP port is the\nprivileged port 69), or can be run as a **systemd** or **inetd**\nsocket-activated service, in which case the service manager will provide the\ninitial socket and the service can run without any special privileges.\n\nThe mapping of Pi serial numbers to OS image files can also be placed in a\nconfiguration file under ``/etc/nobodd/conf.d``. A tool, ``nobodd-prep``, is\nprovided to both customize images for boot and generate basic configuration\nfiles for ``nobodd-tftpd`` and ``nbd-server``.\n\n\nUseful Links\n============\n\n* `Source code`_ on GitHub\n* `Issues`_ on GitHub\n* `Documentation`_ on ReadTheDocs\n\n.. _Source code: https://github.com/waveform80/nobodd\n.. _Issues: https://github.com/waveform80/nobodd/issues\n.. _Documentation: https://nobodd.readthedocs.io/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaveform80%2Fnobodd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaveform80%2Fnobodd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaveform80%2Fnobodd/lists"}