{"id":16697766,"url":"https://github.com/pieroproietti/etrick","last_synced_at":"2025-03-28T09:43:55.868Z","repository":{"id":94322522,"uuid":"607290161","full_name":"pieroproietti/etrick","owner":"pieroproietti","description":"A dhcp-proxy server: it releases next server and filename to boot computers in a LAN where a standard dhcp server is already present","archived":false,"fork":false,"pushed_at":"2024-06-07T11:15:11.000Z","size":174,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-02T10:32:45.321Z","etag":null,"topics":["dhcp-proxy","dhcp-server","pxe"],"latest_commit_sha":null,"homepage":"https://penguins-eggs.net","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pieroproietti.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-02-27T17:42:06.000Z","updated_at":"2024-06-07T11:15:15.000Z","dependencies_parsed_at":"2023-05-29T18:45:25.845Z","dependency_job_id":null,"html_url":"https://github.com/pieroproietti/etrick","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"b7e20d982af60d2a4d7c673db550ecc6bc54c6a5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pieroproietti%2Fetrick","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pieroproietti%2Fetrick/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pieroproietti%2Fetrick/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pieroproietti%2Fetrick/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pieroproietti","download_url":"https://codeload.github.com/pieroproietti/etrick/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246009037,"owners_count":20708881,"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":["dhcp-proxy","dhcp-server","pxe"],"created_at":"2024-10-12T17:49:11.168Z","updated_at":"2025-03-28T09:43:55.823Z","avatar_url":"https://github.com/pieroproietti.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# etrick\n\nEggs use this DHCPD PROXY server to provide PXE boot information to the clients, it need the presence of a standard DHCPD server on the LAN, but You don't need to reconfigure it to add PXE fields.\n\nThis project started from the only working dhcpd proxy for nodejs I could find: FOG project [node-dhcproxy](https://github.com/FOGProject/node-dhcproxy).\n\nAfter using it to implement a PXE server for eggs, I began to feel the need to have my own version and perhaps evolve it into a full PXE server.\n\nSo I decided to rewrite it in typescript, give a structure and start to use it for my project [penguins-eggs](https://github.com/pieroproietti/penguins-eggs).\n\nThere is still work to be done, though; it is functional but should undergo refactoring. In particular, I could not convert the main part - the proxy and server classes - into typescript.\n\nYou can find an example of use in the [pxe.ts](https://github.com/pieroproietti/penguins-eggs/blob/master/src/classes/pxe.ts) class of penguins-eggs. \n\nNote the lines:\n\n```\n// @ts-ignore\nimport etrick from 'etrick\n```\n\nAnd lines:\n```\n    /**\n     *\n     * @param dhcpOptions\n     */\n    dhcpStart(dhcpOptions: IDhcpOptions) {\n      new etrick(dhcpOptions)\n    }\n```\n\nThe definition of types can be found in [i-pxe.ts](https://github.com/pieroproietti/penguins-eggs/blob/master/src/interfaces/i-pxe.ts)\n\n\nReference:\n* [node-dhcproxy](https://github.com/FOGProject/node-dhcproxy) node-dhcproxy is based on [node-dhcpd](https://github.com/glaszig/node-dhcpd)\n\n ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpieroproietti%2Fetrick","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpieroproietti%2Fetrick","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpieroproietti%2Fetrick/lists"}