Skip to content

Commit 8e9e253

Browse files
mdns-discovery explanation + removed "How many variables can I use in one Thing?"
1 parent 9bb2db8 commit 8e9e253

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

content/Arduino Cloud/Arduino IoT Cloud/How-many-variables-can-I-use-in-one-Thing.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

content/Software Support/IDE Settings/About-mdns-discovery.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ title: "About mdns-discovery"
33
id: 4506515275548
44
---
55

6-
Arduino IDE includes an [mDNS discovery tool](https://github.com/arduino/mdns-discovery) which is used to find available network ports.
6+
Arduino IDE includes an [mDNS discovery tool](https://github.com/arduino/mdns-discovery) which is used to find available network ports. These ports are essential for enabling communication between the IDE and connected devices, particularly for tasks like over-the-air (OTA) uploads. For example, the Board Manager and Library Manager rely on network ports to detect and manage Arduino boards and libraries connected to the network, ensuring seamless communication and updates. By using mDNS discovery, the Arduino IDE can dynamically detect the presence of compatible devices, making the development process more efficient and streamlined.
77

88
When a new version of mdns-discovery is available, it will automatically be installed by Arduino IDE. The new version may be treated as a new application by your computer. For this reason, you may have to allow the application to communicate on the network after an update. You can see the [release history for mdns-discovery here](https://github.com/arduino/mdns-discovery/releases).
99

1010
## Further reading
1111

1212
* [mdns-discovery (GitHub)](https://github.com/arduino/mdns-discovery)
13+

0 commit comments

Comments
 (0)