OpenRoberta / robertalab-ev3dev

roberta lab connector for ev3dev
Apache License 2.0
17 stars 14 forks source link

D-Bus service should not give a new code each time you connect. #3

Closed dlech closed 8 years ago

dlech commented 8 years ago

The web UI remembers the last code used. So, if you should become disconnected, the dbus service should provide the same code - at least for each D-Bus client. This way you don't have to type in a new code so often.

ensonic commented 8 years ago

Good idea, I'll try to reuse the same code as long as the service runs.

ensonic commented 8 years ago

The git version of the server is not keeping the code in the entry box anymore. Will discuss with the other devs. What most of us seem to do is to run a local server and copy'n'paste the token from the server log :)