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

New version available!

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

{% endif %}

About

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

Runtime Arguments

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