Watch Server Settings
lang
en
date
Aug 14, 2024
slug
Post-11-en
status
Published
tags
Tech Share
summary
Set up a Watch Server on Raspberry Pi
type
Post
Code: https:
Raspberry Pi installation:
Clone repository
git clone https://gitlab.com/chenlab/smartwatchserver

ls show current directory, cd into folder
Install the necessary development environment
sudo apt-get install libjson-c-dev
Compile the project
make
Installation
sudo make install

Check if the service is running
ps -aux | grep watchserver