{"id":15640188,"url":"https://github.com/timofurrer/wol","last_synced_at":"2025-04-30T07:26:43.568Z","repository":{"id":1994893,"uuid":"2927774","full_name":"timofurrer/WOL","owner":"timofurrer","description":"C program to send wol magic packets","archived":false,"fork":false,"pushed_at":"2018-07-02T08:30:38.000Z","size":37,"stargazers_count":81,"open_issues_count":4,"forks_count":34,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-12-13T05:23:40.439Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timofurrer.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":"2011-12-06T20:32:21.000Z","updated_at":"2024-11-11T06:33:37.000Z","dependencies_parsed_at":"2022-09-20T22:02:10.374Z","dependency_job_id":null,"html_url":"https://github.com/timofurrer/WOL","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/timofurrer%2FWOL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2FWOL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2FWOL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2FWOL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timofurrer","download_url":"https://codeload.github.com/timofurrer/WOL/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230494906,"owners_count":18235045,"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-10-03T11:32:07.973Z","updated_at":"2024-12-19T19:59:21.781Z","avatar_url":"https://github.com/timofurrer.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WOL - **W**ake **O**n **L**an\n\u003e With this smart C program you can send wol magic packets in the network\u003cbr /\u003e\n\u003e *Version 0.01.07*\n\n***\n\n**Author**: Timo Furrer \u003ctuxtimo@gmail.com\u003e\u003cbr /\u003e\n**License:** GPL (See `LICENSE`)\n\n## What ?\nWith this smart C program you can send wol magic packets to one or more MAC addresses in the network.\n\n## How to use\n    Usage: ./wol.c [-r remoteaddr] [-f filename1, ...|mac1, ...]\n\nYou can either pass some MAC addresses or you can pass with the option f some filenames contains a MAC address on each line to wake up.\nWith the option r you can specify the remote ip address. The default value is 255.255.255.255 for a broadcast call.\n\n**Some examples:**\n\n    $ ./wol 00:0B:CD:39:2D:E9 0E:FD:FA:33:5D:A6\n    $ ./wol -r 192.168.1.36 00:0B:CD:39:2D:E9 0E:FD:FA:33:5D:A6\n    $ ./wol -f macaddresses\n    $ ./wol -r 192.168.1.36 -f macaddresses\n    $ ./wol -f macaddresses macaddresses2\n\n## MAC Address file syntax\nThe mac address syntax is very simple. It expects one mac address per line.\nLines starting with `#` are comment lines and will be ignored.\n\nValid Syntax:\n\n    # Mac address of host 192.168.1.2\n    00:0B:CD:39:2D:E9\n\n    # Brothers mac address\n    00:05:FE:AB:3D:99\n\n    # Servers mac address\n    00:32:D5:35:EF:63\n\n## How to compile\nTo compile the wol source you just need the `gcc`.\nCompile it with the following command:\n\n    $ gcc -Wall -o wol src/wol.c\n\nIf you want to be able to execute this script from command line without to be in the right directory you can copy the compiled binary file to you `/usr/bin/` directory.\nFor this command you need *root-privileges*:\n\n    # cp wol /usr/bin\n\nNow if this worked fine and your `PATH` environment variable contains `/usr/bin/` you can execute this program from everywhere with:\n\n    $ wol 00:0B:CD:39:2D:E9\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimofurrer%2Fwol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimofurrer%2Fwol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimofurrer%2Fwol/lists"}