/wol_lib

C Function library to support Wake on LAN operations for a Objective C, Mac OS X application

Primary LanguageCGNU General Public License v2.0GPL-2.0

wol_lib

C Function library to support the sending of "magic packets" for Wake on LAN operations for an Objective C, Mac OS X application.

License

wol_lib is distributed under the terms of the GPLv2.
The text of the license is included in the file LICENSE in the root of the project.

Getting help

The code has verbose javadoc style comments. They have been designed to create formal documentation when processed by Doxygen.

Building wol_lib

Xcode is recommended for development as the project settings are preconfigured for Mac OS X 10.7.x (Lion).

  1. Clone this repository to a Mac running OS X 10.7.x or later.
  2. Open the provided Xcode project with Xcode 4.5.2 or later. Double-click on the provided project.
  3. Build the project.
  4. To start the application, select run from within Xcode, or double-click on the .app file produced by the build.