-
Notifications
You must be signed in to change notification settings - Fork 22
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
Complete asebahttp integration #14
Comments
Comment by davidjsherman After thinking about it, I believe that it is reasonable that both the web interface (davidjsherman/aseba#8) and Aseba Studio can communicate with the robot at the same time. If asebahttp is run as described above, it will lock the USB connection and prevent Aseba Studio from communicating with the robot. Consequently, I think that a better solution would be that the menu entry run asebamedulla in addition to asebahttp as described above. In that way Aseba Studio can share the connection to the robot using dashed target tcp:;port=33333, and asebahttp will relay Aseba tcp:;port=33333 to HTTP localhost:3000. |
Comment by stephanemagnenat I agree but see two open questions:
|
Comment by riedo asebamedulla is currently not packaged for Mac OS either. Why not use asebaswitch? |
Comment by stephanemagnenat Asebahttp is now working with protocol 5 (see 31d6374), so I retarget this issue for Aseba 1.6. |
Comment by davidjsherman Asebahttp acts as an asebaswitch since c682c21. |
Comment by stephanemagnenat Do we still want this in addition to the launcher (#728)? |
Comment by cor3ntin I'd say put all the issues vaguely related to the launcher or the switch in the launcher milestone and we will cleanup from there as we refine the use cases/ ux of the launcher ( and no, I don't think we want that, even though it's actually done on osx/win32, it will need to be improved, a lot ) |
This is no longer relevant as the thymio device manager replaces the http switch |
Issue by davidjsherman
Saturday Aug 15, 2015 at 10:08 GMT
Originally opened as aseba-community/aseba#400
Add menu entry for "Web Tools for Thymio" that runs asebahttp with the thymio_motion.aesl file parameter, the default TCP port 3000 (for the HTTP interface), and ser:name=Thymio-II; and asks user's web browser to open the javascript welcome page.
Depends on the following issues in https://github.com/davidjsherman/aseba/milestones/Version%201.4:
See also issue #401
The text was updated successfully, but these errors were encountered: