# netxml2kml – .netxml to .kml CLI converter & tools ## Features - Convert .netxml files from programs like Kismet or Airodump-ng to easelly viewable on map .kml files - Save wireless networks with wireless connections (clients) releated to them to the sqlite database - Concatenate multiple .kml files - Filter input/output data using sql queries ## Project preview
/----------------------\ | WirelessNetworks | |----------------------| | PK Bssid TEXT |1-----\ /--------------------------------------\ /---------------------\ | Essid TEXT | | | WirelessConnection | | WirelessClients | | Manufacturer TEXT | | |--------------------------------------| |---------------------| | Encryption TEXT | \-----∞| /- FK WirelessNetworkBssid TEXT | /-----1| PK Mac TEXT | | FrequencyMhz REAL | | PK -| | | | Manufacturer TEXT | | MaxSignalDbm INTEGER | | \- FK WirelessClientMac TEXT |∞-----/ | FirstSeenDate TEXT | | MaxLatitude REAL | | FirstSeenDate TEXT | | LastUpdateDate TEXT | | MaxLongitude REAL | | LastUpdateDate TEXT | \---------------------/ | MaxAltitude REAL | \--------------------------------------/ | FirstSeenDate TEXT | | LastUpdateDate TEXT | \----------------------/## How to contribute? If you want to add a feature, you should follow these steps: 1. Fork the project 2. Make some changes and commit them with [conventional commit message](https://www.freecodecamp.org/news/how-to-write-better-git-commit-messages/) 3. Submit a PR with a new feature/code ## Find a bug? If you found an issue or would like to submit an improvement to this project, please submit an issue using the issues tab above. If you would like to submit a PR with a fix, reference the issue you created! ## Development status Released — Project is complete, but might receive some updates