An open API service indexing awesome lists of open source software.

https://github.com/pureswift/wlan

Wireless LAN (WiFi) API for Swift (Supports Linux)
https://github.com/pureswift/wlan

corewlan linux macos netlink swift wifi wlan

Last synced: 3 months ago
JSON representation

Wireless LAN (WiFi) API for Swift (Supports Linux)

Awesome Lists containing this project

README

          

# WLAN
Wireless LAN (WiFi) API for Swift (Supports Linux)

## Overview

This library provides a cross-platform API for interacting WiFi hardware and scanning for networks.
On macOS the [CoreWLAN](https://developer.apple.com/documentation/corewlan) framework is used to communicate with the Darwin kernel, while on Linux a [Netlink](https://en.wikipedia.org/wiki/Netlink) socket is used to communicate with the Linux kernel.