I would like to know how parse correctly my client variable:
YunClient client = server.accept();
The request is like this: action/speed
Or: action/settings1/setting2/setting3/... (don't know how much yet)
I tried something but I'm not able to debug it, I don't know how display an integer variable in the console, the outptut is kind of weird actually when I try. (some kind of ASCII transform)
The car speed increase and decrease but it's weird, really, the sound is weird, like if something was wrong.
The speed is not was it should be, it's less, the minimum speed I sent is 70, the max is 255.
So, I think there is still a problem but I'm not able to see the value (printLn doesn't works)