News

IP via audio for Raspberry Pi

🇩🇪 · Flipdot · Unknown

A simple Python script uses some mp3 files to tell you the IP address of your Raspberry without stuff like nmap or peeking into your router. Audio aktivieren: sudo apt-get install alsa-utils sudo apt-get install mpg321 Die mp3s habe ich hiermit: https://ctrlq.org/listen/ erzeugt und mit audacity zerschnibbelt. Soundfiles und Script aus diesem zip auspacken und in ein Verzeichnis deiner Wahl legen, und mit crontab das script beim booten aufrufen: crontab -e @reboot python say_ip_on_boot.py