https://github.com/raspi/winlldpservice
LLDP Service for Windows
https://github.com/raspi/winlldpservice
lldp network-admin network-discovery switch windows
Last synced: 23 days ago
JSON representation
LLDP Service for Windows
- Host: GitHub
- URL: https://github.com/raspi/winlldpservice
- Owner: raspi
- Created: 2015-07-03T16:39:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T21:13:39.000Z (over 5 years ago)
- Last Synced: 2025-04-21T07:41:49.321Z (28 days ago)
- Topics: lldp, network-admin, network-discovery, switch, windows
- Language: C#
- Homepage: https://raspi.github.io/projects/winlldpservice/
- Size: 188 KB
- Stars: 83
- Watchers: 11
- Forks: 14
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# WinLLDPService
[](https://gitter.im/raspi/WinLLDPService)
[](https://ci.appveyor.com/project/raspi/winlldpservice)
[]()Small LLDP Windows Service. For *nix operating system(s) use the excellent [lldpd](https://github.com/vincentbernat/lldpd/).
Used by network switches to list network devices - https://en.wikipedia.org/wiki/Link_Layer_Discovery_Protocol
Sends LLDP packets to switch. Switch must have LLDP capability. It **doesn't** query switches' internal LLDP data. Errors are logged to Windows Event Log.
See [homepage](https://raspi.github.io/projects/winlldpservice/) for more information and download `.msi` installer.
# Developing
See `WinLLDPService` directory.
# License
MIT# Thanks to
* [JetBrains](https://www.jetbrains.com/) for [ReSharper](https://www.jetbrains.com/resharper/) Open Source license