# 局域网探测

{% hint style="warning" %}
**此工具处于 BETA 持续开发阶段。**

如遇到任何错误，请通过 [用户群](https://jq.qq.com/?_wv=1027\&k=A9YzWvbS) 或 [灵工艺社区](https://nullcraft.org/t/feedback) 进行反馈。
{% endhint %}

{% code title="LanTest.sln" %}

```csharp
Software software = new Software();
software.Name = "局域网探测";
software.ProjectID = "LanTest";
software.Release = "https://nullcraft.org/d/79";
software.ReleaseDate = DateTime.Parse("2023,12,13").ToString();
software.Language = new string[] { "简体中文" };
software.Program = "C#";
software.Framework = ".NET7";

NullCraftSoftwareList.add(software);

Trace.WriteLine(NullCraftSoftwareList.Items.Conut());

>>> 18
```

{% endcode %}

## 关于《局域网探测》

### 简单介绍

一款用于可视化显示局域网 IP 使用状态的软件。

### 下载《局域网探测》

{% embed url="<https://nullcraft.org/d/79>" %}

### 使用教学

{% content-ref url="lantest/tutorial" %}
[tutorial](https://docs.nullcraft.org/software/lantest/tutorial)
{% endcontent-ref %}

### 更新日志

{% content-ref url="lantest/update" %}
[update](https://docs.nullcraft.org/software/lantest/update)
{% endcontent-ref %}

### 软件图片

<figure><img src="https://3120800205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBw0VwoV0yDZshBzmKvNc%2Fuploads%2Fgit-blob-67be09df2ca257f896237d7b4599644c0de5d108%2Flantest_main.png?alt=media" alt=""><figcaption><p>局域网探测 | 简略模式</p></figcaption></figure>

<figure><img src="https://3120800205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBw0VwoV0yDZshBzmKvNc%2Fuploads%2Fgit-blob-620077c388f285f9843b710e1a206bec89fc754d%2Flantest_detail.png?alt=media" alt=""><figcaption><p>局域网探测 | 详细模式</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nullcraft.org/software/lantest.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
