|
4 months ago | |
---|---|---|
README.md | 4 months ago | |
cms.png | 4 months ago | |
cms.py | 4 months ago | |
cms275.png | 4 months ago | |
cms300.png | 4 months ago | |
cms350.png | 4 months ago | |
rc.local | 4 months ago | |
rc.local.new | 4 months ago | |
wpa_supplicant.conf | 4 months ago |
This project prints all SSIDs, MAC addresses, and their vendors on a thermal printer using a Wi-Fi adaptor in monitor mode.
install.sh
-Scriptcms.py
depending on the printer you useinstall.sh
For a headless install you need to
Enable SSH: touch <sd-card>/boot/ssh
Configure Wi-Fi: Create file <sd-card>/boot/wpa_supplicant.conf
. This repository contains a configuration file for Freifunk.
country=DE ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1
network={ ssid="NETWORK-NAME" psk="NETWORK-PASSWORD" }