nerves_network v0.3.1 API Reference
Modules
The Nerves.Network application handles the low level details of connecting to WiFi networks. To quickly get started, create a new Nerves project and add the following line someplace early on in your program
This module manages the contents of “/etc/resolv.conf”. This file is used by the C library for resolving domain names and must be kept up-to-date as links go up and down. This module assumes exclusive ownership on “/etc/resolv.conf”, so if any other code in the system tries to modify the file, their changes will be lost on the next update
This module interacts with udhcpc
to interact with DHCP servers