{"id":23858729,"url":"https://github.com/legendaryb/go-wake-server","last_synced_at":"2026-05-30T10:30:16.534Z","repository":{"id":52448985,"uuid":"361507718","full_name":"LegendaryB/go-wake-server","owner":"LegendaryB","description":"Simple HTTP to Wake-on-LAN bridge. ","archived":false,"fork":false,"pushed_at":"2021-04-28T23:40:42.000Z","size":43,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-17T23:41:50.888Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/LegendaryB.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-25T18:30:59.000Z","updated_at":"2022-12-15T12:47:04.000Z","dependencies_parsed_at":"2022-09-10T23:40:48.252Z","dependency_job_id":null,"html_url":"https://github.com/LegendaryB/go-wake-server","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LegendaryB%2Fgo-wake-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LegendaryB%2Fgo-wake-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LegendaryB%2Fgo-wake-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LegendaryB%2Fgo-wake-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LegendaryB","download_url":"https://codeload.github.com/LegendaryB/go-wake-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240163511,"owners_count":19758023,"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":"2025-01-03T03:17:14.809Z","updated_at":"2026-05-30T10:30:16.492Z","avatar_url":"https://github.com/LegendaryB.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿﻿﻿\u003ch1 align=\"center\"\u003ego-wake-server\u003c/h1\u003e\u003cdiv align=\"center\"\u003e\n\n[![forthebadge](https://forthebadge.com/images/badges/fuck-it-ship-it.svg)](https://forthebadge.com)\n[![forthebadge](https://forthebadge.com/images/badges/made-with-go.svg)](https://forthebadge.com)\n\n[![GitHub license](https://img.shields.io/github/license/LegendaryB/go-wake-server.svg?longCache=true\u0026style=flat-square)](https://github.com/LegendaryB/go-wake-server/blob/master/LICENSE.md)\n\nSimple HTTP to Wake-on-LAN bridge.\n\u003cbr\u003e\n\u003cbr\u003e\n\u003csub\u003eBuilt with ❤︎ by Daniel Belz\u003c/sub\u003e\n\u003c/div\u003e\u003cbr\u003e\n\n## Configuration\nThe application can be configured via the conf.json file. A typical configuration looks like this:\n\n```json\n{\n    \"port\": \"81\",\n    \"mac_regex_pattern\": \"^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$\",\n    \"broadcast\": {\n        \"address\": \"255.255.255.255\",\n        \"port\": \"9\"\n    }\n}\n```\n\n|Property|Description|\n|---|---|\n|port|Port on which the application should listen for requests.|\n|mac_regex_pattern|The regex pattern is used to check if the given request parameter is valid.|\n|broadcast.address|The broadcast address to which the magic packet should be send.|\n|broadcast.port|The broadcast port on which the magic packet should be send.|\n\n### Command-line arguments\nAt the moment you can only specify a custom configuration file via the command-line options:\n\n`sudo ./go-wake-server -c myconf.json`\n\n## Sending a magic packet\nYou can trigger sending a Wake-on-LAN packet by sending a GET request to the http endpoint.\nOn Unix based systems you can use `wget` or `curl` for that purpose.\n\n**curl**\n\n`curl 127.0.0.1:81/wake/00:80:41:ae:fd:7e`\n\n**wget**\n\n`wget 127.0.0.1:81/wake/00:80:41:ae:fd:7e`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegendaryb%2Fgo-wake-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flegendaryb%2Fgo-wake-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegendaryb%2Fgo-wake-server/lists"}