LAN Device Discovery
====================

LAN Device Discovery is een Windows CLI-tool voor het ontdekken
van apparaten op het lokale netwerk. Het programma combineert
ping sweeps, ARP-scans en vendor-herkenning (OUI).

Functies
--------
- Detectie van actieve netwerkapparaten
- ARP + ping scan
- Vendor lookup via OUI-database
- Hostname-resolutie
- Statusdetectie (nieuw / gewijzigd / bekend)
- CSV-export
- Geen installatie nodig (portable executable)

Bediening
---------
- O   : opnieuw scannen
- S   : resultaten opslaan als CSV
- ESC : programma afsluiten

Bestanden
---------
- lan-discovery.exe   : standalone Windows executable
- lan_discovery.py    : broncode (Python)
- oui.txt             : IEEE OUI vendor-database
- readme.txt          : dit bestand

Compatibiliteit
---------------
Getest op:
- Windows 11 (Habemus Papam)
- Windows 11 (Codemaster)

Het programma vereist geen externe services en draait volledig lokaal.

Beveiliging
-----------
Windows SmartScreen of antivirussoftware kan een waarschuwing geven
bij het starten van de executable. Dit is normaal bij zelfgebouwde
CLI-tools. De volledige broncode wordt meegeleverd ter inzage.

OUI-database
------------
De meegeleverde oui.txt bevat vendorinformatie op basis van
IEEE Organizationally Unique Identifiers (OUI).
Gebruik van deze database valt onder de voorwaarden van de IEEE.

Licentie
--------
Dit project is gelicentieerd onder de MIT License.
De Engelstalige licentietekst hieronder is juridisch leidend.
De Nederlandstalige tekst dient uitsluitend ter toelichting.

----------------------------------------------------------------
MIT License
----------------------------------------------------------------

Copyright (c) 2025 Rolf Goliembiewski

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

----------------------------------------------------------------
Nederlandstalige toelichting (niet juridisch bindend)
----------------------------------------------------------------

Je mag deze software vrij gebruiken, kopiëren, aanpassen en
verspreiden, ook voor commerciële doeleinden.

Je mag de software bundelen, doorverkopen of integreren in
andere projecten, zolang de auteursvermelding behouden blijft.

De software wordt geleverd "zoals hij is".
De auteur is niet aansprakelijk voor schade, dataverlies of
andere gevolgen van het gebruik van deze software.
