{% extends "base.html" %} {% block content %}
{% if update_available %}

New version available!

A new version has been published to PyPi. ({{app_version}} -> {{latest_version}})

{% endif %}

Runtime Arguments

{% for key, value in runtime_args.items() %} {% endfor %}
Key Value
{{ key }} {{ value }}

About

LANscape was born from my desire to dive deeper into technologies like Address Resolution Protocol (ARP), further explore threadpooling, and Python packaging. Frustrated with existing local network scanning tools, I set out to create something faster, lightweight, & easier to use. This project has been a learning journey, and I hope it helps you discover more about your network as well. Enjoy!

{% endblock %}