Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raspi/winlldpservice
LLDP Service for Windows
https://github.com/raspi/winlldpservice
lldp network-admin network-discovery switch windows
Last synced: about 1 month ago
JSON representation
LLDP Service for Windows
- Host: GitHub
- URL: https://github.com/raspi/winlldpservice
- Owner: raspi
- Created: 2015-07-03T16:39:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T21:13:39.000Z (almost 5 years ago)
- Last Synced: 2024-11-09T16:44:30.950Z (about 1 month ago)
- Topics: lldp, network-admin, network-discovery, switch, windows
- Language: C#
- Homepage: https://raspi.github.io/projects/winlldpservice/
- Size: 188 KB
- Stars: 79
- Watchers: 12
- Forks: 13
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# WinLLDPService
[![Join the chat at https://gitter.im/raspi/WinLLDPService](https://badges.gitter.im/raspi/WinLLDPService.svg)](https://gitter.im/raspi/WinLLDPService)
[![Build status](https://ci.appveyor.com/api/projects/status/7mhyl2fvasumvpqv?svg=true)](https://ci.appveyor.com/project/raspi/winlldpservice)
[![Github All Releases](https://img.shields.io/github/downloads/raspi/WinLLDPService/total.svg)]()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