quarree100 / q100_abm_TREND

ABM which aims to connect and process the complexity of techno-economic and socio-technical processes - Case: Neighborhood of Ruesdorfer Kamp, Heide, Schleswig-Holstein, Germany. Project QUARREE100.
https://quarree100.de/
2 stars 1 forks source link

Sende step via UDP zu Infoscreen zur Statusanzeige #80

Closed dunland closed 2 years ago

dunland commented 2 years ago

Since the Simulation takes so long, it'd be good to have status information about it on the infoscreen. Maybe by receiving the current step num from GAMA via UDP!

GAMA @phiola https://gama-platform.org/wiki/UsingNetwork#creation-of-a-network-agent send via localhost:8082

Infoscreen @dunland @kazux2 receive message, implement display (percentage / status bar)

dunland commented 2 years ago

a json string should be transmitted using this form: {'step' : step} --> e.g. {'step' : 500} I think sending this every 100 steps should be enough, cause this roughly represents a 1% step of the simulation.

kazux2 commented 2 years ago

implemented https://github.com/quarree100/qScope_infoscreen/pull/25

dunland commented 2 years ago
dunland commented 2 years ago

all done!