Skip to content

andrew-t/roomba

Repository files navigation

Install the server on the Pi

Clone the repo, then:

npm install

# create the video player dist file
npm run dist

# create and start the services (this needs sudo)
chmod 644 systemd/*.service
cp systemd/*.service /lib/systemd/system/
systemctl daemon-reload
service vac start
service vac-video start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published