#309 WIP coordinator configurator

This commit is contained in:
Mikayla Fischler
2024-01-31 14:10:03 -05:00
parent 737e0d72b0
commit 4710fa7cee
4 changed files with 972 additions and 5 deletions

View File

@@ -269,8 +269,6 @@ function coordinator.comms(version, nic, num_units, crd_channel, svr_channel, pk
comms.set_trusted_range(range)
-- PRIVATE FUNCTIONS --
-- configure network channels
nic.closeAll()
nic.open(crd_channel)
@@ -278,6 +276,8 @@ function coordinator.comms(version, nic, num_units, crd_channel, svr_channel, pk
-- link nic to apisessions
apisessions.init(nic)
-- PRIVATE FUNCTIONS --
-- send a packet to the supervisor
---@param msg_type MGMT_TYPE|CRDN_TYPE
---@param msg table