Skip to content

zepdev/self-driving-car

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

client

  • Runs on RCcar (RaspberryPi). Two applications, app and sender, they should run together.
  • app: Main application for driving the car. Start via bash run.sh.
  • sender: This is a docker application that sends data to the server. Run it with docker-compose:
$ docker-compose build
$ docker-compose up -d

Read the logs with

$ docker-compose logs --tail=20

Info: The RPi should have internet connection through WiFi.

server

Simple http message collector. Gets data from RCcar and stores it in Amazon S3. Run on an EC2 instance with docker-compose:

$ docker-compose build
$ docker-compose up -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •