Closed dunland closed 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.
all done!
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)