christgau / wsdd

A Web Service Discovery host daemon.
MIT License
848 stars 100 forks source link

wsdd just hangs? #28

Closed whisperdancer closed 4 years ago

whisperdancer commented 4 years ago

environment: raspberrypi 4 OS: Buster Lite Installed samba server

I followed your instructions:

  1. mkdir /usr/bin/wssd
  2. wget https://raw.githubusercontent.com/christgau/wsdd/master/src/wsdd.py
  3. mv wsdd.py wsdd
  4. chmod +x wsdd
  5. run it ./wsdd -i eth0 -4

It now just hangs. Nothing happens. No errors. Nothing. Just sits there and I have to Ctrl-C to break out.

Am I doing something wrong? Thank you!

whisperdancer commented 4 years ago

I figured it out. Needed to create and run a service file. All good.