https://github.com/mapi68/wsdd
A Web Service Discovery host daemon
https://github.com/mapi68/wsdd
linux samba windows wsdd
Last synced: about 1 month ago
JSON representation
A Web Service Discovery host daemon
- Host: GitHub
- URL: https://github.com/mapi68/wsdd
- Owner: mapi68
- Created: 2022-01-01T17:36:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-18T07:04:32.000Z (over 2 years ago)
- Last Synced: 2025-12-26T06:00:25.817Z (6 months ago)
- Topics: linux, samba, windows, wsdd
- Language: Shell
- Homepage:
- Size: 250 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wsdd
* [Overview](#overview)
* [Install](#install)
* [Uninstall](#uninstall)
* [Info](#info)
## Overview
**A Web Service Discovery host daemon.**
This is only the site of wsdd deb package, tested with Debian 10 Buster and Debian 11 Bullseye. If you have Debian 12 Bookworm you don't need this deb file because it is already part of the official Debian 12 repository and you can install it directly with "apt install wsdd".
## Install
```bash
curl -sSfL https://raw.githubusercontent.com/mapi68/wsdd/master/wsdd-install | bash
```
## Uninstall
```bash
sudo apt --purge remove wsdd -y
```
## Info
**Do I need wsdd?**
If you have a Linux machine with a Samba server and you don't see your shares on your Windows machine, I'll say: "Yes, of course!".
*For additional info about wsdd, go [here](https://github.com/christgau/wsdd).*