{"id":19591748,"url":"https://github.com/svenvc/neodns","last_synced_at":"2026-06-04T23:31:13.555Z","repository":{"id":146208641,"uuid":"178176644","full_name":"svenvc/NeoDNS","owner":"svenvc","description":"Experimental in-image DNS implementation for Pharo","archived":false,"fork":false,"pushed_at":"2023-03-22T13:02:20.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-09T06:46:53.440Z","etag":null,"topics":["dns","networking","pharo"],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","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/svenvc.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":"2019-03-28T10:03:40.000Z","updated_at":"2023-03-22T12:00:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"4796c5fb-df0d-46a1-8a98-aa4e2b260216","html_url":"https://github.com/svenvc/NeoDNS","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/svenvc%2FNeoDNS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenvc%2FNeoDNS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenvc%2FNeoDNS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenvc%2FNeoDNS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svenvc","download_url":"https://codeload.github.com/svenvc/NeoDNS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240867429,"owners_count":19870405,"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":["dns","networking","pharo"],"created_at":"2024-11-11T08:30:37.624Z","updated_at":"2026-06-04T23:31:13.504Z","avatar_url":"https://github.com/svenvc.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NeoDNS\nExperimental in-image DNS implementation for Pharo.\n\n[![CI](https://github.com/svenvc/NeoDNS/actions/workflows/CI.yml/badge.svg)](https://github.com/svenvc/NeoDNS/actions/workflows/CI.yml)\n\nThere are two DNS clients, **NeoSimplifiedDNSClient** and **NeoDNSClient** using the same interface but different implementations, see their class comments for more information.\n\nAdditionally, there is **NeoNetworkState** that uses a simple DNS operation to maintain whether we have an operational network.\n\n## Usage\n```Smalltalk\n  NeoSimplifiedDNSClient default addressForName: 'stfx.eu'.\n  NeoSimplifiedDNSClient new useMulticastDNS; addressForName: 'zappy.local'.\n  \n  NeoDNSClient default addressForName: 'stfx.eu'.\n  NeoDNSClient default nameForAddress: #[46 137 113 215] asSocketAddress.\n  \n  NeoNetworkState default hasInternetConnection.\n  NeoNetworkState default ensureInternetConnection.\n\n  NeoNetworkState default airplaneMode.\n  NeoNetworkState default airplaneMode: true.\n  NeoNetworkState default airplaneMode: false.\n```\n\n## References\nhttps://en.wikipedia.org/wiki/DomainNameSystem\n\n## Message code copied from \nhttp://www.smalltalkhub.com/#!/~BenComan/DNS/\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvenvc%2Fneodns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsvenvc%2Fneodns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvenvc%2Fneodns/lists"}