iml130 / sola

A decentralized communication middleware
https://iml130.github.io/sola/
Other
8 stars 5 forks source link

EventDisseminationMinhcast: Remove fixed port number for natter instances #169

Open janagoe opened 9 months ago

janagoe commented 9 months ago

Currently we always assume that natter is listening on port 2002 on each node. This should be more flexible.

For example we could use some sort of multiplexing to run all SOLA communication (including MO and ED) through a single port.