DecentralizedAmateurPagingNetwork / Core

The DAPNET Core is the core application of DAPNET, responsible for handling transmitter clients, clustering, and providing the REST API.
https://www.afu.rwth-aachen.de/projekte/funkruf-pager-pocsag/funkrufmaster-2-0-dapnet
42 stars 11 forks source link

fix: Move NodeName + ChannelName to settings.json #185

Closed josch0 closed 1 year ago

josch0 commented 1 year ago

With the new version of JGroups, it is no longer possible to place NodeName@ChannelName as a "name" parameter in ClusterConfig.xml.

So these parameters moved to the Settings.json file.