Files
wlan-ap/feeds/facebook/fbwifi/README.md
John Crispin e699bebac7 fbwifi: sync with latest HEAD
Fixes: WIFI-4910
Signed-off-by: John Crispin <john@phrozen.org>
2021-10-13 14:08:12 +02:00

1011 B

Facebook Wi-Fi v2.0 Reference Implementation for OpenWrt

Getting started

Case studies for OEM customers are available at the official page of Facebook Wi-Fi.

For OEM engineers, start by reading the init script in files/etc/init.d/fbwifi

To enable Facebook Wi-Fi, configure the gateway_token in /etc/config/fbwifi, and run fbwifi enable. To disable Facebook Wi-Fi, run fbwifi disable.

Contents

The 'files' subdirectory contains two subdirectories, one for the fbwifi package that implements the Facebook Wi-Fi v2.0 standard for OpenWrt, and another one containing a LuCI application to configure Facebook Wi-Fi.

The folder structures follow *nix conventions:

  • 'etc' is the boot time scripts and configuration
  • 'usr' contains procedural scripts, lua common code module and GUI prototype for luci
  • 'www' contains the HTTP endpoints as CGI handlers