Thermal printer automatically prints addresses and vendors of Wi-Fi devices nearby.
Go to file
Sebastian 07ab300538 Changes in printer output and configuration 2022-01-12 23:12:05 +01:00
README.md Fixed bug in install script 2022-01-12 22:01:56 +01:00
cms.png Initial commit 2022-01-11 23:03:29 +01:00
cms.py Changes in printer output and configuration 2022-01-12 23:12:05 +01:00
cms275.png Initial commit 2022-01-11 23:03:29 +01:00
cms300.png Initial commit 2022-01-11 23:03:29 +01:00
cms350.png Initial commit 2022-01-11 23:03:29 +01:00
install.sh Changes in printer output and configuration 2022-01-12 23:12:05 +01:00
rc.local Changes in printer output and configuration 2022-01-12 23:12:05 +01:00

README.md

Wi-Fi Printer

This project prints all SSIDs, MAC addresses, and their vendors on a thermal printer using a Wi-Fi adaptor in monitor mode.

Overview

Usage

  1. Setup a Raspberry Pi with Raspbian/Raspberry OS
  2. Connect to Internet
  3. Run install.sh-Script
  4. Wait
  5. Set up for further usage, i.e.:
  • Remove Internet connectivity (not needed anymore)
  • Connect printer and Wi-Fi adaptor
  • Include everything into nice device :)

Important

  • You might need to adapt the printer configuration in cms.py depending on the printer you use
  • You might need to change the name of the network adaptor in install.sh

Tips

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

    country=DE ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1

    network={ ssid="NETWORK-NAME" psk="NETWORK-PASSWORD" }