F. Chaxel - 2023-10-19

Hi,

I'm running the TestRouter (on a Rapsberry Pi) and I have a strange behaviour with a Hubconnection and a DirectConnection. I don't get back the same list of devices on my IP segment (and MSTP throught a router), same with the four false connected SC devices (TestNodes).

On the attached image one can see the result for the both connections (ws not wss for test).

This is a part of the config file :

sc.primaryHubURI            = ws://${x-sc-host}:47808
sc.hubFunctionBindURI       = ws://${x-sc-host}:47808
sc.hubFunctionEnable        = true
sc.directConnectEnable      = true
sc.directConnectBindURI     = ws://${x-sc-host}:47809
sc.directConnectAcceptURIs  = ws://${x-sc-host}:47809
sc.vmac                     = 111111111111

Is it a normal behaviour ?

Otherwise it's running like a charm.

Bye.