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
notion imagenotion image
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
notion imagenotion image
Check if the service is running
ps -aux | grep watchserver
对于本文内容有任何疑问, 可与我联系.