{"id":19704328,"url":"https://github.com/returninfinity/baremetal-node","last_synced_at":"2025-10-20T07:10:55.469Z","repository":{"id":141006709,"uuid":"98369366","full_name":"ReturnInfinity/BareMetal-Node","owner":"ReturnInfinity","description":"BareMetal Node","archived":false,"fork":false,"pushed_at":"2024-03-18T16:36:09.000Z","size":124,"stargazers_count":7,"open_issues_count":0,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-29T14:35:55.576Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Assembly","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ReturnInfinity.png","metadata":{"files":{"readme":"README.md","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":"2017-07-26T02:20:08.000Z","updated_at":"2024-10-06T05:41:01.000Z","dependencies_parsed_at":"2024-03-10T18:27:49.452Z","dependency_job_id":"9d20798d-0d3e-477a-bb1c-36aafa4bc91c","html_url":"https://github.com/ReturnInfinity/BareMetal-Node","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ReturnInfinity/BareMetal-Node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReturnInfinity%2FBareMetal-Node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReturnInfinity%2FBareMetal-Node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReturnInfinity%2FBareMetal-Node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReturnInfinity%2FBareMetal-Node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ReturnInfinity","download_url":"https://codeload.github.com/ReturnInfinity/BareMetal-Node/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReturnInfinity%2FBareMetal-Node/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280038757,"owners_count":26261900,"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-20T02:00:06.978Z","response_time":62,"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-11T21:21:59.247Z","updated_at":"2025-10-20T07:10:55.425Z","avatar_url":"https://github.com/ReturnInfinity.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BareMetal Node\n\nThis project uses the BareMetal kernel to allow you to create a network of \"nodes\" for distributed processing tasks.\n\n\n## Getting Started\n\n\n### Prerequisites\n\n[NASM](http://www.nasm.us) (Assembly compiler) is required to build the loader and kernel, as well as the apps written in Assembly. [GCC](https://gcc.gnu.org/) (C compiler) is required for building the MCP, as well as the C applications. [Git](https://git-scm.com/) is used for pulling the software from GitHub.\n\nIn Debian this can be completed with the following command:\n\n\tsudo apt install nasm gcc git\n\n\n### Initial setup\n\n\tgit clone https://github.com/ReturnInfinity/BareMetal-Node.git\n\tcd BareMetal-Node\n\t./setup.sh\n\n\n### Configuring a PXE boot environment\n\nNotes on configuring a PXE book environment can be found [here](https://github.com/ReturnInfinity/BareMetal-Node/wiki/Configuring-a-PXE-boot-environment). Once this is complete run the following script to copy the binary to the tftpboot folder:\n\n\tsudo ./install.sh\n\n\n## Using BareMetal Node\n\n\n### Running the Master Control Program\n\nThe [MCP](http://tron.wikia.com/wiki/Master_Control_Program) (Master Control Program) is responsible for working with the nodes. Elevated access is required for sending/receiving Ethernet packets. Provide the interface name as an argument.\n\n\tcd bin\n\tsudo ./mcp INTERFACE\n\nThe MCP has several commands that can be run.\n\n- discover\n- dispatch\n- execute\n- exit\n- list\n- parameters\n- reboot\n- reset\n- stop\n\n\n## Todo list\n\n- Rewrite Node Handler in C instead of Assembly (eventually in will need to encrypt/decrypt packets)\n\n\n// EOF\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freturninfinity%2Fbaremetal-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freturninfinity%2Fbaremetal-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freturninfinity%2Fbaremetal-node/lists"}