feat: advertise mqtt broker, localiserd via mdns

This commit is contained in:
2026-05-12 15:13:38 +02:00
parent 43f42f65d8
commit 51e2cec7a8
3 changed files with 25 additions and 1 deletions
+2 -1
View File
@@ -30,7 +30,8 @@ defmodule Localiserd.MixProject do
{:phoenix, "~> 1.7"},
{:bandit, "~> 1.5"},
{:joken, "~> 2.6"},
{:open_api_spex, "~> 3.21"}
{:open_api_spex, "~> 3.21"},
{:mdns_lite, "~> 0.9"}
]
end
end