-
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
Slider doesn't work anymore #31
Comments
The value has been changed during the process of testing the UDP connection, with the fact that:
For the moment, in Hanoi, as the slider does not work and that we have implemented the UDP update of the grid, the port in the GAMA model should be in accordance with the Scanner. |
There is 2 udp one for the slider and one for the scanner. It used to be like this I see only one networking agent now. We should have one for the scanner port 9897 if you want but we should keep also the 9898 for the slider |
I reput the arduino slider networking agent in this commit (the slider is working in Boston). So there is 2 agent networking created one for the slider and one for the scanner with 2 different udp port. I keep this issue open as we need to validate with the Hanoi team that the local scanning is still working (ideally it should be only one boolean to change in GAML and one line in the scanning to switch from local to internet). see https://cityscope.media.mit.edu/CS_CityIO/ where we should see cityscope_hanoi when issue #29 will be fixed Again the master version is the reference one, this PR won't be merge . I don't know exactly how it has been implemented as it seems there is a confusion between different version mainly due to this PR #24 |
Is there a reason why the port has been changed to
In the current state in Cambridge of the master the slider (who is supposed to control the evaporation rate) is currently broken
@benoitgaudou please provide more information here to fix this issue
The text was updated successfully, but these errors were encountered: