{"id":15042913,"url":"https://github.com/rnelson/rounderwheel","last_synced_at":"2026-03-01T14:02:28.286Z","repository":{"id":246304709,"uuid":"820672365","full_name":"rnelson/RounderWheel","owner":"rnelson","description":"Recursive DNS client written in Java.","archived":false,"fork":false,"pushed_at":"2024-06-27T02:37:45.000Z","size":130,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T13:23:23.659Z","etag":null,"topics":["dns","dns-cli","dns-client","java","java-8","networking","networking-application"],"latest_commit_sha":null,"homepage":"","language":"Java","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/rnelson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-27T00:26:00.000Z","updated_at":"2024-06-27T02:37:48.000Z","dependencies_parsed_at":"2024-06-27T04:43:52.265Z","dependency_job_id":"627f07b2-1eec-40a2-9a85-701e97e016cc","html_url":"https://github.com/rnelson/RounderWheel","commit_stats":null,"previous_names":["rnelson/rounderwheel"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnelson%2FRounderWheel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnelson%2FRounderWheel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnelson%2FRounderWheel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnelson%2FRounderWheel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rnelson","download_url":"https://codeload.github.com/rnelson/RounderWheel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243451605,"owners_count":20293168,"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","dns-cli","dns-client","java","java-8","networking","networking-application"],"created_at":"2024-09-24T20:48:17.822Z","updated_at":"2026-03-01T14:02:28.237Z","avatar_url":"https://github.com/rnelson.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RounderWheel\n\n![Build status](https://github.com/rnelson/RounderWheel/actions/workflows/ant.yml/badge.svg) ![License](https://img.shields.io/github/license/rnelson/RounderWheel)\n\nFor my graduate distributed systems class, we had to work with a distributed system: DNS. Specifically, we \nwere required to write a recursive DNS client that started at a random root server until it found the \nrequested answer. Only a few record types were in scope.\n\n[SSSilverLink](https://twitch.tv/SSSilverLink) is going through a bunch of [TryHackMe](https://tryhackme.com) \nstuff and one of the networking courses talked about how recursive DNS servers work. This reminded me of the \nassignment from years ago and made me grab the source so I could look at it, and I figured I might as well \njust upload it for others to laugh at.\n\n## Details\n\nRounderWheel requires at least Java 8 (1.8). It has been tested on FreeBSD 14.1/amd64 with OpenJDK 8, \nbuilding with Ant 1.10.\n\nAs of 2024, it does not function. I'm not sure when it broke and have not diagnosed what is broken.\n\n## Building\n\nYou can build a jar by simply running `ant` from the `RounderWheel` directory. The resulting jar file will be \nplaced in `dist`.\n\n## Usage\n\nFrom within `RounderWheel`, you can run the jar file as follows:\n\n```shell\n$ java -jar dist/RounderWheel.jar\nC:\\\u003egoogle.com\n```\n\nThe dumb prompt is because that was what the assignment provided, an oversight from the professor that I opted \nto implement as a requirement. You can, however, specify an argument for\n\n```shell\n$ java -jar dist/RounderWheel.jar \"rw\u003e \"\nrw\u003e google.com\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frnelson%2Frounderwheel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frnelson%2Frounderwheel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frnelson%2Frounderwheel/lists"}