{"id":18578690,"url":"https://github.com/jech/shncpd","last_synced_at":"2025-04-10T10:31:20.239Z","repository":{"id":34569616,"uuid":"38515704","full_name":"jech/shncpd","owner":"jech","description":"The simple, stupid and slow HNCP daemon","archived":false,"fork":false,"pushed_at":"2023-07-31T14:54:17.000Z","size":139,"stargazers_count":21,"open_issues_count":1,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-24T19:39:34.729Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jech.png","metadata":{"files":{"readme":"README","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}},"created_at":"2015-07-04T00:33:56.000Z","updated_at":"2025-02-04T17:00:08.000Z","dependencies_parsed_at":"2022-09-04T06:50:17.209Z","dependency_job_id":"b500e708-2217-4679-b2b5-051bb922b726","html_url":"https://github.com/jech/shncpd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jech%2Fshncpd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jech%2Fshncpd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jech%2Fshncpd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jech%2Fshncpd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jech","download_url":"https://codeload.github.com/jech/shncpd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248199136,"owners_count":21063641,"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":[],"created_at":"2024-11-06T23:36:48.340Z","updated_at":"2025-04-10T10:31:19.903Z","avatar_url":"https://github.com/jech.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"shncpd -- the simple, stupid and slow HNCP daemon\n=================================================\n\nshncpd is an implementation of the Home Networking Control Protocol (HNCP)\nand associated protocols.  It currently implements:\n\n  * DNCP flooding;\n  * prefix and address assignment;\n  * prefix delegation (manually configured);\n  * router advertisement server;\n  * DHCPv4 server.\n\nIt does not implement routing itself, but relies on babeld.\n\n\nCompiling\n---------\n\nCompile with one of the following:\n\n    make\n\nor\n\n    make EXTRA_DEFINES=-DUSE_LIBUBOX LDLIBS=-lubox\n\nor\n\n    make EXTRA_DEFINES=-DUSE_OPENSSL LDLIBS=-lcrypto\n\n\nRunning\n-------\n\nFirst, run babeld and tell it to redistribute protocol 43:\n\n    babeld -C 'redistribute local deny' \\\n           -C 'redistribute proto 43 allow' \\\n           eth0 wlan0\n\nThen, run shncpd, passing the list of (internal) Homenet interfaces on the\ncommand line:\n\n    shncpd eth0 wlan0\n\nIn order to announce delegated prefixes and name servers, use the -E\nand -N flags:\n\n    shncpd -E 2001:db8:42::/48 -N 2001:db8:42::53 \\\n           -E 10.0.0.0/8 \\\n           eth0 wlan0\n\nThere is a manual page -- if everything else fails, read the documentation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjech%2Fshncpd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjech%2Fshncpd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjech%2Fshncpd/lists"}