-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local version working #13
Comments
Did you mean to implement something like cityio server locally to get the data sent from scanner and pass it to GAMA ? |
Hi, Benoit |
Ok so can we see (through a pull request) if we can integrate his work? The idea here is indeed to be able (just in case) to have the table working if the internet doesn't work. We will then just need to change a boolean in the scanner to send through UDP and another boolean in GAMA to listen through UDP. |
I didn't have time yet to test this settings, it is crucial to have this feature working |
This commit seems to have fix it. Will be tested tomorow on tje US site However it seems that we need to install l a new version of GAMA which makes the model not compatible anymore with the offical Gama 1.8.... Maybe this need to be documented (at least to mention that the local version required a version greater than>1.8.?) |
For the moment, no release of GAMA is available to test. To test on GAMA code source, just modified 1024 (cf. the GAMA issue) and replace it by 4096 for example. The modification of the Grid landuse from UDP messages has been implemented in commit 8d3a718 |
maybe link to #31 ? |
Right now the scanner is sending the data to
However in case internet is not good in Hanoi we need to implement a local version, basically having the scanner sending a udp string
This is not implemented yet
The text was updated successfully, but these errors were encountered: