smsearcy / mesh-info

Collect and view information about an AREDN mesh network.
GNU General Public License v3.0
5 stars 2 forks source link

Refactor topology collection #108

Closed smsearcy closed 1 year ago

smsearcy commented 1 year ago

Simplify building the topology information from OLSR data by building a model of the data instead of creating asynchronous generators. Build the link data during the initial looping through the data, instead of looping through a second time. Generalized the OLSR data as topology, because there is potentially an API for getting this data as well.

Closes #103