Skip to content
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

Refactor server to control car instead of the monitor. #8

Closed
wroscoe opened this issue Dec 27, 2016 · 0 comments
Closed

Refactor server to control car instead of the monitor. #8

wroscoe opened this issue Dec 27, 2016 · 0 comments

Comments

@wroscoe
Copy link
Collaborator

wroscoe commented Dec 27, 2016

Current the way a vehicle is controlled is by loading a webpage served by the vehicle's Raspberry Pi. This makes it impossible to control from far way because it does not have as static ip address.

To fix this, a remote server can act as a proxy between the user and the vehicle. The remote server serves the page for the user controls and the vehicle constantly sends and receives updates from the server.

Code canges:

  • Move monitor code to the server
@wroscoe wroscoe closed this as completed Dec 30, 2016
paasovaara added a commit to paasovaara/donkey that referenced this issue Dec 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant