feat: implement multidistance rssi->distance model parameter estimation

This commit is contained in:
2026-05-21 18:31:07 +02:00
parent 7b02a37abe
commit bacf56156b
9 changed files with 438 additions and 78 deletions
+1
View File
@@ -4,6 +4,7 @@ defmodule Localiser.Web.UserSocket do
channel "particles:*", Localiser.Web.Channels.ParticlesChannel
channel "rooms:occupancy", Localiser.Web.Channels.RoomChannel
channel "sensors", Localiser.Web.Channels.SensorsChannel
channel "calibration:*", Localiser.Web.Channels.CalibrationChannel
@impl true
def connect(%{"token" => token}, socket, _connect_info) do